Skip to content

Commit

Permalink
Remove more conversions from dgT to dgC
Browse files Browse the repository at this point in the history
  • Loading branch information
mojaveazure committed Jul 17, 2023
1 parent 722171d commit eed409e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/r/R/SOMAExperimentAxisQuery.R
Original file line number Diff line number Diff line change
Expand Up @@ -1284,7 +1284,7 @@ SOMAExperimentAxisQuery <- R6::R6Class(
col_pairs <- lapply(
X = obsp_layers,
FUN = function(layer) {
mat <- private$.load_p_axis(layer)
mat <- private$.load_p_axis(layer, repr = "T")
dimnames(mat) <- list(obs_ids, obs_ids)
return(.mat_to_hits(mat))
}
Expand Down

0 comments on commit eed409e

Please sign in to comment.