Description Usage Arguments Value Examples
View source: R/gene_annotation.R
Parse the gene coordinate Obtain a list which contains the coordinate information of each gene
1 | getGeneCoordinate(gene_name, genesum = gene_feature_GEM)
|
gene_name |
A string containing the gene name |
genesum |
A dataframe with the detailed gene annotation |
A list with the coordinate of gene and its protein
1 2 | data('gene_feature0')
getGeneCoordinate(gene_name ='YPR184W', genesum = gene_feature0)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.