genomeName | R Documentation |
Extracts the name of a referent genome from a
CAGEexp
or a CTSS
object.
genomeName(object)
## S4 method for signature 'CAGEexp'
genomeName(object)
## S4 method for signature 'CTSS'
genomeName(object)
genomeName(object) <- value
## S4 replacement method for signature 'CAGEexp'
genomeName(object) <- value
## S4 replacement method for signature 'CTSS'
genomeName(object) <- value
object |
A CAGEexp or a CTSS object. |
value |
The name of a |
CAGEexp
objects constructed with NULL
in place
of the genome name can not run some commands that need access to genomic data,
such as BigWig export or G-correction.
Returns a name of a BSgenome package used as a referent genome.
Vanja Haberle
Charles Plessy
Other CAGEr accessor methods:
CTSScoordinatesGR()
,
CTSScumulativesTagClusters()
,
CTSSnormalizedTpmDF()
,
CTSStagCountDF()
,
GeneExpDESeq2()
,
GeneExpSE()
,
consensusClustersGR()
,
expressionClasses()
,
filteredCTSSidx()
,
inputFiles()
,
inputFilesType()
,
librarySizes()
,
sampleLabels()
,
seqNameTotalsSE()
,
tagClustersGR()
Other CAGEr setter methods:
inputFiles()
,
inputFilesType()
,
sampleLabels()
,
setColors()
genomeName(exampleCAGEexp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.