Skip to contents

Fetches the sample or assay data table for a given experiment in Pluto and stores it in a data.frame

Usage

pluto_read_data(experiment_id, table_type, limit = NULL, silent = FALSE)

Arguments

experiment_id

Pluto experiment ID

table_type

Table type, choices are "sample" or "assay"

limit

Integer for max rows to fetch, or NULL to fetch all rows

silent

Boolean, whether to suppress console messages

Value

Data.frame containing the requested data