TSS {compEpiTools} | R Documentation |
based on a TxDb returns a GRanges of width 1 with the TSS positions for all transcripts
TSS(txdb)
txdb |
An object of class TxDb |
based on a TxDb returns a GRanges of width 1 with the TSS positions for all transcripts
A GRanges
http://genomics.iit.it/groups/computational-epigenomics.html
require(TxDb.Mmusculus.UCSC.mm9.knownGene) txdb <- TxDb.Mmusculus.UCSC.mm9.knownGene res <- TSS(txdb) res[1:2]