-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdefault_annotations.txt
More file actions
57 lines (42 loc) · 2.18 KB
/
default_annotations.txt
File metadata and controls
57 lines (42 loc) · 2.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
plot 0.1 0 1 #000000
rad 5 0
font 1.5 Verdana #000000
labs 1 2 #000000
leg 0.1 0.9 0.9
# All annotations are tab-delimited with type first, followed by parameters
# offsets are measured in fraction of the default or the total viewable area
# taxonomies must be semi-colon delimited
# plot (x-offset, y-offset, tree zoom, tree color)
# rad (open circle deg, radial tree rotation deg)
# font (font scale, font family, font color)
# labs (label offset, label scale, label color)
# leg (legend size/text, legend x-offset, legend y-offset)
# rootn (node#) plots the subtree below node#
#ex. rootn 10
# roott (taxonomy) plots the subtree that includes all of the taxonomy given
#ex. roott Bacteria; Proteobacteria; Gammaproteobacteria
# ttclr (tax type, font color, node color, highlight color) color of specified taxon type
#ex. ttclr q #FF0000 #FF0000 #FFFF00
#htax (taxonomy, color) highlights taxa matching taxonomy with color
#dx. htax bacteria #DDFFDD
#hst (node#, color) highlights subtree below node# with color
#ex. hst 64 #AAFFAA
#label (tax#, text, color) places label of text near tax#, color is optional
#ex. label 793 Archaea
#ex. label 770 Eukaryota #FF0000
#tvchart (scale, grid baselines(0,1), color1, color2, second chart position(top,side), same scale(0,1) ) plots taxval values in 1 or 2 histograms
#ex. tvchart 1 1 #0000FF #00FF00 top 0
#tvgrid (value, chart(1,2) ) plots a gray line at value according to chart 1 or 2, default is 1
#ex. tvgrid 10 2
#taxval (taxid, value1, value2) values to plot for each taxon, second value is optional
#ex. taxval 793 123.45
#ex. taxval 793 123.45 67.89
#absize (abundance radius scale) factor to scale abundance radius values
#ex. absize 10
#abund (node#, value, color) draws a filled in circle at node# with radius relative to value, scaled by largest abund value
#boottxt (cutoff, decimal places, font scale, font color) bootsrap values drawn above cutoff to number of decimals places, font size multiple and color
#ex. boottxt 0.8 2 0.5 #FF0000
#bootline (cutoff, line width, line color) lines drawn above bootstrap cutoff with relative line width and color
#ex. bootline 0.8 6 #000000
#inodes (font scale, font color) label internal nodes
#ex. inodes 0.5 #FF0000