Checks proportion of features from a multi-omics dataset that are assigned to feature sets.
Usage
check_feature_sets(feature_sets, mo_data, datasets = names(mo_data))
Arguments
- feature_sets
Named list, where each element corresponds to a feature set, and contains a vector of features ID of all features belonging to that set.
- mo_data
A
MultiDataSet-class
object.- datasets
Character vector, the names of the datasets for which features assignment should be checked. By default, all datasets in
mo_data
are considered.