]> git.donarmstrong.com Git - ape.git/blobdiff - man/read.dna.Rd
some modifs for ape 3.0-8
[ape.git] / man / read.dna.Rd
index 4cf664ea68b2292797bae09f7c6934827d5fd45a..ca0a5c03f1c1fd9828a2c2a38bbd4e3c9d877ef9 100644 (file)
@@ -129,11 +129,11 @@ cat("CLUSTAL (ape) multiple sequence alignment", "",
 file = "exdna.txt", sep = "\n")
 ex.dna3 <- read.dna("exdna.txt", format = "clustal")
 ### ... and in FASTA format
-cat("> No305",
+cat(">No305",
 "NTTCGAAAAACACACCCACTACTAAAANTTATCAGTCACT",
-"> No304",
+">No304",
 "ATTCGAAAAACACACCCACTACTAAAAATTATCAACCACT",
-"> No306",
+">No306",
 "ATTCGAAAAACACACCCACTACTAAAAATTATCAATCACT",
 file = "exdna.txt", sep = "\n")
 ex.dna4 <- read.dna("exdna.txt", format = "fasta")