View source: R/map_specificity_to_entrez.r
map_specificity_to_entrez | R Documentation |
Convenience function used in create_gene_covar_file.
map_specificity_to_entrez(
ctd,
annotLevel,
ctd_species,
use_matrix = "specificity_quantiles",
return_ctd = FALSE,
use_saved = TRUE,
verbose = TRUE
)
ctd |
Cell type data structure containing
|
ctd_species |
Species name relevant to the CellTypeDataset ( |
use_matrix |
Which CTD matrix to use as input. |
return_ctd |
Return the actual CellTypeDataset, rather than path to where it is saved. |
use_saved |
Use a saved version of the gene mapping table. |
verbose |
Print messages. |
Matrix in which the first column is 'entrez' and then the specificity decile for each cell type
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.