| getDiscography | R Documentation |
Retrieve imported genomic variants, splice-junctions and manual sequences.
getDiscography(x) ## S4 method for signature 'ProteoDiscography' getDiscography(x)
x |
(ProteoDiscography): ProteoDiscography object. |
Return a list of imported records, per category (genomic variants, splice-junctions and manual 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)
# Retrieve the imported records.
getDiscography(ProteoDiscographyExample.hg19)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.