plotTssPCA | R Documentation |
Calculates principle component analysis (PCA) of all samples and creates a biplot which includes the position of each sample in terms of PC1 and PC2.
plotTssPCA(object, TSS.threshold =10)
## S4 method for signature 'TSSr'
plotTssPCA(object, TSS.threshold = 10)
object |
A TSSr object. |
TSS.threshold |
Only TSSs with raw signal >= TSS.threshold will be included in PCA analysis |
PCA plotted in a graph
data(exampleTSSr)
#plotTssPCA(exampleTSSr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.