readQFeatures {QFeatures} | R Documentation |
Convert tabular data from a spreadsheet or a data.frame
into a
QFeatures
object.
readQFeatures(table, ecol, fnames, ..., name = NULL) readSummarizedExperiment(table, ecol, fnames, ...)
table |
File or object holding the quantitative data. Can be
either a |
ecol |
A |
fnames |
An optional |
... |
Further arguments that can be passed on to |
name |
An |
An instance of class QFeatures or SummarizedExperiment.
readQFeatures
: See description.
readSummarizedExperiment
: Convert tabular data from a spreadsheet or a
data.frame
into a SummarizedExperiment
object.
Laurent Gatto
The QFeatures class for an example on how to use
readQFeatures
and how to further manipulate the resulting data.
## Load a data.frame with PSM-level data data(hlpsms) ## Create the QFeatures object fts2 <- readQFeatures(hlpsms, ecol = 1:10, name = "psms") fts2