Description Usage Arguments Value Examples
View source: R/RNAseq_overview.R
Imports: ggplot2 reshape2
1 2 3 4 | seekMappingInfo(
datatable,
colors = c("black", "purple", "blue", "turquoise", "limegreen")
)
|
datatable |
data.frame, containing a column for each sample, rownames must be the mapping status (mapped, unmapped etc.) and cells contain numbers |
colors |
vector, containing a color string for each column stack |
ggplot object
1 | a <- seekMappingInfo(datatable)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.