refseqfile_check | R Documentation |
This function sorts and makes sure geneobj file can be used in this package, that mainly works on the promoters without the choromsome and position information. In addition, it can add the genomic number of exons and introns, e.g., first exon or second intron.
refseqfile_check(geneobj, regionfile)
geneobj |
refers to the genebody file from readTranscriptFeatures of package genomation. |
regionfile |
refers to the reference gene or cpg bed file (without header) |
Outputs gene body file.
geneobj <- refseqfile_check(geneobj, regionfile)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.