Description Usage Arguments Value Examples
With a GenBank location like complement(<123..150) we don't know the exact
start position of the feature. Use fuzzy to test for fuzzy locations.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16  | 
x | 
 A   | 
... | 
 Further arguments passed to methods.  | 
A logical matrix.
1 2 3 4 5  | l <- as.gbLocation("complement(<123..150)")
fuzzy(l)
## note that start() or end() return exact positions even if they are fuzzy.
start(l)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.