Skip to content

Commit fadca5e

Browse files
committed
remove commented code
1 parent 86ff54f commit fadca5e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

R/as_SingleCellExperiment.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@ as_SingleCellExperiment <- function(
294294
# nolint end: object_length_linter object_name_linter
295295

296296
# Common mappings from scanpy/AnnData conventions to Bioconductor conventions
297-
# Format: scanpy_name -> list(bioc_name = "name", varm_key = "varm_key")
298297
common_dimred_mappings <- list(
299298
"X_pca" = list(bioc_name = "pca", varm_key = "PCs"),
300299
"X_tsne" = list(bioc_name = "tsne", varm_key = NULL),

0 commit comments

Comments
 (0)