You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed the output for enrichment_in_sets doesn't restrict the analysis to the default "minsize = 5" (# of members in the overlap of interest?) or any other specified value of minsize. Currently, there is no check for minsize for the code corresponding to the Fisher's test in enrchiment_in_groups.R.
Need to add checking of minsize (input parameter specified in the enrichment_in_sets method in leapR) in enrichment_in_groups.R for the block of code under " if (method == "fishers"){ "
The text was updated successfully, but these errors were encountered:
I noticed the output for enrichment_in_sets doesn't restrict the analysis to the default "minsize = 5" (# of members in the overlap of interest?) or any other specified value of minsize. Currently, there is no check for minsize for the code corresponding to the Fisher's test in enrchiment_in_groups.R.
Need to add checking of minsize (input parameter specified in the enrichment_in_sets method in leapR) in enrichment_in_groups.R for the block of code under " if (method == "fishers"){ "
The text was updated successfully, but these errors were encountered: