[Seqinr-commits] r1952 - pkg/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Jun 21 10:15:48 CEST 2016


Author: jeanlobry
Date: 2016-06-21 10:15:47 +0200 (Tue, 21 Jun 2016)
New Revision: 1952

Modified:
   pkg/man/ec999.Rd
Log:
example of how to export sequences in a FASTA file

Modified: pkg/man/ec999.Rd
===================================================================
--- pkg/man/ec999.Rd	2016-06-21 08:10:03 UTC (rev 1951)
+++ pkg/man/ec999.Rd	2016-06-21 08:15:47 UTC (rev 1952)
@@ -28,5 +28,9 @@
 }
 \examples{
 data(ec999)
+#
+# How to export sequences in a FASTA file:
+#
+write.fasta(ec999, names(ec999), file = "ec999.ffn")
 }
 \keyword{datasets}



More information about the Seqinr-commits mailing list