show {ProteoDisco} | R Documentation |
Display a summary of ProteoDiscography
show(object) ## S4 method for signature 'ProteoDiscography' show(object)
object |
(ProteoDiscography): ProteoDiscography object. |
Displays information relating to the ProteoDiscography into the console.
# 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) show(ProteoDiscographyExample.hg19)