View source: R/utility_functions.R
maketx2gene | R Documentation |
maketx2gene
creates a tx2gene file from a .gff or .gtf file that maps each transcript to its respective gene
maketx2gene(txdb_loc, save_loc = NULL)
txdb_loc |
is the file location of the .gtf or .gff annotation |
save_loc |
An optional directory location to save the tx2gene data.frame (will save to current working directory otherwise) |
a data.frame with columns gene_id, tx_id (transcript id) and NTrans (the number of transcripts in the current transcript's gene)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.