Skip to content

Commit

Permalink
Change column for plotting positives and negatives from adjP to rawP
Browse files Browse the repository at this point in the history
  • Loading branch information
sdgamboa committed Sep 12, 2024
1 parent f223985 commit 238805f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vignettes/articles/HMP_2012_16S_gingival_V13.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ positives <- createPositives(
object = DA_output,
priorKnowledge = prior_info,
enrichmentCol = "taxon_annotation", namesCol = "new_names",
slot = "pValMat", colName = "adjP", type = "pvalue",
slot = "pValMat", colName = "rawP", type = "pvalue",
# direction = direction,
direction = direction,
threshold_pvalue = 1,
Expand Down
2 changes: 1 addition & 1 deletion vignettes/articles/Ravel_2011_16S_BV.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ positives <- createPositives(
object = DA_output,
priorKnowledge = prior_info,
enrichmentCol = "taxon_annotation", namesCol = "taxon_name",
slot = "pValMat", colName = "adjP", type = "pvalue",
slot = "pValMat", colName = "rawP", type = "pvalue",
direction = direction,
threshold_pvalue = 1,
threshold_logfc = 0,
Expand Down

0 comments on commit 238805f

Please sign in to comment.