check_gff_input: Check and Prepare GFF/GTF Input File

View source: R/utils.R

check_gff_inputR 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.


shinyWGD documentation built on April 4, 2025, 2:28 a.m.