Skip to content

Commit ec691bd

Browse files
author
Karin Schork
committed
update documentation
1 parent 5ff79e2 commit ec691bd

File tree

7 files changed

+23
-3
lines changed

7 files changed

+23
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Description: This package offers a statistics workflows for proteomics data.
99
License: MIT + file LICENSE
1010
Encoding: UTF-8
1111
Roxygen: list(markdown = TRUE)
12-
RoxygenNote: 7.3.1
12+
RoxygenNote: 7.3.2
1313
Suggests:
1414
testthat (>= 3.0.0),
1515
vdiffr

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export(MA_Plots)
66
export(PCA_Plot)
77
export(ValidValuePlot)
88
export(automatedNormalization)
9+
export(calculate_onoff)
910
export(prepareData)
1011
export(workflow_QC)
1112
importFrom(magrittr,"%>%")

R/ValidValuePlot.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ ValidValuePlot <- function(D_long,
7777
}
7878

7979

80+
### TODO: plot sorts samples alphabetically, not by the order it appears in the data set.
8081

8182
message(mess)
8283

man/MA_Plot_single.Rd

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/MA_Plots.Rd

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/prepareData.Rd

Lines changed: 5 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/workflow_QC.Rd

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)