Aggregate multiple data splitting results, and return a selection set
Source:R/split_cluster_test.R
mds2.Rd
Aggregate multiple data splitting results, and return a selection set
Arguments
- mss
A list, which contains the selections from multiple data splitting procedures
- q
The nominal FDR level (default: 0.05)
- tied.method
The method for handling the tied values.
- sum_in_denom
when calculating the inclusion rate, use the modified inclusion rate (
TRUE
) or the original inclusion rate (FALSE
)