read_fasta {biogram}R Documentation

Read FASTA files

Description

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

Usage

read_fasta(file)

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

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

[Package biogram version 1.6.3 Index]