Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
baynec2 committed Jun 4, 2024
2 parents 5523768 + 09211ad commit 24c53a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions man/plot_all_icelogos.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions vignettes/mspms_analysis.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ mspms uses the NormalyzerDE package to do normalization under the hood.

We can normalyze the data as follows:
```{r,eval = FALSE}
#normalyze writes files to disk, which is a problem for the vignette
normalyzed_data <- normalyze(peaks_prepared_data, design_matrix)
```

Expand All @@ -216,9 +215,6 @@ need to specify the design matrix here too. Make sure that the column header
names are "sample" and "group" just like before.

```{r}
#normalyze writes files to disk, which is a problem for the vignette
#Getting around by retrieving equivalent data from package.
normalyzed_data <- mspms::normalyzed_data
outliers <- handle_outliers(normalyzed_data, design_matrix)
```

Expand Down

0 comments on commit 24c53a2

Please sign in to comment.