Open R-Najjar opened 1 year ago
Hello,
I am still encountering this same issues and others already reported in the compare_junctions of the example WF #153.
@R-Najjar have you been able to gain any insights on your questions?
I have also tried the python version compare_jucntions_hist.py and got a different errors when merging the score data of the samples_with_variants and the samples_wout_variants.
@mguaita I gave up on this tool because of these issues.
@R-Najjar thank you for replying.
Have you been able to find any alternative approaches to perform the statistical analysis of the Regtools' output comparisons?
Thank you for making this super useful software.
When running "compare_junctions_hist_v2.R", there were multiple NA values in "mean_norm_score_variant". I traced it back to the function starting on line 204, where the unlist (strsplit) functions are needed for the first condition too (added below).
The example workflow recommends using --variant-grouping=exclude when running stats_wrapper.py. Is there an equivalent feature in "compare_junctions_hist_v2.R"?
There are duplicates (records with same variant_junction_info) in the final dataset after running "compare_junctions_hist_v2.R". Do you recommend de-duplicating them? If so, how?