Constructor function to create a FOM object
create_FOM_object.Rd
Create the FOM object
Usage
create_FOM_object(
id = NA_character_,
dataset_id = NA_character_,
filepath = NA_character_,
accessor = NA_character_,
data_type = NA_character_,
representation = NA_character_,
representation_description = NA_character_,
obs_unit = NA_character_,
processing = NA_character_,
processing_description = NA_character_,
analyte = NA_character_,
analyte_description = NA_character_,
modality = NA_character_,
obs_subset = NA_character_,
obs_subset_description = NA_character_,
feature_subset = NA_character_,
feature_subset_description = NA_character_,
record_id = NA_character_,
parent_id = NA_character_,
parent_relationship = NA_character_,
parent_relationship_description = NA_character_,
oid = NA_character_,
fid = NA_character_,
obs = NA_character_,
fea = NA_character_,
ong = NA_character_,
fng = NA_character_
)
Arguments
- id
Denotes the unique id of the matrix, annotation data frame, or graph and should be unique
- dataset_id
ID of the dataset
- filepath
Path to the file
- accessor
Accessor
- data_type
Explicitly describes the type of data stored in the FOM
- representation
Preferred representation of the matrix
- representation_description
More detail about the representation
- obs_unit
Biological unit of the observations
- processing
Used to describe the nature of the data contained within the matrix
- processing_description
More detail about the nature of the data
- analyte
Used to describe the biological analytes being quantified in the matrix
- analyte_description
More details about the analytes
- modality
Describes the modality of the matrix, may be the same as another field or combination of other fields
- obs_subset
Describes the subset of observations that are present in the FOM
- obs_subset_description
More about the subset of observations
- feature_subset
Describes the subset of features that are present in the FOM
- feature_subset_description
More about the subset of features
- record_id
Unique id to denote a combination of entries for record_package_name, record_package_version, record_function_name, and record_function_parameters
- parent_id
Denotes the id(s) of the parent matrices that were used to produce the matrix
- parent_relationship
Denotes the type of relationship with the parent matrix or matrices
- parent_relationship_description
More about the type of relationship with the parent matrix or matrices
- oid
Character vector or combination of character vectors used to denote the unique ID of each observation
- fid
Character vector or combination of character vectors used to denote the unique ID of each feature
- obs
Name of matrices or data frames with the same number of observations as its corresponding FOM
- fea
Name of matrices or data frames with the same number of features as its corresponding FOM
- ong
Name of observation neighborhood graph
- fng
Name of feature neighborhood graph