ScoresList | R Documentation |
featureScores()
output.Contains a list of tables of sequencing coverages or array intensities, and the parameters that were used to generate them.
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.
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.
Dario Strbenac
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.