Learn R Programming

CAGEr (version 1.14.0)

librarySizes: Extracting library sizes from CAGEset object

Description

Extracts the library sizes (total number of CAGE tags) for all CAGE datasets from a CAGEset object.

Usage

librarySizes(object)

Arguments

object
A CAGEset object

Value

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

Examples

Run this code
load(system.file("data", "exampleCAGEset.RData", package="CAGEr"))

librarySizes(exampleCAGEset)

Run the code above in your browser using DataLab