fuzzy: Has a feature fuzzy locations?

Description Usage Arguments Value Examples

Description

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.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
fuzzy(x, ...)

## S4 method for signature 'gbLocation'
fuzzy(x)

## S4 method for signature 'gbFeature'
fuzzy(x)

## S4 method for signature 'gbFeatureTable'
fuzzy(x)

## S4 method for signature 'gbRecord'
fuzzy(x)

## S4 method for signature 'gbRecordList'
fuzzy(x)

Arguments

x

A gbFeature, gbFeatureTable, gbRecord, or gbRecordList object.

...

Further arguments passed to methods.

Value

A logical matrix.

Examples

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)

biofiles documentation built on May 2, 2019, 3:31 p.m.