read_fasta: Read a FASTA file

Description Usage Arguments Examples

Description

read_fasta reads a FASTA file of nucleotides or amino acids file and returns a tibble with number of rows corresponding to the number of sequences and two variables: 'fasta_header' and 'sequences'

Usage

1

Arguments

file

The FASTA file to be read either local or URL

Examples

1
2
read_fasta(file = 'my_fasta_file.fsa')
read_fasta(file = 'https://www.ncbi.nlm.nih.gov/WebSub/html/help/sample_files/nucleotide-sample.txt')

leonjessen/PepTools documentation built on May 29, 2019, 3:40 a.m.