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

ScoresListR Documentation

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.

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


markrobinsonuzh/Repitools documentation built on March 20, 2024, 6:04 a.m.