[Seqinr-commits] r1869 - pkg/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Jun 1 19:39:45 CEST 2016


Author: jeanlobry
Date: 2016-06-01 19:39:45 +0200 (Wed, 01 Jun 2016)
New Revision: 1869

Modified:
   pkg/man/crelistfromclientdata.Rd
Log:
query assignment

Modified: pkg/man/crelistfromclientdata.Rd
===================================================================
--- pkg/man/crelistfromclientdata.Rd	2016-06-01 17:32:14 UTC (rev 1868)
+++ pkg/man/crelistfromclientdata.Rd	2016-06-01 17:39:45 UTC (rev 1869)
@@ -63,25 +63,25 @@
  # Example with a file that contains sequence names:
  #
  fileSQ <- system.file("sequences/bb.mne", package = "seqinr")
- crelistfromclientdata("listSQ", file = fileSQ, type = "SQ")
+ listSQ <- crelistfromclientdata("listSQ", file = fileSQ, type = "SQ")
  sapply(listSQ$req, getName)
  #
  # Example with a file that contains sequence accession numbers:
  #
  fileAC <- system.file("sequences/bb.acc", package = "seqinr")
- crelistfromclientdata("listAC", file = fileAC, type = "AC")
+ listAC <- crelistfromclientdata("listAC", file = fileAC, type = "AC")
  sapply(listAC$req, getName) 
  #
  # Example with a file that contains species names:
  #
  fileSP <- system.file("sequences/bb.sp", package = "seqinr")
- crelistfromclientdata("listSP", file = fileSP, type = "SP")
+ listSP <- crelistfromclientdata("listSP", file = fileSP, type = "SP")
  sapply(listSP$req, getName) 
  #
  # Example with a file that contains keywords:
  #
  fileKW <- system.file("sequences/bb.kwd", package = "seqinr")
- crelistfromclientdata("listKW", file = fileKW, type = "KW")
+ listKW <- crelistfromclientdata("listKW", file = fileKW, type = "KW")
  sapply(listKW$req, getName)
  #
  # Summary of ACNUC lists:



More information about the Seqinr-commits mailing list