| loadMoffat | R Documentation | 
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
)
import_set | 
 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.  | 
subsample_factor | 
 Numeric [0,1]. Subsampling factor  | 
input_organisms | 
 All species included in input files. One of: 
  | 
organism_include | 
 Species to include in downstream analysis. One of: 
  | 
dir | 
 Character. folder containing import_set files  | 
list containing Seurat Object and named gene vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.