Diff of /man/customConvertFeats.Rd [000000] .. [28e211]

Switch to unified view

a b/man/customConvertFeats.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/customConverters.R
3
\name{customConvertFeats}
4
\alias{customConvertFeats}
5
\title{Automatic Feature Id Conversion.}
6
\usage{
7
customConvertFeats(x, verbose = TRUE)
8
}
9
\arguments{
10
\item{x}{data.frame or matrix including raw counts (typically, UMIs),
11
where rows are features (genes) and rownames are feature identifiers
12
(SYMBOLs or ENTREZIDs).}
13
14
\item{verbose}{logical, shall messages be printed to inform about
15
conversion advances.}
16
}
17
\value{
18
a data.frame where rownames are ENSEMBL IDs. The new feature IDs are
19
automatically imputed based on existing feature IDs (SYMBOLs or ENTREZIDs).
20
}
21
\description{
22
Attempt to automatically convert non-ENSEMBL feature identifiers to
23
ENSEMBL identifiers. Features are included as rownames of the input
24
data.frame (or matrix). It is assumed that feature identifiers
25
(i.e., rownames of x) come from human or mouse genomes, and
26
are either OFFICIAL SYMBOLS or ENTREZIDS. If less than 20% of match
27
is identified, an error will be thrown.
28
}