SCQC | R Documentation |
Get scATAC-seq pre-processing results and create Fragment Object.
atacSCQC( atacProcFrag, atacProcPeak, fragInput = NULL, csvInput = NULL, peak = NULL, gene.annotation = NULL, blacklist = NULL, n = 2000, ... ) ## S4 method for signature 'ATACProc' atacSCQC( atacProcFrag, atacProcPeak, fragInput = NULL, csvInput = NULL, peak = NULL, gene.annotation = NULL, blacklist = NULL, n = 2000, ... ) atacscQC( fragInput = NULL, csvInput = NULL, peak = NULL, gene.annotation = NULL, blacklist = NULL, n = 2000, ... )
atacProcFrag |
|
atacProcPeak |
|
fragInput |
scATAC-seq fragment file. |
csvInput |
scATAC-seq csv record file. |
peak |
scATAC-seq peak file in BED format. |
gene.annotation |
scATAC-seq gene.annotation file in BED format. Note: Please using the results from function GetGRangesFromEnsDb or using the default data. |
blacklist |
Genome blacklist file in BED format. |
n |
Number of regions to process at a time. Default: 2000. |
... |
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.