fasta_to_df: Convert fasta format to dataframe

View source: R/input_to_df.R

fasta_to_dfR Documentation

Convert fasta format to dataframe

Description

Convert fasta format to dataframe

Usage

fasta_to_df(fasta_path)

Arguments

fasta_path

Path of FASTA file.

Value

Returns data in data frame.

Examples

input <- system.file("extdata/example/fungi_sample.fasta", package = "deepredeff")
input_df <- fasta_to_df(input)

ruthkr/deepredeff documentation built on Sept. 18, 2023, 4:25 a.m.