Description Usage Arguments Details Value Examples
The methods takes the rowData
of one or more given assay in a
QFeatures
object and combines the data in a single DataFrame
.
1 | rowDataToDF(obj, i, vars)
|
obj |
A |
i |
A |
vars |
A |
Along with the reuired rowData
an additional .assay
variable
is created and holds the assay name from which the metadata was
taken.
A DataFrame
object with the rowData
row-binded over
the required assays.
1 2 3 | ## Extract the peptide length and sequence from the first 3 assays
data("scp1")
rowDataToDF(scp1, i = 1:3, c("Length", "Sequence"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.