View source: R/exons_to_genes.R
exons_to_genes | R Documentation |
Convert exon annotation to genes
exons_to_genes(x)
x |
the exon level annotation containing columns "gene_id", "chr", "strand" and "symbol". |
the gene level annotation where each gene is taken to span the earliest start position and latest end position of its exons.
nmr <- load_example_nanomethresult()
exons_to_genes(NanoMethViz::exons(nmr))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.