Skip to content

Commit

Permalink
Updated @example in Processing
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristinaSchmidt1 committed Nov 6, 2024
1 parent 11aa752 commit 4b7bf28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/Processing.R
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
#' @return List with two elements: DF (including all output tables generated) and Plot (including all plots generated)
#'
#' @examples
#' Intra <- ToyData("IntraCells_Raw")
#' Res <- PreProcessing(InputData=Intra[-c(49:58) ,-c(1:3)],
#' Intra <- MetaProViz::ToyData("IntraCells_Raw")
#' Res <- MetaProViz::PreProcessing(InputData=Intra[-c(49:58) ,-c(1:3)],
#' SettingsFile_Sample=Intra[-c(49:58) , c(1:3)],
#' SettingsInfo = c(Conditions = "Conditions", Biological_Replicates = "Biological_Replicates"))
#'
Expand Down

0 comments on commit 4b7bf28

Please sign in to comment.