powered by
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.
fuzzy
fuzzy(x, ...)# S4 method for gbLocation fuzzy(x)# S4 method for gbFeature fuzzy(x)# S4 method for gbFeatureTable fuzzy(x)# S4 method for gbRecord fuzzy(x)# S4 method for gbRecordList fuzzy(x)
# S4 method for gbLocation fuzzy(x)
# S4 method for gbFeature fuzzy(x)
# S4 method for gbFeatureTable fuzzy(x)
# S4 method for gbRecord fuzzy(x)
# S4 method for gbRecordList fuzzy(x)
A '>gbFeature, '>gbFeatureTable, '>gbRecord, or '>gbRecordList object.
'>gbFeature
'>gbFeatureTable
'>gbRecord
'>gbRecordList
Further arguments passed to methods.
A logical matrix.
# NOT RUN { l <- as.gbLocation("complement(<123..150)") fuzzy(l) ## note that start() or end() return exact positions even if they are fuzzy. start(l) # }
Run the code above in your browser using DataLab