Skip to content

Commit

Permalink
Merge 678f302 into a4c03ad
Browse files Browse the repository at this point in the history
  • Loading branch information
kcotto committed Jan 13, 2020
2 parents a4c03ad + 678f302 commit 6ec6cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/filter_and_BH.R
Expand Up @@ -33,7 +33,7 @@ regtools_data_filtered_sorted = regtools_data_filtered[order(adjusted_p)]
write_file = paste("compare_junctions/hist/", "junction_pvalues_filtered_BH", tag, ".tsv", sep="")
write.table(regtools_data_filtered_sorted, file=write_file, quote=FALSE, sep='\t', row.names = FALSE)

threshold = 0.025
threshold = 0.05
is_significant = regtools_data_filtered_sorted$adjusted_p < threshold
regtools_data_significant_filtered_sorted = regtools_data_filtered_sorted[is_significant]

Expand Down

0 comments on commit 6ec6cc2

Please sign in to comment.