data_processing | R Documentation |
This function works only with the h5 file output from CellBender. It takes the count table, clusters the cells, removes the doublets (DoubletFinder), and recluster the cells, and finally output a Seurat object
data_processing(cellbender_h5, sampleID, out_dir, species, type)
cellbender_h5 |
The h5 file from CellBender output |
sampleID |
ID given to the run |
out_dir |
Output directory |
species |
It can be "human" or "mouse" |
type |
It can be "cell" or "nucleus". If your data is from snRNA-seq, use "type = nucleus". Otherwise, use "type = cell". |
QC plots and seurat objects before and after QC
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.