We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4c03ad commit 678f302Copy full SHA for 678f302
scripts/filter_and_BH.R
@@ -33,7 +33,7 @@ regtools_data_filtered_sorted = regtools_data_filtered[order(adjusted_p)]
33
write_file = paste("compare_junctions/hist/", "junction_pvalues_filtered_BH", tag, ".tsv", sep="")
34
write.table(regtools_data_filtered_sorted, file=write_file, quote=FALSE, sep='\t', row.names = FALSE)
35
36
-threshold = 0.025
+threshold = 0.05
37
is_significant = regtools_data_filtered_sorted$adjusted_p < threshold
38
regtools_data_significant_filtered_sorted = regtools_data_filtered_sorted[is_significant]
39
0 commit comments