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

Does package support storing info in global attributes? #72

Open
DanSchnell opened this issue Mar 17, 2021 · 0 comments
Open

Does package support storing info in global attributes? #72

DanSchnell opened this issue Mar 17, 2021 · 0 comments

Comments

@DanSchnell
Copy link

I noted the following in the link to loom file format specs:

**Global attributes¶
There MUST be an HDF5 group /attrs containing global attributes.

There MUST be a HDF5 dataset /attrs/LOOM_SPEC_VERSION with the value 3.0.0.

Global attributes apply semantically to the whole file, not any specific part of it. Such attributes are stored in the HDF5 group /attrs and can be any valid scalar or multidimensional datatype.

As of Loom file format v3.0.0, only one global attribute is mandatory: the LOOM_SPEC_VERSION attribute, which is a string value giving the loom file spec version that was followed in creating the file. See top of this document for the current version of the spec.**

Is there a way I can use loomR (or other R codes) to populate /attrs with info such as genome & transcriptome references using loomR?

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