gff2tab: parse a GFF3 file into a table

View source: R/parsers.R

gff2tabR Documentation

parse a GFF3 file into a table

Description

Parses gff3 files into tables, including conversion of all attributes

Usage

gff2tab(file, attrsep = ";", fieldsep = "=")

Arguments

file

gff file name

attrsep

main separator of attribute string fields

fieldsep

separator for attribute <id>=<value> couples


raim/segmenTools documentation built on March 20, 2024, 6:23 a.m.