TopDiffPeaks | R Documentation |
Subset to top differentially accessible peaks for each cluster
TopDiffPeaks(
peaks_list,
qval.cutoff = 0.05,
specificity.cutoff = 0,
logfc.cutoff = 0,
dev.cutoff = 0,
min.prop = 0,
max.peaks = 30000,
order.by = "qval"
)
peaks_list |
List of dA peak info per cluster. The output of CalcDiffAccess. |
qval.cutoff |
Q-value cutoff to call a site differentially accessible |
specificity.cutoff |
Specificity score cutoff |
logfc.cutoff |
Log fold-change cutoff |
dev.cutoff |
Minumum deviation above expected accessibility within the cluster |
min.prop |
Minimum fraction of cells in the cluster with the site accessible |
max.peaks |
Max number of peaks to keep for each cluster |
Filtered list of granges with cluster specificity, logfc, and p-value for each site tested
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.