Description Usage Arguments Value Examples
function produces barplot according to the CDR3 length for each V gene.
1 2 3 4 5 6 | plotSpectratypeV(
x,
sampleName = NULL,
scale = c("counts", "percent", "cpm"),
showCDR3 = F
)
|
x |
an object of class RepSeqExperiment. |
sampleName |
a string indicating the sample to plot. sampleName must be existing in the slot "sampleData". |
scale |
the type of bars in term of counts, percentages or count per million. |
showCDR3 |
blabla |
a wrapped of barplots
1 2 3 4 5 6 7 8 | ## Not run:
# The package RepSeqData contains example datasets
library(RepSeqData)
snames <- rownames(sData(RepSeqData))
# plot Spectratype of the first sample. One histogram per V gene.
plotSpectratypeV(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.