View source: R/InterCellDBclass.R
DataPrep.RemapClustersMarkers | R Documentation |
Use species-specific reference database to remap genes to their authorized genenames.
DataPrep.RemapClustersMarkers(
markers.all,
species,
if.used.inside = FALSE,
final.dup.rm = TRUE
)
markers.all |
Data.frame. Feature genes that are generated from |
species |
InterCellDB supports species in either 'human' or 'mouse'. Other species are not supported to be used for analysis. |
if.used.inside |
Logic. If used inside, some process will not run. |
final.dup.rm |
Logic. If set TRUE, duplicated genes of each cluster in final mapping result will be
removed. If set FALSE, those genes will be applied with function |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.