Reduces a HiCDOCDataSet
by keeping only given chromosomes,
conditions, or replicates.
reduceHiCDOCDataSet( object, chromosomes = NULL, conditions = NULL, replicates = NULL, dropLevels = TRUE )
object | |
---|---|
chromosomes | The chromosome names or indices in |
conditions | The condition names in |
replicates | The replicate names in |
dropLevels | Whether or not to also remove unused factor levels after filtering. Should be set to FALSE if the reduced objects are meant to be re-combined later. Defaults to TRUE. |
A reduced HiCDOCDataSet
.