read_fasta: Read FASTA files

Description Usage Arguments Value See Also Examples

View source: R/read_fasta.R

Description

A lightweight tool to read nucleic or amino-acid sequences from a file in FASTA format.

Usage

1

Arguments

file

the name of the file which the data are to be read from.

Value

a list of sequences.

See Also

read.fasta: heavier function for processing FASTA files.

Examples

1
2
3
4
## Not run: 
  read_fasta("https://www.uniprot.org/uniprot/P28307.fasta")
  
## End(Not run)

biogram documentation built on March 31, 2020, 5:14 p.m.