Skip to content

Commit

Permalink
Merge branch 'ki_qc' of https://github.com/FredHutch/gimap into ki_qc
Browse files Browse the repository at this point in the history
  • Loading branch information
kweav committed Mar 5, 2024
2 parents a75cedf + acd00ef commit b589975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/getting-started.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ str(gimap_dataset)
```

```{r}
gimap_dataset <- run_qc(gimap_dataset, params = list(cell_line = "pgPEN_HeLa"), overwrite = TRUE)
gimap_dataset <- run_qc(gimap_dataset, params = list(cell_line = "pgPEN_HeLa"))
```

The addition to this is that now a QC filter has been added to the `gimap_dataset` object, specifically found in `gimap_dataset$transformed_data$qc_filter`. It's a list of TRUE and FALSE. With TRUE meaning that it passes the filters and should be kept, and FALSE meaning that it didn't pass (right now the combined filter) and should not be kept for the analysis. Future work should let you select if you're using one, both, or neither of the filters.
Expand Down

0 comments on commit b589975

Please sign in to comment.