getexon | R Documentation |
Calculate exon coverages for specific genes regions.
getexon(targetfile = NULL, genomename = "mm10", genenames = NULL)
targetfile |
The directory of the file indicating the gene regions
whose exon coverages need to be calculated, not necessary to be exactly
the gene body region between TSS and TTS sites. Columns named as chr,
start, end, strand, and gene_id are required. If it is NULL, all the gene
body regions of UCSC known genes in the genome specified by the parameter
|
genomename |
Specify the genome of the genes to be analyzed, when the
parameter |
genenames |
The symbols of genes whose exon coverages need to be
calculated. The regions indicated by the parameter |
A data.frame with a column named exon indicating the exon coverages of the gene regions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.