Skip to contents

Fetches the cluster annotation sets for a given experiment in Pluto and returns metadata from the API request as well as the data itself

Usage

pluto_get_cluster_annotation_sets(experiment_id, silent = FALSE)

Arguments

experiment_id

Pluto experiment ID

silent

Boolean, whether to suppress console messages

Value

A list containing obj, the requested data 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