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

add get_pseudobulk API #136

@stemangiola

Description

@stemangiola

We have suitable available for the whole atlas, we should built a function that delivers those to the user

The interface would look like

metadata |>
   filter(...) |>
   get_pseudobulk()

The backend would look like

function(my_tibble){

   # select sample_ from tibble

  # Download pre-made pseudobulk from the cloud

  # bind
  
  # return

}

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