Skip to content

Commit

Permalink
Update following experimentHub update
Browse files Browse the repository at this point in the history
  • Loading branch information
JulieDevis committed Oct 4, 2024
1 parent cc5ea2e commit 4f8cd55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 4.3),
CTdata (>= 1.5.3)
CTdata (>= 1.5.2)
Imports:
BiocGenerics,
ComplexHeatmap,
Expand Down
4 changes: 1 addition & 3 deletions R/embryos_mean_methylation.R
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ embryos_mean_methylation <- function(genes = NULL,
include_CTP = FALSE,
values_only = FALSE) {
suppressMessages({
#database <- CTdata::mean_methylation_in_FGC()
load("/storage/research/dduv/cbio-lg/cluster/Packages/CTdata/eh_data/mean_methylation_in_embryo.rda")
database <- mean_methylation_in_embryo
database <- CTdata::mean_methylation_in_embryo()
})

database <- subset_database(genes, database, include_CTP)
Expand Down
4 changes: 1 addition & 3 deletions R/fetal_germcells_mean_methylation.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ fetal_germcell_mean_methylation <- function(genes = NULL,
include_CTP = FALSE,
values_only = FALSE) {
suppressMessages({
#database <- CTdata::mean_methylation_in_FGC()
load("/storage/research/dduv/cbio-lg/cluster/Packages/CTdata/eh_data/mean_methylation_in_FGC.rda")
database <- mean_methylation_in_FGC
database <- CTdata::mean_methylation_in_FGC()
})

database <- subset_database(genes, database, include_CTP)
Expand Down

0 comments on commit 4f8cd55

Please sign in to comment.