Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-marsh committed Nov 12, 2024
1 parent eb22d53 commit 2b035e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/Read_&_Write_Data.R
Original file line number Diff line number Diff line change
Expand Up @@ -1247,7 +1247,8 @@ Read_CellBender_h5_Mat <- function(
#' @param sample_list a vector of sample directory names if only specific samples are desired. If `NULL` will
#' read in subdirectories in parent directory.
#' @param sample_names a set of sample names to use for each sample entry in returned list. If `NULL` will
#' set names to the subdirectory name of each sample.
#' set names to the subdirectory name of each sample. NOTE: unless `sample_list` is specified this will
#' rename files in the order they are read which will be alphabetical.
#' @param h5_group_name Name of the group within H5 file that contains count data. This is only
#' required if H5 file contains multiple subgroups and non-default names. Default is `NULL`.
#' @param feature_slot_name Name of the slot contain feature names/ids. Must be one of:
Expand Down

0 comments on commit 2b035e7

Please sign in to comment.