splitByChromosome: Split dataframe into individual chromosome dataframes

splitByChromosomeR Documentation

Split dataframe into individual chromosome dataframes

Description

Creates individual chromosome dataframes

Usage

splitByChromosome(listOfDataframes,numberOfDataframes)

Arguments

listOfDataframes

Input dataframe generated from the tLOHDataImport function

numberOfDataframes

Number of dataframes in list

Value

Output is a list of dataframe separated by chromosome

Author(s)

Michelle Webb

Examples

data('humanGBMsampleAC')
df <- tLOHCalcUpdate(humanGBMsampleAC,1.25,1.25,500,500,4)
output <- splitByChromosome(list(df),1)

USCDTG/tLOH documentation built on Oct. 23, 2022, 8:05 p.m.