extractSeqsFromGff3: Extract Sequences from Gff3 file

Description Usage Arguments Value Author(s)

Description

Extract Sequences from Gff3 file and outputs a list of element, one per each CDS. Each element contain the DNA gene sequence and the AA protein sequence.

Usage

1
2
extractSeqsFromGff3(infile, in.path = NULL, keep = "aa",
  write.in.path = "dna")

Arguments

infile

character. The gff3 filename.

in.path

Where the output (fasta files) will be written.

keep

character. What to keep in memory. One of "aa", "dna", "both" or "none".

write.in.path

character. What to write in.path. One of "aa", "dna", "both" or "none".

Value

A list with CDS gene and/or protein sequences, if specifyied.

Author(s)

Gregorio Iraola and Ignacio Ferres.


iferres/phylen documentation built on May 24, 2019, 2:04 a.m.