Description Usage Arguments Value Author(s) See Also Examples
Extracts the genomic coordinates of all detected TSSs from a CAGEset object.
1 | CTSScoordinates(object)
|
object |
A |
Returns a data.frame
with genomic coordinates of all TSSs. pos
column contains 1-based coordinate of the TSS.
Vanja Haberle
CTSStagCount
CTSSnormalizedTpm
1 2 3 4 | load(system.file("data", "exampleCAGEset.RData", package="CAGEr"))
CTSS <- CTSScoordinates(exampleCAGEset)
head(CTSS)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.