Skip to content

Commit

Permalink
explicit import of LFQData
Browse files Browse the repository at this point in the history
  • Loading branch information
wolski committed Apr 2, 2024
1 parent 4678e14 commit a53483f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/QualityControlAndSampleSizeEstimation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Generate Simulated data. To learn how to create prolfqua LFQData objects see the

```{r filterdata}
simdata <- prolfqua::sim_lfq_data_peptide_config()
lfqdata <- LFQData$new(simdata$data,simdata$config)
lfqdata <- prolfqua::LFQData$new(simdata$data,simdata$config)
lfqdata$remove_small_intensities()
Expand Down

0 comments on commit a53483f

Please sign in to comment.