CTSScoordinates: Extracting genomic coordinates of TSSs from CAGEset object

Description Usage Arguments Value Author(s) See Also Examples

Description

Extracts the genomic coordinates of all detected TSSs from a CAGEset object.

Usage

1

Arguments

object

A CAGEset object

Value

Returns a data.frame with genomic coordinates of all TSSs. pos column contains 1-based coordinate of the TSS.

Author(s)

Vanja Haberle

See Also

CTSStagCount
CTSSnormalizedTpm

Examples

1
2
3
4
load(system.file("data", "exampleCAGEset.RData", package="CAGEr"))

CTSS <- CTSScoordinates(exampleCAGEset)
head(CTSS)

ge11232002/CAGEr documentation built on May 17, 2019, 12:13 a.m.