gffSignature {microseq}R Documentation

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.

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.

Value

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

Author(s)

Lars Snipen.

See Also

findOrfs, gff2fasta.

Examples

# See the example in the Help-file for readGFF.


[Package microseq version 1.3 Index]