tLOHCalcUpdate | R Documentation |
Calculates Bayes factors for allele fractions at each SNP position. Uses dataframe output by tLOHDataImport.
tLOHCalcUpdate(forCalcDF, alpha1, beta1,alpha2, beta2, countThreshold)
forCalcDF |
Input dataframe generated from the tLOHDataImport function |
alpha1 |
Model 1 alpha value |
beta1 |
Model 1 beta value |
alpha2 |
Model 2 alpha value |
beta2 |
Model 2 beta value |
countThreshold |
Threshold for minimum number of read counts |
Output is a dataframe with Bayes Factor values
Michelle Webb
data('humanGBMsampleAC') df <- tLOHCalcUpdate(humanGBMsampleAC, 1.25,1.25,500,500,4) head(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.