librarySizes {CAGEr}R Documentation

Extracting library sizes from CAGEr objects

Description

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

Usage

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, genomeName, inputFilesType, inputFiles, sampleLabels, seqNameTotalsSE, tagClusters

Examples

librarySizes(exampleCAGEset)


[Package CAGEr version 1.22.3 Index]