Skip to content

Commit

Permalink
Update sys.file path
Browse files Browse the repository at this point in the history
  • Loading branch information
lahuuki committed Oct 18, 2024
1 parent d6eee8e commit de87e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/Marker_Finding.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ marker_stats_1vAll <- findMarkers_1vAll(
```{r `load 1vALL data`, echo=FALSE}
# save(marker_stats_1vAll, file = here::here("data", "marker_stats_1vAll.RData"))
load(system.file("data", "marker_stats_1vAll.RData", package = "DeconvoBuddies"))
load(system.file("extdata", "marker_stats_1vAll.RData", package = "DeconvoBuddies"))
```

Expand Down

0 comments on commit de87e96

Please sign in to comment.