anon_search: Wrapper for search allowing simple interval inputs

Description Usage Arguments

Description

The function search allows powerful mapping to target search intervals using a feature table (GFF). This approach requires building a GFF table, which is a needless hassle if you want to search your own intervals (rather than known features). anon_search addresses this problem by allowing searches given only start and stop positions and contig name.

Usage

1
anon_search(syn, a, b, seqid, ...)

Arguments

syn

synteny map file or object

a, b

start and stop locations

seqid

the name of the reference query contig

...

additional arguments sent to synder::search


arendsee/synder documentation built on May 10, 2019, 1:26 p.m.