FindCausalPeaks | R Documentation |
Identify most impactful SNPs for a given trait/cell type combo
FindCausalPeaks(
SE,
traits,
bg.peaks = NULL,
min.z = 1,
min.PP = 0.025,
return.mat = F
)
SE |
Accessibility counts as a Summarized Experiment object |
traits |
Posterior probability score of each peak for every trait as a Summarized Experiment object |
bg.peaks |
Matrix of background peaks. Will be computed with getBackgroundPeaks if not specified |
min.z |
Z-score cutoff for peaks |
min.PP |
Posterior probability score for peaks |
return.mat |
Return all z-scores |
List of lists of causal peaks for each trait and cell type. Each trait/cell type pair has a dataframe with the z-score, accessibility deviation, and posterior probability for each causal peak
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.