check_gff_input | R Documentation |
This function checks the file format of a GFF/GTF input file and prepares it for analysis. It can handle both uncompressed and compressed formats.
check_gff_input(gff_input_name, gff_input_path, working_wd)
gff_input_name |
A descriptive name for the GFF/GTF file. |
gff_input_path |
The file path to the GFF/GTF file. |
working_wd |
A character string specifying the working directory to be used. |
The path to the prepared GFF file for analysis.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.