Description Usage Arguments Value Author(s) See Also Examples
Extracts the tag count for all detected TSSs in all CAGE datasets from a CAGEset object.
1 | CTSStagCount(object)
|
object |
A |
Returns a data.frame
with number of CAGE tags supporting each TSS (rows) in every CAGE dataset (columns).
Vanja Haberle
CTSScoordinates
CTSSnormalizedTpm
1 2 3 4 | load(system.file("data", "exampleCAGEset.RData", package="CAGEr"))
tagCount <- CTSStagCount(exampleCAGEset)
head(tagCount)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.