View source: R/gginter_utils.R
gene_anno | R Documentation |
Title Read in gene annotation dataframe Gene annotation dataframe, examples can be loaded using data(GENE1_anno)
gene_anno(gene_anno, genename = "")
gene_anno |
Dataframe, bed file format, each row represent an exon. |
a new gene_anno class object
data(GENE1_anno) anno1 <- gene_anno(GENE1_anno) gene1 <- gene_anno(DF)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.