Removes chromosomes whose length (in number of positions) is smaller than the threshold.
filterSmallChromosomes(object, threshold = NULL)
object | |
---|---|
threshold | The minimum length (number of positions) for a chromosome to be kept.
Defaults to |
A filtered HiCDOCDataSet
.
#> [1] "W" "X" "Y" "Z"object <- filterSmallChromosomes(object)#>#>#>#> [1] "X" "Y" "Z"