Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

How to import dataset from collection? #151

@YXC33

Description

@YXC33

Hi! I met a problem when I tried to import a dataset from a collection.
Normally, when the dataset is not from a collection, I can get the dataset using these codes:
curated_seurat_object <- metadata |> dplyr::filter( dataset_id == '37b21763-7f0f-41ae-9001-60bad6e2841d' ) |> get_seurat()

However, if I change the dataset_id to a dataset from collections, I can't get the dataset. For example:
curated_seurat_object <- metadata |> dplyr::filter( dataset_id == '9fcb0b73-c734-40a5-be9c-ace7eea401c9' ) |> get_seurat()

And the web page of this dataset is: https://cellxgene.cziscience.com/e/9fcb0b73-c734-40a5-be9c-ace7eea401c9.cxg/

'9fcb0b73-c734-40a5-be9c-ace7eea401c9' %in% unique(dplyr::pull(metadata, "dataset_id")) [1] FALSE
Since this code returned FALSE, I know it's not because of the size.

Could you please tell me how to get the dataset from collections?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions