gextract.left_join | R Documentation |
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"
)
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 |
The result of 'gextract' with additional columns from intervals
gextract
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.