-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathmap_specificity_to_entrez.Rd
40 lines (35 loc) · 1.05 KB
/
map_specificity_to_entrez.Rd
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
37
38
39
40
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/map_specificity_to_entrez.r
\name{map_specificity_to_entrez}
\alias{map_specificity_to_entrez}
\title{Map specificity to Entrez gene IDs}
\usage{
map_specificity_to_entrez(
ctd,
annotLevel,
ctd_species,
use_matrix = "specificity_quantiles",
return_ctd = FALSE,
use_saved = TRUE,
verbose = TRUE
)
}
\arguments{
\item{ctd}{Cell type data structure containing
\code{specificity_quantiles}.}
\item{ctd_species}{Species name relevant to the cell type data.
See \link[EWCE]{list_species} for all available species.}
\item{use_matrix}{Which CTD matrix to use as input.}
\item{return_ctd}{Return the actual CellTypeDataset,
rather than path to where it is saved.}
\item{use_saved}{Use a saved version of the gene mapping table.}
\item{verbose}{Print messages.}
}
\value{
Matrix in which the first column is 'entrez'
and then the specificity decile for each cell type
}
\description{
Convenience function used in \link[MAGMA.Celltyping]{create_gene_covar_file}.
}
\keyword{internal}