plotDistToTSS | R Documentation |
plotDistToTSS method for csAnno
instance
plotDistToTSS(
x,
distanceColumn = "distanceToTSS",
xlab = "",
ylab = "Binding sites (%) (5'->3')",
title = "Distribution of transcription factor-binding loci relative to TSS",
...
)
## S4 method for signature 'list'
plotDistToTSS(
x,
distanceColumn = "distanceToTSS",
xlab = "",
ylab = "Binding sites (%) (5'->3')",
title = "Distribution of transcription factor-binding loci relative to TSS",
distanceBreaks = c(0, 1000, 3000, 5000, 10000, 1e+05),
palette = NULL,
...
)
plotDistToTSS(x,distanceColumn="distanceToTSS", xlab="",
ylab="Binding sites (%) (5'->3')",
title="Distribution of transcription factor-binding loci relative to TSS",...)
x |
|
distanceColumn |
distance column name |
xlab |
xlab |
ylab |
ylab |
title |
title |
... |
additional parameter |
distanceBreaks |
breaks of distance, default is 'c(0, 1000, 3000, 5000, 10000, 100000)' |
palette |
palette name for coloring different distances. Run 'RColorBrewer::display.brewer.all()' to see all applicable values. |
plot
Guangchuang Yu https://guangchuangyu.github.io
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.