Diff of /man/getMappedFeatures.Rd [000000] .. [72a7c3]

Switch to unified view

a b/man/getMappedFeatures.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/feature_processing.R
3
\name{getMappedFeatures}
4
\alias{getMappedFeatures}
5
\title{Wrapper to get feature mappings.}
6
\usage{
7
getMappedFeatures(
8
  pathways,
9
  returnID = "SYMBOL",
10
  organism = "hsapiens",
11
  which = "proteins",
12
  useLocal = TRUE
13
)
14
}
15
\arguments{
16
\item{pathways}{List of pathway definitions.}
17
18
\item{returnID}{String specifying the returned ID format.}
19
20
\item{organism}{String defining the organism of analysis.}
21
22
\item{which}{Mode to extract the features, either \'proteins\' or
23
\'metabolites\'.}
24
25
\item{useLocal}{Boolean specifying whether or not to use the local
26
preprocessed mapping.}
27
}
28
\value{
29
List of mapped features for an omics layer.
30
}
31
\description{
32
Feature mappings will be used from hard disk in case they have been
33
mapped before and `useLocal` is not set to be FALSE.
34
In other cases, a feature extraction will be done and the results are
35
stored for a following occasion.
36
}