Please use the formatting bar (especially the code option) to present your post better. You can use backticks for inline code (`text` becomes text), or select a chunk of text and use the highlighted button to format it as a code block. I've done it for you this time.
I would like to know if there is an option to add test label to the dots in a `plotColData` plot plotColData(unfiltered, x="sum", y="subsets_Mito_percent", colour_by="discard", …
I want to plot a phylogenetic tree. I want to color the tree according to groups. it seems that ggtree could do that. `ggtree(tree,aes(color=group))`. the …
I'm trying to use R package ggtree to visualize my polygenic tree. I use the following codes: library(ggtree) library(treeio) tree_text<-read.table("tree.nwk") tree <-read.tree(text=as.character(tree_text$V1)) ggtree(tree, layout="daylight") + …
Please use the formatting bar (especially the
codeoption) to present your post better. You can use backticks for inline code (`text` becomestext), or select a chunk of text and use the highlighted button to format it as a code block. I've done it for you this time.