| generateHTANMeta {singleCellTK} | R Documentation |
Generate HTAN manifest file for droplet and cell count data
generateHTANMeta(
dropletSCE = NULL,
cellSCE = NULL,
samplename,
htan_patient_id,
dir,
dataType = c("Droplet", "Cell", "Both")
)
dropletSCE |
A SingleCellExperiment object containing droplet count matrix data |
cellSCE |
A SingleCellExperiment object containing cell count matrix data |
samplename |
The sample name of the SingleCellExperiment objects |
htan_patient_id |
The HTAN patient id of the sample in SingleCellExperiment object |
dir |
The output directory of the SCTK QC pipeline. |
dataType |
Type of the input data. It can be one of "Droplet", "Cell" or "Both". |
A SingleCellExperiment object which combines all objects in sceList. The colData is merged.