modePeakCalc | R Documentation |
This function takes a set of numbers and outputs a mode peak value. To be used in a larger function that will be updated.
x |
List of allele fraction values |
List of values should be the allele fractions of SNPs with the top 25 percent of counts in a region. If only one value is input, that value is returned.
The value returned is numeric
Michelle Webb
test <- c(1,2,3,4,5) modePeakCalc(test)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.