Split data.table to list of data.tables
tx_split_DT.Rd
Split data.table back to list with individual data.tables by 'gene' names
Arguments
- DT
data.table. A table as output by the
tx_makeDT_coverage
(),tx_makeDT_nucFreq
() ortx_makeDT_covNucFreq
() functions.- dropEmpty
logical. Drops empty list elements, which occurs when data of genes have been entirely removed, but kept listed in the x$gene factor levels.