Description Usage Arguments Value Author(s) See Also Examples
Extracts the matrix with normalized CAGE tag values for consensus clusters across all samples from a CAGEset object.
1 | consensusClustersTpm(object)
|
object |
A |
Returns a matrix
with normalized CAGE tag values across all samples.
Vanja Haberle
1 2 3 4 | load(system.file("data", "exampleCAGEset.RData", package="CAGEr"))
clusters.tpm <- consensusClustersTpm(exampleCAGEset)
head(clusters.tpm)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.