Displaying 1 result from an estimated 1 matches for "charactertofastarecord".
Did you mean:
charactertofastarecords
2009 Jul 17
0
How to prpare the input data to writeFASTA ? Examples of CharacterToFASTArecords ...
I realize function write FASTA expects a list with two items, respectively, description and sequence.
However, just passing a list won't work (please, see code at the bottom of this message)
I saw there is the helper function CharacterToFASTArecords(x) that presumably generates the right input data format.
It would b very useful to get some example of CharacterToFASTArecords(x) usage.
The on-line documentation reads:
"For CharacterToFASTArecords, the (possibly named) character vector to be converted to a list of FASTA records as one ret...