ScoresList-class: Container for 'featureScores()' output.

Description Accessors Subsetting Author(s)

Description

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

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.

Author(s)

Dario Strbenac


Repitools documentation built on Nov. 8, 2020, 7:52 p.m.