View source: R/sequence_parsing.R
fasta_lengths_from_gff_list | R Documentation |
Get fasta sequence from several single-contig gff3 file and return it as a list of strings
fasta_lengths_from_gff_list(
gff_list,
gff_names,
fasta_dir = "temp_fasta_files",
clean_up = TRUE
)
gff_list |
a list of the gff_files to be used - with full / relative file path |
gff_names |
a list of names to be used for each file in gff_list, in the same order |
fasta_dir |
Directory to put the fasta files in to [Default = "."] |
clean_up |
TRUE/FALSE - clean up intermediate files. [Default = TRUE] |
List of fasta sequences
fasta_lengths_from_gff_list(List of gffs, names of the gff files)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.