Description Usage Arguments Details Value Examples
View source: R/spagi2_master.R
This helper function returns a data frame with two columns containing all gene symbols and their corresponding gene IDs for the given species
1 | make_ENSEMBL_symbol_map_new(species, geneSymbol.toMapping, geneID.forMapping)
|
species |
Species name in the form 'hsapiens' |
geneSymbol.toMapping |
The valid gene ID names to which the user cell data will be converted, default is "external_gene_name" |
geneID.forMapping |
The valid gene ID names of the user cell data, default is "ensembl_gene_id" |
This helper function returns a data frame with two columns containing all gene symbols and their corresponding gene IDs for the given species
This helper function returns a data frame with two columns containing all gene symbols and their corresponding gene IDs for the given species
1 2 | human.ensembl.symbol.map<-make_ENSEMBL_symbol_map_new('hsapiens', geneSymbol.toMapping="external_gene_name", geneID.forMapping="ensembl_gene_id")
head(human.ensembl.symbol.map)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.