constructSCE {singleCellTK} | R Documentation |
Create SingleCellExperiment object from csv or txt input
constructSCE(data, samplename)
data |
A data.table object containing the count matrix. |
samplename |
The sample name of the data. |
A SingleCellExperiment object containing the count matrix.