Description Usage Arguments Details Value Author(s) See Also Examples
Extracts the library sizes (total number of CAGE tags) for all CAGE datasets
from CAGEset and CAGEexp objects.
1 2 3 4 5 6 7 | librarySizes(object)
## S4 method for signature 'CAGEset'
librarySizes(object)
## S4 method for signature 'CAGEexp'
librarySizes(object)
|
object |
A CAGEset or CAGEexp object. |
Library sizes are calculated when loading data with the getCTSS
function and stored in the librarySizes slot of CAGEset objects,
or in the librarySizes column of the colData ov CAGEexp objects.
Returns an integer vector of total number of CAGE tags (library size) for all CAGE datasets in the CAGEr object.
Vanja Haberle
Other CAGEr accessor methods: CTSSclusteringMethod,
CTSScoordinates,
CTSScumulativesTagClusters,
CTSSnormalizedTpm,
CTSStagCountTable,
CTSStagCount, GeneExpDESeq2,
GeneExpSE,
consensusClustersGR,
genomeName, inputFilesType,
inputFiles, sampleLabels,
seqNameTotalsSE, tagClusters
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.