Skip to content

Commit

Permalink
added "non-aadjusted" to the legend
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanheld committed Mar 2, 2019
1 parent 8bb883d commit c1ef566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Homo_sapiens/TCGA_study-case/R/pvalue_histogram.R
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ PvalueHistogram <- function(Pvalues,
legend.text <- append(
legend.text,
c(paste("alpha = ", signif(digits = 2, pval.stat$alpha)),
paste("positives = ", pval.stat$positives)))
paste("positives (non-adjusted!) = ", pval.stat$positives)))
}

legend("topright", legend = legend.text)
Expand Down

0 comments on commit c1ef566

Please sign in to comment.