parseGFF: Function to Read and Parse a GFF file

View source: R/parseGFF.R

parseGFFR Documentation

Function to Read and Parse a GFF file

Description

This function takes a GFF file path as input. It will read it, parse it, and return a data.frame for use with associate_scaffolds_GFF().

Usage

parseGFF(gff.filepath)

Arguments

gff.filepath

Path to GFF file

Value

data.frame object with useful GFF info

Examples

gff <- parseGFF("./genes.gff")

btmartin721/ClineHelpR documentation built on Oct. 15, 2024, 5:05 a.m.