librarySizes: Extracting library sizes from CAGEr objects

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Extracts the library sizes (total number of CAGE tags) for all CAGE datasets from CAGEset and CAGEexp objects.

Usage

1
2
3
4
5
6
7
librarySizes(object)

## S4 method for signature 'CAGEset'
librarySizes(object)

## S4 method for signature 'CAGEexp'
librarySizes(object)

Arguments

object

A CAGEset or CAGEexp object.

Details

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.

Value

Returns an integer vector of total number of CAGE tags (library size) for all CAGE datasets in the CAGEr object.

Author(s)

Vanja Haberle

See Also

getCTSS

Other CAGEr accessor methods: CTSSclusteringMethod, CTSScoordinates, CTSScumulativesTagClusters, CTSSnormalizedTpm, CTSStagCountTable, CTSStagCount, GeneExpDESeq2, GeneExpSE, consensusClustersGR, genomeName, inputFilesType, inputFiles, sampleLabels, seqNameTotalsSE, tagClusters

Examples

1

CAGEr documentation built on Jan. 17, 2021, 2 a.m.