Skip to content

Commit

Permalink
fix dee2 version in another example
Browse files Browse the repository at this point in the history
  • Loading branch information
assaron committed Apr 15, 2024
1 parent fa3804b commit 974f2cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/loadCountsFromH5file.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ getSamples <- function(h5f, samples_id) {
#' @import rhdf5client
#'
#' @examples
#' ess <- GEOquery::getGEO("GSE85653")
#' ess <- GEOquery::getGEO("GSE53053")
#' es <- ess[[1]]
#' url <- 'https://alserglab.wustl.edu/hsds/?domain=/counts'
#' file <- "/dee2/athaliana_star_matrix_20221107.h5"
#' file <- "/dee2/mmusculus_star_matrix_20240409.h5"
#' es <- loadCountsFromH5FileHSDS(es, url, file)
loadCountsFromH5FileHSDS <- function(es, url='https://alserglab.wustl.edu/hsds/?domain=/counts', file, sampleIndexes = NULL) {
if (nrow(es) > 0) {
Expand Down
4 changes: 2 additions & 2 deletions man/loadCountsFromH5FileHSDS.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 974f2cc

Please sign in to comment.