Description Usage Arguments Value Functions Author(s) See Also Examples
View source: R/QFeatures-constructors.R
Convert tabular data from a spreadsheet or a data.frame
into a
QFeatures
object.
1 2 3 | 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.
1 2 3 4 5 6 | ## Load a data.frame with PSM-level data
data(hlpsms)
## Create the QFeatures object
fts2 <- readQFeatures(hlpsms, ecol = 1:10, name = "psms")
fts2
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.