constructSCE {singleCellTK}R Documentation

Create SingleCellExperiment object from csv or txt input

Description

Create SingleCellExperiment object from csv or txt input

Usage

constructSCE(data, samplename)

Arguments

data

A data.table object containing the count matrix.

samplename

The sample name of the data.

Value

A SingleCellExperiment object containing the count matrix.


[Package singleCellTK version 2.3.1 Index]