powered by
Simple reading of 'FASTA' files
Read.fasta(file)
Data frame with two columns: 'name' and 'sequence'.
File name
Alexey Shipunov
Simple reading of 'FASTA' files.
write(file=file.path(tempdir(), "tmp.fasta"), ">some_id\nATGC") Read.fasta(file=file.path(tempdir(), "tmp.fasta"))
Run the code above in your browser using DataLab