gextract.left_join: Returns the result of track expressions evaluation for each...

View source: R/intervals.R

gextract.left_joinR Documentation

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

Description

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

Usage

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 outputted in tab-delimited format

intervals.set.out

intervals set name where the function result is optionally outputted

suffix

suffix for conflicting column names

Value

The result of 'gextract' with additional columns from intervals

See Also

gextract


tanaylab/misha.ext documentation built on Sept. 18, 2024, 2:53 a.m.