How to zoom in the pic of tree plotted by function dotTree in R?
I used the following code to plot a tree, but the tree including too many spcies so that I can not see the plot clearly. How can I zoom in the pic?
r
• 1,178 views
•
link
written
by
anran04100 •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
how can I keep tips of my accession number list in tree by ape pakage? keep.tip() , dorp.tip()
written by anran04100 •I've got a list of accession numbers and a tree file bac120.tree form gtdb How can I fix this tree to only keep tips according …
-
How can I download the GC content of genome by taxid on NCBI?
written by anran04100 •Now I've got a database including 3000+ species of prokayotes, each of them has a taxid and a organim name. I wanna add a column …
-
How can I extract all the GCA_0000000. from bac120.tree?
written by anran04100 •The [bac120.tree][1] is like follows ![Huge screenshot of a tree][2] So I wrote a [Perl script][3] but it turns out only print the first GCA_003754355. …
-
Counting how many genes are annotated in gtf.gz file
written by sallyey2 •Hi, I want to count how many genes are annotated in my gtf.gz file. I found a open code from https://gist.github.com/slowkow/8101481 to parse my gtf.gz …
-
Extract reads based on pair orientation
written by Emilie •Hi! I have paired-end mapped reads (using bbmap) that I would like to separate based on the orientation of the read pairs. I see pairs …
-
Displaying a controversial phylogenetic tree as a network to explicitate noise-generating branches
written by Matteo SchiavinatoHi guys, I am not completely sure this question fits Biostars (if not: please point me to the right discussion forum!). I have generated a …
-
Question on UCSC genome browser display
written by yuabrahamliu •Hi all, I have a question on USCS genome browser display. After I uploaded my custom track to the genome browser. Many times I need …
-
How to plot overlapping fragments in Circos ?
written by BioGeek![enter image description here][1] How to Plot a circular overlapping plots, as shown in pic. ? I tried following table to plot on http://mkweb.bcgsc.ca/tableviewer/ data …
-
Cluster plot of nucleotide fasta sequences
written by roblogan6 •I have about 10,000 individual DNA sequences in fasta format- both as a single large multifasta file and as separate files per sequence so I …
-
artifact/false peaks visible in wiggle files
written by TriShi there I'm looking at some WIG files in IGV and, while some peaks are clearly defined (see pic), I noted in numerous points across …
Probably the best way to achieve this is to export the tree file plotted in R and plot it for instance in a tree annotation software such as iTOL.
Although it is possible to zoom in the plot figures in R, R is not the best software to zoom and edit/annotate a tree.