Returns the result of track expressions evaluation for each of the iterator intervals, and cbinds the intervals (instead of intervalID)

gextract.left_join(
  expr,
  intervals = NULL,
  colnames = NULL,
  iterator = NULL,
  band = NULL,
  file = NULL,
  intervals.set.out = NULL,
  suffix = "1"
)

Arguments

expr

track expression

intervals

genomic scope for which the function is applied

colnames

sets the columns names in the returned value. If 'NULL' names are set to track expression.

iterator

track expression iterator. If 'NULL' iterator is determined implicitly based on track expressions.

band

track expression band. If 'NULL' no band is used.

file

file name where the function result is optionally outputed in tab-delimited format

intervals.set.out

intervals set name where the function result is optionally outputed

suffix

suffix for conflicting column names

Value

See also