[716367]: / man / getMappedFeatures.Rd

Download this file

37 lines (32 with data), 972 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/feature_processing.R
\name{getMappedFeatures}
\alias{getMappedFeatures}
\title{Wrapper to get feature mappings.}
\usage{
getMappedFeatures(
pathways,
returnID = "SYMBOL",
organism = "hsapiens",
which = "proteins",
useLocal = TRUE
)
}
\arguments{
\item{pathways}{List of pathway definitions.}
\item{returnID}{String specifying the returned ID format.}
\item{organism}{String defining the organism of analysis.}
\item{which}{Mode to extract the features, either \'proteins\' or
\'metabolites\'.}
\item{useLocal}{Boolean specifying whether or not to use the local
preprocessed mapping.}
}
\value{
List of mapped features for an omics layer.
}
\description{
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.
}