A factor where the levels are strings, roughly equivalent to base R's factor. The levels property points to a atomic_vector resource containing the levels as unique strings.
Derived from factor/v1.json: virtual factor-like object where the unique levels are some vector-like object, corresponding to the Factor class in the S4Vectors Bioconductor package. The path property points to a CSV file, see here for a detailed specification. Concrete subclasses are expected to define a levels property that points to a vector-like object containing the levels.
The schema to use.
Type of compression applied to the file.
Pointer to a data frame additional annotations for each element in the factor. If omitted, no additional annotations are present.
Relative path of the resource from the root of the project directory.
Type of file. Local files should be present in the same project directory.
Length of the factor.
Whether the factor is named. If true, the first column of CSV contains the names of the factor elements.
Pointer to a list of additional metadata for this object.
Relative path of the resource from the root of the project directory.
Type of file. Local files should be present in the same project directory.
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.
MD5 checksum for the file.
Path to the file in the project directory.
Location of the atomic vector containing the (string) levels.
Relative path of the resource from the root of the project directory.
Type of file. Local files should be present in the same project directory.
Whether to assume that the levels are ordered.