Description Usage Arguments Value Note Author(s) See Also Examples
Convert tabular data from a spreadsheet or a data.frame
into a
SingleCellExperiment
object.
1 | readSingleCellExperiment(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 read.csv
except |
An instance of class SingleCellExperiment.
The SingleCellExperiment
class is built on top of the
RangedSummarizedExperiment
class. This means that some column names
are forbidden in the rowData
. Avoid using the following names:
seqnames
, ranges
, strand
, start
, end
,
width
, element
Laurent Gatto, Christophe Vanderaa
The code relies on QFeatures::readSummarizedExperiment.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.