fa_conversion: fa_to_interleaved

fa_to_interleavedR Documentation

fa_to_interleaved

Description

convert fasta file to interleaved format

convert fasta file to sequential format

Usage

fa_to_interleaved(file, outfile)

fa_to_sequential(file, outfile)

Arguments

file

fasta file

outfile

output file

Value

None

None

Author(s)

Guangchuang Yu

Examples

fa_file <- system.file("extdata/HA.fas", package="seqmagick")
fa1 <- tempfile(fileext = '.fa')
fa2 <- tempfile(fileext = '.fa')
fa_to_interleaved(fa_file, fa1)
fa_to_sequential(fa_file, fa2)

seqmagick documentation built on July 9, 2023, 7:36 p.m.