This function takes a matrix with raw reads counts and computes the number of genes at different
downsizing levels a given number of times. This is similar to the downsizeGC function but for optimization purposes
it downsizes at different thresholds all together
: default seq(1E06,11E06,1E06), the downsizing levels number of reads to be selected randomly.
repetitions
: default 10, the number of times the drawing is performed. Usually 30 or 10 to speed things out
silent
: default is FALSE prints the status of downsizing
Value
a list of matrixes one per sample containing in rows a vector for each repetition and in columns the number of downsized genes for
each downsizing level