Description Usage Arguments Details Value Author(s)
View source: R/ClusterBurden_WES.r
ClusterBurden test for burden and position of rare-missense variants
1 2 3 4 5 6 7 8 9 10 11 12 | ClusterBurden_WES(
cases,
controls,
case_coverage = NULL,
control_coverage = NULL,
cases_ss = NULL,
controls_ss = NULL,
cov_threshold = 0.5,
alternative = "greater",
covstats = F,
messages = T
)
|
cases |
case data in format: data.table(aff, symbol, protein_position, ac) |
controls |
control data in format: data.table(aff, symbol, protein_position, ac) |
case_coverage |
optional coverage data for cases in format: data.table(symbol, protein_position, over_10) |
control_coverage |
optional coverage data for controls in format: data.table(symbol, protein_position, over_10) |
cases_ss |
sample sizes for cases either a scalar for all genes or a data.table with two columns: symbol, ss |
controls_ss |
sample sizes for controls either a scalar for all genes or a data.table with two columns: symbol, ss |
cov_threshold |
threshold at which to exclude a residue position from the analysis (choose 0 to keep all residues) |
covstats |
include additional coverage information as a column in results? |
messages |
print messages to the terminal (e.g. how many variants removed by coverage) |
Perform ClusterBurden test across an exome set
A data.table with columns: symbol, ncases, ncontrols, case_ss, control_ss, binp, burdp, clusterburden
Adam Waring - adam.waring@msdtc.ox.ac.uk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.