read_gff: Import GFF File

View source: R/read_gff.R

read_gffR Documentation

Import GFF File

Description

This function reads an organism specific CDS stored in a defined file format.

Usage

read_gff(file)

Arguments

file

a character string specifying the path to the file storing the CDS.

Details

This function takes a string specifying the path to the GFF file of interest (e.g. the path returned by getGFF).

Value

Either a Biostrings or data.table object.

Author(s)

Hajk-Georg Drost

See Also

Other gff: getGFFSet(), getGFF()

Other readers: read_cds(), read_genome(), read_proteome(), read_rna()


HajkD/biomartr documentation built on Dec. 9, 2023, 7:25 p.m.