ens2symbol | R Documentation |
Search symbols from ENG ids and calculate the length of the gene
ens2symbol( ens_ids, specie = "hsapiens_gene_ensembl", attributes_list = c("ensembl_gene_id", "hgnc_symbol", "ensembl_gene_id", "chromosome_name", "start_position", "end_position"), filter_name = "ensembl_gene_id" )
ens_ids |
a vector with the ensemble ids |
specie |
Specie that we want to get information from |
attributes_list |
attributes that we want to obtain in the last table |
filter_name |
the source information |
a data framewith the symbol, chromosome, start position, end position and length
ens2symbol(ens_ids = c("ENSG00000000003"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.