Skip to content

Commit

Permalink
- remove library() calls from individual functions
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-enzlein committed May 27, 2024
1 parent 4c85896 commit dc8fac3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 0 additions & 6 deletions functions/hclust.R
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
library(MALDIquant)
library(MALDIquantForeign)
library(tidyverse)
library(MALDIcellassay)
library(nplr)

clusterCurves <- function(res, nClusters = 15) {
fits <- getCurveFits(res)

Expand Down
3 changes: 2 additions & 1 deletion helpfiles/GenerateFigures.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
library(tidyverse)
library(ggplot)
library(dplyr)
library(ggpubr)
df <- tibble(x = 1:25 + rnorm(25, sd = 0.5),
y = c(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 9.5, 9.75, 10, 9.75, 9.5, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0) + rnorm(25, sd = 0.5))
Expand Down

0 comments on commit dc8fac3

Please sign in to comment.