Dataset

Type: object

A dataset containing multiple summarized experiments, possibly with non-trivial relationships between the columns of different experiments. This is derived from Bioconductor's MultiAssayExperiment class. This document contains pointers to the various components including the sample data, sample mapping and experiments.

No Additional Properties

Type: string

The schema to use.

Type: object
No Additional Properties

Type: array of object

Array of pointers to the summarized experiments. Each experiment should contain column names that are unique within that experiment.

Must contain a minimum of 1 items

No Additional Items

Each item of this array must be:

Type: object

Type: string

Name of the experiment. This should be a non-empty string. Experiment names should also be unique within experiments.

Must be at least 1 characters long

Type: object

Type: string

Relative path of the resource from the root of the project directory.

Type: enum (of string)

Type of file. Local files should be present in the same project directory.

Must be one of:

  • "local"

Type: object

Pointer to additional metadata for this object, typically stored as a list (via the basic_list schema).

Type: object

Type: string

Relative path of the resource from the root of the project directory.

Type: enum (of string)

Type of file. Local files should be present in the same project directory.

Must be one of:

  • "local"

Type: object

Pointer to the sample data. This should be a data frame with one row per sample in the dataset, where each column contains sample annotations. Row names should be present and unique.

Type: object

Type: string

Relative path of the resource from the root of the project directory.

Type: enum (of string)

Type of file. Local files should be present in the same project directory.

Must be one of:

  • "local"

Type: object

Pointer to the sample mappings. This defines the relationships between columns of the summarized experiments and the samples in the dataset. The data frame should always contain three string columns:

  • sample, the sample name.
  • 'experiment', the name of the experiment.
  • 'column', the name of the column in that experiment.

Each row defines a single relationship between a sample and an experiment's column.

Type: object

Type: string

Relative path of the resource from the root of the project directory.

Type: enum (of string)

Type of file. Local files should be present in the same project directory.

Must be one of:

  • "local"

Type: boolean Default: false

Is this a child document, only to be interpreted in the context of the parent document from which it is linked? This may have implications for search and metadata requirements.

Type: string

Path to the file in the project directory.