| seqinfo {ProteoDisco} | R Documentation |
Retrieve seqinfo.
seqinfo(x) ## S4 method for signature 'ProteoDiscography' seqinfo(x)
x |
(ProteoDiscography): ProteoDiscography object. |
Returns an Seqinfo-class containing information on the imported genomic sequences.
# Import example ProteoDiscography (hg19)
data('ProteoDiscographyExample.hg19', package = 'ProteoDisco')
ProteoDiscographyExample.hg19 <- setTxDb(ProteoDiscographyExample.hg19, TxDb.Hsapiens.UCSC.hg19.knownGene::TxDb.Hsapiens.UCSC.hg19.knownGene)
ProteoDiscographyExample.hg19 <- setGenomicSequences(ProteoDiscographyExample.hg19, BSgenome.Hsapiens.UCSC.hg19::BSgenome.Hsapiens.UCSC.hg19)
seqinfo(ProteoDiscographyExample.hg19)