check_gff | R Documentation |
This function validates inputs to tr2g_gtf and tr2g_gff3 and throws error early if some inputs are wrong.
check_gff(format, file, transcript_id, gene_id)
format |
Whether it's gtf or gff3. |
file |
Path to a GTF file to be read. The file can remain gzipped. Use
|
transcript_id |
Character vector of length 1. Tag in |
gene_id |
Character vector of length 1. Tag in |
Nothing, will throw error if there's a problem.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.