View source: R/method_generateProteoDiscography.R
generateProteoDiscography | R Documentation |
Generates a database containing the genomic and transcriptomic annotations which will be used downstream to integrate genomic variants and discover mutant protein sequences with ProteoDisco.
By default, only the common seqlevels between the TxDb and genomeSeqs will be kept..
generateProteoDiscography( TxDb, genomeSeqs, useOnlySharedSeqlevels = TRUE, geneticCode = "Standard" )
TxDb |
(TxDb): TxDb object containing the genomic and transcriptomic annotations. |
genomeSeqs |
(DNAStringSet or BSgenome): Genomic sequence of the respective genome. |
useOnlySharedSeqlevels |
(logical): Should only shared seqlevels between the TxDb and genomeSeqs be kept? |
geneticCode |
(character): Which codon-table should be used? Default is set to Standard, check GENETIC_CODE_TABLE for additional options. |
ProteoDiscography
Job van Riet j.vanriet@erasmusmc.nl
Wesley van de Geer w.vandegeer@erasmusmc.nl
# Generate a ProteoDiscography using existing TxDb and annotations. ProteoDiscography.hg19 <- ProteoDisco::generateProteoDiscography( TxDb = TxDb.Hsapiens.UCSC.hg19.knownGene::TxDb.Hsapiens.UCSC.hg19.knownGene, genomeSeqs = BSgenome.Hsapiens.UCSC.hg19::BSgenome.Hsapiens.UCSC.hg19 )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.