format_output | R Documentation |
Used to have consistent output for the variants from OMIM, FANTOM5, GTEx and GWAS.
format_output(chr, pos, rsid, ensembl_gene_id, hgnc_symbol)
chr |
list of variant chromosome |
pos |
list of variant positions |
rsid |
list of variant rsid |
ensembl_gene_id |
gene id associated to the variants |
hgnc_symbol |
hgnc_symbol associated to the variants |
a data.frame of variants with the following columns
chr (chromosome)
pos (position of the variant)
rsid (variant ID)
ensembl_gene_id ("gene id" of the gene associated with the variants)
hgnc_symbol ("hgnc symbol" of the gene associated with the variants)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.