Skip to content

Commit

Permalink
Updated example of MCA_2Cond()
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristinaSchmidt1 committed Nov 14, 2024
1 parent 47f3b8f commit 634c29c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion R/MetaboliteClusteringAnalysis.R
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,11 @@ MCA_2Cond <- function(InputData_C1,
#' SettingsInfo = c(Conditions = "Conditions", Biological_Replicates = "Biological_Replicates", CoRe_norm_factor = "GrowthFactor", CoRe_media = "blank"),
#' CoRe=TRUE)
#'
#' MediaDMA <- MetaProViz::DMA(InputData=ResM[["DF"]][["Preprocessing_output"]][ ,-c(1:4)], SettingsFile_Sample=ResM[["DF"]][["Preprocessing_output"]][ , c(1:4)], SettingsInfo = c(Conditions = "Conditions", Numerator = NULL, Denominator = "HK2"), CoRe=TRUE)
#' MediaDMA <- MetaProViz::DMA(InputData=ResM[["DF"]][["Preprocessing_output"]][ ,-c(1:4)],
#' SettingsFile_Sample=ResM[["DF"]][["Preprocessing_output"]][ , c(1:4)],
#' SettingsInfo = c(Conditions = "Conditions", Numerator = NULL, Denominator = "HK2"),
#' StatPval ="aov",
#' CoRe=TRUE)
#'
#' IntraDMA <- MetaProViz::ToyData(Data="IntraCells_DMA")
#'
Expand Down

0 comments on commit 634c29c

Please sign in to comment.