getDORCScores | R Documentation |
Function to compute single cell DORC scores for each gene identified as a DORC (see runGenePeakcorr
for determining DORCs through peak-gene correlations)
getDORCScores( ATAC.se, dorcTab, normalizeATACmat = TRUE, geneList = NULL, nCores = 4 )
ATAC.se |
SummarizedExperiment object of the scATAC-seq reads in peak counts. |
dorcTab |
data.frame object containing significant peak-gene pairs using which DORC scores will be computed. Must be a filtered set returned from |
normalizeATACmat |
boolean indicating whether or not to normalize the counts present in the ATAC.se object prior to summing peak counts per gene. Default is TRUE (i.e. assumes peak counts are raw). |
geneList |
character vector specifying a subset of genes to compute scores for. Useful if you already have a set list of DORCs and you only want to compute scores for those genes/peaks. |
nCores |
numeric indicating the number of cores to use if parallelizing tasks |
a Matrix object of scores pertaining to the sum of normalized scATAC peak counts per gene, as determined for significant gene-peak pairs when calling DORCs
Vinay Kartha
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.