Skip to content

Commit

Permalink
fix misprint
Browse files Browse the repository at this point in the history
  • Loading branch information
effect committed Apr 8, 2014
1 parent 557de7d commit c5c9ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -143,7 +143,7 @@ tree <- nj(dist.dna(coi_aligned))
### WebEnv and big queries
The NCBI provides search history features, which can be useful for dealing with alrge lists of IDs (which will not fit in a single URL) or repeated searches. As an example, we will go searching for COI sequences from all the land snail (Stylommatophora) species we can find in the nucleotide database:
The NCBI provides search history features, which can be useful for dealing with large lists of IDs (which will not fit in a single URL) or repeated searches. As an example, we will go searching for COI sequences from all the land snail (Stylommatophora) species we can find in the nucleotide database:
```coffee
library(rentrez)
snail_search <- entrez_search(db="nuccore", "Gastropoda[Organism] AND COI[Gene]", retmax=200, usehistory="y")
Expand Down

0 comments on commit c5c9ae1

Please sign in to comment.