Skip to content

Commit

Permalink
Merge pull request #53 from margotbligh/dev
Browse files Browse the repository at this point in the history
change from onDisk mem in tutorial
  • Loading branch information
margotbligh authored Mar 1, 2024
2 parents d8bb3ea + 2536ec7 commit e886b5d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vignettes/lcms_annotation_tutorial.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ pd
#read in data with metadata df as phenodata
all_data <- readMSData(files = fp,
pdata = new("NAnnotatedDataFrame", pd),
mode = "onDisk")
pdata = new("NAnnotatedDataFrame", pd))
```

### Filter by retention time
Expand Down

0 comments on commit e886b5d

Please sign in to comment.