setTxDb | R Documentation |
Change the underlying TxDb of a ProteoDiscography object.
setTxDb(x, TxDb) ## S4 method for signature 'ProteoDiscography' setTxDb(x, TxDb)
x |
(ProteoDiscography): ProteoDiscography object. |
TxDb |
(TxDb): TxDb object containing the genomic and transcript annotations. |
ProteoDiscography with updated TxDb.
# Import example ProteoDiscography (hg19) and re-link TxDb. data('ProteoDiscographyExample.hg19', package = 'ProteoDisco') ProteoDiscographyExample.hg19 <- setTxDb(ProteoDiscographyExample.hg19, TxDb.Hsapiens.UCSC.hg19.knownGene::TxDb.Hsapiens.UCSC.hg19.knownGene) summary(ProteoDiscographyExample.hg19)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.