The same objectMApath list but with the gene sets that do not meet
the threshold eliminated.
Arguments
objectMApath
A list of list. Each list contains two elements.
The first element is the Gene Set matrix (gene sets in rows and samples in
columns) and the second element is a vector of zeros and ones that represents
the state of the different samples of the Gene Sets matrix.
0 represents one group (controls) and 1 represents the other group (cases).
threshold
A number that indicates the threshold to eliminate a gene
set. For a eliminate a gene set is necessary that the median for both groups
are less than the threshold
If threshold = "sd" the threshold will be the standard deviation of the
gene set. The default value is 0.65.
n_cores
A number that indicates the number of cores to use in the
parallelization. The default value is 1.