View source: R/load_gff_list.R
load_gff_list | R Documentation |
This function load and process a list of GFF3 files. The function extract CDS in nucleotide and in aminoacids. It creates four folder with the GFF anotation, the FNA whole-genome sequence, the FFN for fasta features nucleotide and the FAA with the proteome function.
load_gff_list(input_files, n_cores)
file |
Load GFF3 files is slower than load multiple-fasta files (nucleotide or aminoacids) so for large datasets we recommend to load fasta files instead of GFF3.
The function returns a gff_list
object the can be used as input for other functions (mmseqs, mash)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.