fasta_cleaner: Function to convert a FASTA file stored as an object into a...

Description Usage Arguments Examples

View source: R/fasta_cleaner.R

Description

Function to convert a FASTA file stored as an object into a vector

Usage

1
fasta_cleaner(fasta_object, parse = TRUE)

Arguments

fasta_object

R object with FASTA character data to clean

parse

Parse data to character vector?

Examples

1
2
dengueseq_fasta <- rentrez::entrez_fetch(db = "nucleotide", id = "NC_001477", rettype = "fasta")
fasta_cleaner(dengueseq_fasta, parse = TRUE)

brouwern/compbio4all documentation built on Dec. 19, 2021, 11:47 a.m.