Entering edit mode
6.6 years ago
3335098459
▴
30
Hi everyone,
I am using Windows and R-Studio. I am looking for a particular R-package or commands to read, write, concatenate and relabel the sequences in a fasta formatted file. I know other GUI softwares but I need to perform this in R.
Please help me. Regards Awan
Did you take a look at
seqinr
package ? read.fasta and write.fasta are include, maybe there are functions to relabel and concat ( https://cran.r-project.org/web/packages/seqinr/seqinr.pdf ).See also
seqRFLP