View source: R/featureplotter.R
featureplotter | R Documentation |
Wrapper for Matt's gene track plotter in the original mapper.
featureplotter(
x,
coln = "genename",
col = "wheat",
lty = 1,
strand = "+",
av = 50,
lab = T,
tv = av,
pos1 = xl1,
pos2 = xl2,
cex.size = 0.9
)
x |
Featurelist subsetted from the AllElementsDUB |
col |
The fill colour for the feature arrows. |
lty |
Line type for border. 1 for solid, 2 for dotted. |
strand |
Which strand are the features on? can be "+", "-" or "*" |
av |
Vertical location at which to plot feature. |
tv |
Vertical location at which to plot text. Default is same as av (plots within feature). |
Matt Neale and Will Gittens
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.