SCCellFilter | R Documentation |
Filtering valid single cells for downstream aalysis.
atacSCCellFilter( atacProc, csvInput = NULL, threshold_fragQC1 = 1000, threshold_fragQC2 = 45000, threshold_nsQC = 4, threshold_tssQC = 2, threshold_peakQC1 = 3000, threshold_peakQC2 = 20000, threshold_peakQC3 = 0.15, threshold_blacklistQC = 0.05, ... ) ## S4 method for signature 'ATACProc' atacSCCellFilter( atacProc, csvInput = NULL, threshold_fragQC1 = 1000, threshold_fragQC2 = 45000, threshold_nsQC = 4, threshold_tssQC = 2, threshold_peakQC1 = 3000, threshold_peakQC2 = 20000, threshold_peakQC3 = 0.15, threshold_blacklistQC = 0.05, ... ) atacscCellFilter( csvInput = NULL, threshold_fragQC1 = 1000, threshold_fragQC2 = 45000, threshold_nsQC = 4, threshold_tssQC = 2, threshold_peakQC1 = 3000, threshold_peakQC2 = 20000, threshold_peakQC3 = 0.15, threshold_blacklistQC = 0.05, ... )
atacProc |
|
csvInput |
scATAC-seq csv record file. |
threshold_fragQC1 |
Lower bound for fragment count per cell. |
threshold_fragQC2 |
Upper bound for fragment count per cell. |
threshold_nsQC |
Nucleosome QC threshold (less than). |
threshold_tssQC |
TSS QC threshold (great than). |
threshold_peakQC1 |
Lower bound for fragment count in peaks. |
threshold_peakQC2 |
Upper bound for fragment count in peaks. |
threshold_peakQC3 |
peak counts ratio (great than). |
threshold_blacklistQC |
blacklist counts ratio (less than). |
... |
Additional arguments, currently unused. |
An invisible ATACProc-class
object scalar.
Wei Zhang
print(123)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.