fasta.read | R Documentation |
Read fasta formate and convert it to data frame
fasta.read(virus.fasta,host.fasta)
virus.fasta |
directory path to the virus fasta file. |
host.fasta |
directory path to the host fasta file. |
A list with two data frames.
The list with two data.frames; the first one for virus DNA sequences and the second one for the host.
Ali Mostafa Anwar ali.mo.anwar@std.agr.cu.edu.eg and Mohmed Soudy MohmedSoudy2009@gmail.com
## Not run:
fasta <- fasta.read("virus.fasta", "host.fasta")
fasta.v <- fasta[[1]]
fasta.h <- fasta[[2]]
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.