| gffSignature {microseq} | R Documentation |
Making a signature text from gff.table data.
gffSignature(gff.table)
gff.table |
A |
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.
A vector of texts, one for each row in gff.table.
Lars Snipen.
# See the example in the Help-file for readGFF.