tLOHCalc {tLOH} | 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)