getMappedFeatures {multiGSEA} | R Documentation |
Feature mappings will be used from hard disk in case they have been mapped before and 'useLocal' is not set to be FALSE. In other cases, a feature extraction will be done and the results are stored for a following occasion.
getMappedFeatures( pathways, returnID = "SYMBOL", organism = "hsapiens", which = "proteins", useLocal = TRUE )
pathways |
List of pathway definitions. |
returnID |
String specifying the returned ID format. |
organism |
String defining the organism of analysis. |
which |
Mode to extract the features, either \'proteins\' or \'metabolites\'. |
useLocal |
Boolean specifying whether or not to use the local preprocessed mapping. |
List of mapped features for an omics layer.