check_gff_input {shinyWGD} | R Documentation |
Check and Prepare GFF/GTF Input File
Description
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.
Usage
check_gff_input(gff_input_name, gff_input_path, working_wd)
Arguments
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. |
Value
The path to the prepared GFF file for analysis.
[Package shinyWGD version 1.0.0 Index]