prepareHMMdataframes | R Documentation |
Split output from tLOHCalc or tLOHCalcUpdate into a list of cluster and chromosome separated dataframes. Applies an ordered quantile normalization on the bayes factor K values in each dataset.
prepareHMMdataframes(importedData)
importedData |
Input dataframe generated from the tLOHCalc or tLOHCalcUpdate function |
Output is a list of dataframes separated by chromosome and cluster
Michelle Webb
data('humanGBMsampleAC') df <- tLOHCalcUpdate(humanGBMsampleAC,1.25,1.25,500,500,4) output <- prepareHMMdataframes(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.