loadMoffat.Rd
Load preprocessed data from Moffat lab sciRNA-seq3 pipeline. RT barcode and plate summary is stored in misc slot of resulting seurat object.
loadMoffat(
import_set,
subsample_factor,
input_organisms,
organism_include,
dir
)
Character vector specifying expression matrix (import_set[1]), PCR barcodes (import_set[2]) and RC barcodes (import_set[3]). Expression matrix will be imported successfully if barcodes are omitted.
Numeric [0,1]. Subsampling factor
All species included in input files. One of:
"Hs" - Human
"Mm" - Mouse
c("Hs", "Mm") - both species included
Species to include in downstream analysis. One of:
"Hs" - Human
"Mm" - Mouse
c("Hs", "Mm") - both species included
Character. folder containing import_set files
list containing Seurat Object and named gene vector.