Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RubD committed Oct 19, 2020
1 parent cd61255 commit 58f4fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/general_help.R
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ get10Xmatrix_h5 = function(path_to_data, gene_ids = c('symbols', 'ensembl')) {
indptr = h5[[paste0(root, "/indptr")]][]

# create a feature data.table
features_dt <- data.table::data.table(
features_dt = data.table::data.table(
'id' = feature_id,
'name' = feature_names,
'feature_type' = feature_types,
Expand Down

0 comments on commit 58f4fe7

Please sign in to comment.