Skip to content

The h5ad tranform into rds bug issue #16

@honghh2018

Description

@honghh2018

code:
library(Seurat)
library(tidydr)
library(schard)
h5ad_path <- 'path2h5ad'
seu_obj<- h5ad2seurat(h5ad_path)
The error lying below:

The error report confuse me like this, is it not recognize the tab space in h5ad?
New object name is X_indexorig_identnCount_RNAnFeature_RNApercent_mtpercent_rpgroupRNA_snn_res_0_2seurat_clusterscelltype1celltype2celltype3celltype4

Warning: Feature names cannot have pipe characters ('|'), replacing with dashes ('-')
Warning: Keys should be one or more alphanumeric characters followed by an underscore, setting key from rna to rna_
Warning: Invalid name supplied, making object name syntactically valid. New object name is X_indexorig_identnCount_RNAnFeature_RNApercent_mtpercent_rpgroupRNA_snn_res_0_2seurat_clusterscelltype1celltype2celltype3celltype4; see ?make.names for more details on syntax validity
Error: Cannot add more or fewer meta.features information without values being named with feature names
Execution halted

Any advice for this issue?
Best,
hanhuihong

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions