Description Usage Arguments Value See Also Examples
View source: R/plotFunctions.R
function plots a heatmap of V-J counts for sampleName
1 | plotCountVJ(x, sampleName = NULL, scale = c("counts", "percent", "cpm"))
|
x |
an object of class RepSeqExperiment |
sampleName |
sample to plot, sample name must be existed among x column names. |
scale |
type of data to plot: raw count, percentages or count per million. |
a heatmap
1 2 3 4 5 6 7 8 | ## Not run:
# The package RepSeqData contains example datasets
library(RepSeqData)
snames <- rownames(sData(RepSeqData))
# plot heatmap of count for all V-J combinations for the first sample.
plotCountVJ(x = RepSeqData, sampleName = snames[1], scale = "counts")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.