getFastaFromFasInput: Get fasta sequences from main input file in multi-fasta...

Description Usage Arguments Value Author(s) Examples

View source: R/getFastaSeqs.R

Description

Get fasta sequences from main input file in multi-fasta format

Usage

1

Arguments

seqIDs

list of sequences IDs. Set seqIDs = "all" if you want to get all fasta sequences from the input file.

file

raw phylogenetic profile input file in multi-fasta format.

Value

A dataframe with one column contains sequences in fasta format.

Author(s)

Vinh Tran tran@bio.uni-frankfurt.de

Examples

1
2
3
4
5
file <- system.file(
    "extdata", "test.main.fasta",
    package = "PhyloProfile", mustWork = TRUE
)
getFastaFromFasInput("all", file)

PhyloProfile documentation built on March 27, 2021, 6:01 p.m.