quantilesBinnedSnpData | R Documentation |
Calculate the quantiles of allelic R2 after binning.
quantilesBinnedSnpData(
snp.data,
snp.bins,
quant.probs = seq(0, 1, 0.25),
verbose = 1
)
snp.data |
numeric vector of SNP data (one value per SNP) with SNP identifiers as names |
snp.bins |
factor as returned by |
quant.probs |
numeric vector of probabilities with values in [0,1] to be used with |
verbose |
verbosity level (0/1) |
list with the quantiles per bin, as well as the midpoint of each bin
Timothee Flutre
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.