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
}