Skip to content

Commit 678f302

Browse files
committed
change from 0.025 to 0.05
1 parent a4c03ad commit 678f302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/filter_and_BH.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ regtools_data_filtered_sorted = regtools_data_filtered[order(adjusted_p)]
3333
write_file = paste("compare_junctions/hist/", "junction_pvalues_filtered_BH", tag, ".tsv", sep="")
3434
write.table(regtools_data_filtered_sorted, file=write_file, quote=FALSE, sep='\t', row.names = FALSE)
3535

36-
threshold = 0.025
36+
threshold = 0.05
3737
is_significant = regtools_data_filtered_sorted$adjusted_p < threshold
3838
regtools_data_significant_filtered_sorted = regtools_data_filtered_sorted[is_significant]
3939

0 commit comments

Comments
 (0)