Read.fasta {shipunov}R Documentation

Read 'FASTA' files

Description

Simple reading of 'FASTA' files

Usage

Read.fasta(file)

Arguments

file

File name

Details

Simple reading of 'FASTA' files.

Value

Data frame with two columns: 'name' and 'sequence'.

Author(s)

Alexey Shipunov

Examples

write(file=file.path(tempdir(), "tmp.fasta"), ">some_id\nATGC")
Read.fasta(file=file.path(tempdir(), "tmp.fasta"))

[Package shipunov version 1.17.1 Index]