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/ClinePlotR documentation built on Oct. 17, 2024, 10:06 p.m.