Skip to content

Commit

Permalink
Update xcms.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
philouail committed Oct 28, 2024
1 parent ac3e209 commit 23dd061
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vignettes/xcms.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -1205,9 +1205,8 @@ f[f == "QC"] <- NA
missing_filter <- PercentMissingFilter(threshold = 30,
f = f)
# Apply the filter to faakho object
filtered_faakho <- filterFeatures(object = faahko,
filtered_faahko <- filterFeatures(object = faahko,
filter = missing_filter)
# Apply the filter to res object
Expand Down

0 comments on commit 23dd061

Please sign in to comment.