Fetches the raw or final Seurat object for a given experiment in Pluto and returns metadata from the API request as well as the object itself
Arguments
- experiment_id
Pluto experiment ID
- seurat_type
Seurat type, choices are "raw" or "final"
- silent
Boolean, whether to suppress console messages
Value
A list containing obj
, the requested Seurat object if it was successfully fetched, and status
, a list containing information from the Pluto API request:
status_code | HTTP status code (e.g. 200, 400, 401) |
code | String, computer-friendly code for response (e.g. authentication_failed ) |
message | Additional details |