Learn R Programming

Repitools (version 1.18.0)

ScoresList: Container for featureScores() output.

Description

Contains a list of tables of sequencing coverages or array intensities, and the parameters that were used to generate them.

Arguments

Accessors

In the following code snippets, x is a ScoresList object.
names(x), names(x) <- value Gets and sets the experiment type names.
tables(x) Gets the list of score matrices.
length(x) Gets the number of score matrices.

Subsetting

In the following code snippets, x is a ScoresList object.
x[i] Creates a ScoresList object, keeping only the i matrices.
subsetRows(x, i = NULL) Creates a ScoresList object, keeping only the i features.