View source: R/get_annotations.R
get_annotations | R Documentation |
The Gene information added include:
Gene ENSEMBL ID, HGNC Symbol, Description, Biotype and Chromosome.
Gene start, end and length
get_annotations(
ensembl_ids,
mode = "genes",
filename = "gene_annotations",
version = "",
format = "csv"
)
ensembl_ids |
The column of transcripts to be used as input. |
mode |
To specify the IDs provided, between "transcripts" or "genes". Default = genes. |
filename |
The name of the output file, which is table. Default = gene_annotations. |
version |
This function can use the version 103 or the current version of the Biomart. Default = Current. |
format |
The output is saved in .csv or .xlsx formats. Default = csv. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.