organism {ProteoDisco}R Documentation

Display the organism of the TxDb

Description

Display the organism of the TxDb

Usage

organism(object)

## S4 method for signature 'ProteoDiscography'
organism(object)

Arguments

object

(ProteoDiscography): ProteoDiscography object.

Value

Returns the specified organism during creation.

Examples


# 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)

organism(ProteoDiscographyExample.hg19)


[Package ProteoDisco version 0.99.12 Index]