check_gff_from_file {shinyWGD}R Documentation

Check and Process GFF Input File from a Specific Path

Description

This function checks the type of GFF input file specified by its path and processes it accordingly.

Usage

check_gff_from_file(gff_input_name, gff_input_path, working_wd)

Arguments

gff_input_name

The informal name of the GFF input file.

gff_input_path

The path to the GFF input file.

working_wd

A character string specifying the working directory to be used.

Value

A string containing the processed GFF file's path.


[Package shinyWGD version 1.0.0 Index]