splitByChromosome | R Documentation |
Creates individual chromosome dataframes
splitByChromosome(listOfDataframes,numberOfDataframes)
listOfDataframes |
Input dataframe generated from the tLOHDataImport function |
numberOfDataframes |
Number of dataframes in list |
Output is a list of dataframe separated by chromosome
Michelle Webb
data('humanGBMsampleAC') df <- tLOHCalcUpdate(humanGBMsampleAC,1.25,1.25,500,500,4) output <- splitByChromosome(list(df),1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.