Skip to content

Commit

Permalink
Update MintTea.Rd
Browse files Browse the repository at this point in the history
  • Loading branch information
efratmuller committed Jun 6, 2024
1 parent 3a7116a commit 93cb6fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions man/MintTea.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ For each module, the following properties are returned:
\code{library(mixOmics); library(PMA)}
}
\examples{
library(readr)
library(MintTea)
# Load example data
processed_data <- read_delim("test_data/proc_data.tsv", delim = "\t", escape_double = FALSE, trim_ws = TRUE, show_col_types = FALSE)
data("test_data")
# Run MintTea
minttea_results <- MintTea(processed_data, view_prefixes = c('T', 'P', 'M'))
minttea_results <- MintTea(test_data, view_prefixes = c('T', 'P', 'M'))
}

0 comments on commit 93cb6fc

Please sign in to comment.