Description Usage Arguments Examples
To get gene feature from a GTF file
1 | getGeneList(gtf, type = "protein_coding")
|
gtf |
GTF file |
type |
selecting gene feature |
1 2 3 4 5 6 | gtf=system.file("extdata", "gencode.v21.chr_patch_hapl_HLA.annotation.gtf",
package = "AltHapAlignR")
output <- getGeneList(gtf, type="protein_coding")
# Output data
# summary of gene information, format: data.frame
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.