seqlevels {ProteoDisco}R Documentation

Retrieve seqlevels.

Description

Retrieve seqlevels.

Usage

seqlevels(x)

## S4 method for signature 'ProteoDiscography'
seqlevels(x)

Arguments

x

(ProteoDiscography): ProteoDiscography object.

Value

seqlevels of the improted genomic sequences.

Examples


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)

seqlevels(ProteoDiscographyExample.hg19)


[Package ProteoDisco version 0.99.12 Index]