View source: R/sequence_parsing.R
fasta_len_from_single_gff | R Documentation |
Get fasta length rom a single-contig gff3 file and return it as a string
fasta_len_from_single_gff(gff_file, fasta_dir = ".", clean_up = TRUE)
gff_file |
Gff file |
fasta_dir |
Directory to put the fasta file into [Default = "."] |
clean_up |
TRUE/FALSE - clean up intermediate files. [Default = TRUE] |
fasta sequence as string
fasta_len_from_single_gff("input.gff")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.