Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combine two loom files #63

Open
MartaBenegas opened this issue Jun 1, 2020 · 0 comments
Open

Combine two loom files #63

MartaBenegas opened this issue Jun 1, 2020 · 0 comments

Comments

@MartaBenegas
Copy link

Hi,
I would like to have all the expression data of two lanes in one loom file, so I've tried the combine() function.
This is the information of the two loom files:

> zumis_l001
Class: loom
Filename: /home/marta/Descargas/dge_zumis/10x_zumis_bclist_l001.loom
Access type: H5F_ACC_RDWR
Attributes: last_modified, version, chunks, LOOM_SPEC_VERSION
Listing:
       name    obj_type dataset.dims dataset.type_class
  col_attrs   H5I_GROUP         <NA>               <NA>
 col_graphs   H5I_GROUP         <NA>               <NA>
     layers   H5I_GROUP         <NA>               <NA>
     matrix H5I_DATASET  870 x 23428          H5T_FLOAT
  row_attrs   H5I_GROUP         <NA>               <NA>
 row_graphs   H5I_GROUP         <NA>               <NA>
> zumis_l002
Class: loom
Filename: /home/marta/Descargas/dge_zumis/10x_zumis_bclist_l002.loom
Access type: H5F_ACC_RDWR
Attributes: last_modified, version, chunks, LOOM_SPEC_VERSION
Listing:
       name    obj_type dataset.dims dataset.type_class
  col_attrs   H5I_GROUP         <NA>               <NA>
 col_graphs   H5I_GROUP         <NA>               <NA>
     layers   H5I_GROUP         <NA>               <NA>
     matrix H5I_DATASET  864 x 23361          H5T_FLOAT
  row_attrs   H5I_GROUP         <NA>               <NA>
 row_graphs   H5I_GROUP         <NA>               <NA>

And the error message:

> combine(c(zumis_l001, zumis_l002), filename = "/home/marta/Descargas/dge_zumis/10x_zumis_bclist.loom")
Validating 2 input loom files
  |===============================================================================================================================================================================| 100%
Error in combine(c(zumis_l001, zumis_l002), filename = "/home/marta/Descargas/dge_zumis/10x_zumis_bclist.loom") : 
  Not all loom objects have the number of rows/features (MARGIN = 1)

Is this function suited for what I want to do?

Best,
Marta.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant