powered by
Read fasta formate and convert it to data frame
fasta.read(virus.fasta,host.fasta)
directory path to the virus fasta file.
directory path to the host fasta file.
A list with two data frames.
# NOT RUN { fasta <- fasta.read("virus.fasta", "host.fasta") fasta.v <- fasta[[1]] fasta.h <- fasta[[2]] # }
Run the code above in your browser using DataLab