Skip to contents

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

Usage

pluto_get_seurat_object(experiment_id, seurat_type, silent = FALSE)

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_codeHTTP status code (e.g. 200, 400, 401)
codeString, computer-friendly code for response (e.g. authentication_failed)
messageAdditional details