getFasta | R Documentation |
Function reads in your fasta file puts it in a format that can be used as an argument in the EmbedAsvTable function.
getFasta(fasta_file_name)
fasta_file_name |
The fasta_file_name should be given as the file path to your .fasta file and should be in quotes. |
Christine Tataru
## The function is currently defined as function (fasta_file_name) { fasta_file <- getExampleFasta(fasta_file_name) fasta_df <- getFastaDF(fasta_file) return(fasta_df) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.