raphael-group/wext

Identify significantly exclusive mutations using MCMC procedure

Opened this issue · 0 comments

Dear wext authors,
I have successively perfromed WRE test on my dataset with find_exclusive_sets.py using the MCMC procedure for larger gene set size (sample code below).

        "python find_exclusive_sets.py "
        "-s MCMC "
        "-mf mutation "
        "-c 5 "
        "-k 4 "
        "-f 5 "
        "-N 1000 "
        "-nc 4 "
        "-o output/WRE-saddlepoint-nw1000 --json_format "
        "WRE -m Saddlepoint -wf weights"

However, I didn't find the information for summarizing the MCMC results to identify significantly exclusive mutations from the raw json results. Could you point me to the right direction?
Thank you so much!
Jin