CuratedAtlasQueryR icon indicating copy to clipboard operation
CuratedAtlasQueryR copied to clipboard

Trying to use the package: accessing the METADATA_URL

Open shivUSF opened this issue 2 years ago • 1 comments

Thank you so much for building this package. I have a large bone marrow dataset approx. 500k cells. I am currently trying to annotate it. This package looks very easy to access the reference data from Human cell Atlas I want to download the bone marrow dataset with all its metadata information especially the cell_type section. I am not able to fully understand this part metadata <- [get_metadata](https://stemangiola.github.io/CuratedAtlasQueryR/reference/get_metadata.html)(remote_url = METADATA_URL) What would be the link here to access the bone marrow data ? If you could guide me a little would be great help.

shivUSF avatar Jan 19 '24 00:01 shivUSF

You don't need to provide any arguments to get_metadata(). It has a default value which is what you want to use.

This is explained in the vignette, but can I ask what part of the documentation made you think you needed to pass in an argument there? It might be possible to clarify this for future users.

multimeric avatar Jan 19 '24 00:01 multimeric