FLCNA_QC | R Documentation |
Perform QC step on single cells and bins.
FLCNA_QC(Y_raw, ref_raw, mapp_thresh = 0.9, gc_thresh = c(20, 80))
Y_raw |
raw read count matrix. |
ref_raw |
raw GRanges object with corresponding GC content and mappability for quality control. |
mapp_thresh |
scalar variable specifying mappability of each genomic bin. Default is |
gc_thresh |
vector specifying the lower and upper bound of GC content threshold for quality control. Default is |
A list with components after quality control.
Y |
Read depth matrix after quality control. |
ref |
A GRanges object specifying whole genomic bin positions after quality control. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.