tLOHCalc | R Documentation |
Calculates Bayes factors for allele fractions at each SNP position. Uses dataframe output by tLOHDataImport
tLOHCalc(forCalcDF)
forCalcDF |
Input dataframe generated from the tLOHDataImport function |
Output is a dataframe with values that can be visualized with alleleFrequencyPlot() or aggregateCHRPlot()
Michelle Webb
data('humanGBMsampleAC') df <- tLOHCalc(humanGBMsampleAC) head(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.