powered by
Convert fasta format to dataframe
fasta_to_df(fasta_path)
Path of FASTA file.
Returns data in data frame.
# NOT RUN { input <- system.file("extdata/example/fungi_sample.fasta", package = "deepredeff") input_df <- fasta_to_df(input) # }
Run the code above in your browser using DataLab