Read Pluto analyses on an experiment into a data frame
Source:R/analyses.R
pluto_read_experiment_analyses.Rd
Fetches metadata for all analyses in a given experiment in Pluto and stores them in a data.frame
Value
A data.frame containing columns:
analysis_type | Type of analysis (e.g. differential_expression or gene_set_enrichment ) |
analysis_name | Name of the analysis |
display_type | Active display type (e.g. volcano_plot or score_bar_plot ) |
share_level | Shortname for share level (private, shareable, public) |
status | Shortname for analysis status (draft, pending, pending_complete, complete, failed) |
is_archived | Boolean, whether the analysis was archived and is no longer active |