Description Usage Arguments Value
Determine which GWAS markers overlap each FeatureList feature.
1 2 3 4 5 6  | featureOverlaps(query, subject, maxgap = 0L, minoverlap = 1L,
  type = c("any", "start", "end", "within"), ...)
## S4 method for signature 'GWAS,FeatureList'
featureOverlaps(query, subject, maxgap = 0L,
  minoverlap = 1L, type = c("any", "start", "end", "within"), ...)
 | 
query | 
 
  | 
subject | 
 
  | 
maxgap | 
 Intervals with a separation of   | 
minoverlap | 
 see documentation for   | 
type | 
 By default, any overlap is accepted. By specifying the  The   | 
... | 
 Further arguments to be passed to or from other methods: 
  | 
A list of DataFrames, the structure of which mirrors that of
the supplied FeatureList object. Each element of the list is a
DataFrame with one logical vector for each feature, indicating
marker overlap.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.