Skip to content

Commit

Permalink
minor bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
oganm committed Jan 25, 2024
1 parent d4a5041 commit b11e3b6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions R/convenience.R
Original file line number Diff line number Diff line change
Expand Up @@ -471,10 +471,9 @@ get_dataset_object <- function(datasets,
# reordering happens above
# exprM <- exprM[, match(rownames(design), colnames(exprM))]


expData <- Biobase::MIAME(
title = data$dat$experiment.Name,
abstract = data$dat$experiment.Description,
title = data$dat$experiment.name,
abstract = data$dat$experiment.description,
url = paste0("https://gemma.msl.ubc.ca/expressionExperiment/showExpressionExperiment.html?id=", data$dat$experiment.ID),
other = list(
database = data$dat$experiment.database,
Expand Down

0 comments on commit b11e3b6

Please sign in to comment.