Learn R Programming

micropan (version 1.2)

gffSignature: GFF signature text

Description

Making a signature text from gff.table data.

Usage

gffSignature(gff.table)

Arguments

gff.table

A gff.table (data.frame) with genomic features information.

Value

A vector of texts, one for each row in gff.table.

Details

For each row in gff.table a text is created by pasting these data together, adding some explanatory text. This function is used by link{gff2fasta} to create the Header-lines for the Fasta object when retrieving the sequences.

See Also

findOrfs, gff2fasta.

Examples

Run this code
# NOT RUN {
# See the example in the Help-file for readGFF.

# }

Run the code above in your browser using DataLab