fasta_to_table: Convert fasta to table.

Description Usage Arguments Examples

View source: R/fasta_to_table.R

Description

converting fasta format file to table that have two rows including OTU and sequence.

Usage

1
fasta_to_table(.fasta, .col_name = X1)

Arguments

.fasta

fasta format files.

.col_name

name of column.

Examples

1
2
3
4
fasta <-
   data.frame(X1 = c(">otu_1", "ATGCGG", ">otu_2", "GCCGA"))

fasta_to_table(.fasta = fasta, .col_name = X1)

Hide-Fun/teco documentation built on July 28, 2021, 7:41 a.m.