fasta_to_df | R Documentation |
Convert fasta format to dataframe
fasta_to_df(fasta_path)
fasta_path |
Path of FASTA file. |
Returns data in data frame.
input <- system.file("extdata/example/fungi_sample.fasta", package = "deepredeff")
input_df <- fasta_to_df(input)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.