Description Usage Arguments Value Author(s) See Also
View source: R/write.DNAStringSet.R
This function writes a Biostrings DNAStringSet
object to a file. Currently, phylip and fasta formats are supported
1 2 3 | write.DNAStringSet(x, format= c('phylip', 'fasta'), padding = 30,
filename = "DNAStringSetOut.phy",
fastaPrefix = ">")
|
x |
an object of class |
format |
at this point, only fasta and phylip formats are supported |
padding |
total number of characters, including sequence title, to place before each sequence |
filename |
full name of file and path |
fastaPrefix |
prefix character to add to taxon label for fasta files |
At this point, returns a 0 to indicate successful completion
Andrew Hipp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.