Skip to content

Commit

Permalink
Changed name of unfiltered annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Vera N. Karlbauer committed Aug 13, 2024
1 parent 41bbc5f commit b7e64a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/6_filtering_cpgs.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,8 @@ save(Ms_clean_filtered, file = paste0(user_choices$project_name, "/processed_dat

```{r, save annotations, include=FALSE}
# unfiltered
save(annotations_clean, file = paste0(user_choices$project_name, "/reports/annotations_clean.Rdata"))
annotations_clean_unfiltered <- annotations_clean
save(annotations_clean_unfiltered, file = paste0(user_choices$project_name, "/reports/annotations_clean_unfiltered.Rdata"))
# filtered
annotations_clean_filtered <- getAnnotation(gRatioSet_clean_filtered)
save(annotations_clean_filtered, file = paste0(user_choices$project_name, "/reports/annotations_clean_filtered.Rdata"))
Expand Down

0 comments on commit b7e64a0

Please sign in to comment.