Read all experiments in a Pluto project into a data frame
Source:R/projects.R
pluto_read_project_experiments.Rd
Fetches metadata for all experiments in a given project in Pluto and stores it in a data.frame
Value
A data.frame containing columns:
experiment_id | Pluto ID for the experiment (e.g. PLX123456) |
name | Experiment name |
organism | Computer-friendly shortname for organism (e.g. human, mouse) |
experiment_type | Shortname for experiment type (e.g. rnaseq, atacseq) |
share_level | Shortname for share level (private, shareable, public) |
status | Shortname for experiment status (draft, pending, pending_complete, complete, failed) |
assay_data_units | Shortname for assay data units (e.g. raw_counts) |
plot_count | Integer, total plots created for the experiment |
owner | First and last name of the user who currently owns the experiment |
created_by | First and last name of the user who created the experiment |
created_at | Date the experiment was created |