Skip to content

Commit

Permalink
fix names
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-marsh committed Sep 27, 2024
1 parent 2c96508 commit bcf956b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/Object_Conversion.R
Original file line number Diff line number Diff line change
Expand Up @@ -1099,7 +1099,8 @@ as.anndata.Seurat <- function(
# }

# Add feature names
seurat_var_info <- data.frame("features" = Features(x = x))
seurat_var_info <- data.frame("names" = Features(x = x))
rownames(seurat_var_info) <- Features(x = x)



Expand Down

0 comments on commit bcf956b

Please sign in to comment.