Skip to contents

Fetches the raw or final Seurat object for a given experiment in Pluto and saves it as an RDS file

Usage

pluto_download_seurat_object(
  experiment_id,
  seurat_type,
  silent = FALSE,
  dest_filename = NULL
)

Arguments

experiment_id

Pluto experiment ID

seurat_type

Seurat type, choices are "raw" or "final"

silent

Boolean, whether to suppress console messages

dest_filename

Destination filename for RDS file (e.g. "PLX12345_final_seurat_object.rds")

Value

Saves the downloaded Seurat object to dest_filename