Description Usage Arguments Value Author(s) See Also Examples
Extracts the genomic coordinates of all detected TSSs from CAGEset and CAGEexp objects.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | CTSScoordinates(object)
## S4 method for signature 'CAGEset'
CTSScoordinates(object)
## S4 method for signature 'CAGEexp'
CTSScoordinates(object)
CTSScoordinatesGR(object)
## S4 method for signature 'CAGEset'
CTSScoordinatesGR(object)
## S4 method for signature 'CAGEexp'
CTSScoordinatesGR(object)
CTSScoordinatesGR(object) <- value
## S4 replacement method for signature 'CAGEset'
CTSScoordinatesGR(object) <- value
## S4 replacement method for signature 'CAGEexp'
CTSScoordinatesGR(object) <- value
CTSStagCountSE(object) <- value
## S4 replacement method for signature 'CAGEset'
CTSStagCountSE(object) <- value
## S4 replacement method for signature 'CAGEexp'
CTSStagCountSE(object) <- value
|
object |
A |
value |
Coordinates to update, in a format according to the function name. |
CTSScoordinates()
returns a data.frame
with genomic coordinates
of all TSSs. The pos
column contains 1-based coordinate of the TSS.
CTSScoordinatesGR
returns the coordinates as a CTSS()
object
wrapping genomic ranges. A filteredCTSSidx
column metadata will be present
if clusterCTSS()
was ran earlier.
Vanja Haberle
Charles Plessy
Other CAGEr accessor methods: CTSSclusteringMethod
,
CTSScumulativesTagClusters
,
CTSSnormalizedTpm
,
CTSStagCountTable
,
CTSStagCount
, GeneExpDESeq2
,
GeneExpSE
,
consensusClustersGR
,
genomeName
, inputFilesType
,
inputFiles
, librarySizes
,
sampleLabels
,
seqNameTotalsSE
, tagClusters
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.