powered by
Simple reading of 'FASTA' files
Read.fasta(file)
File name
Data frame with two columns: 'name' and 'sequence'.
Simple reading of 'FASTA' files.
# NOT RUN { 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