grl.eval | R Documentation |
Evaluate expression 'expr' on indivdual GRanges inside GRangesList. Expression should result in a single i.e. scalar value per GRangesList item.
grl.eval(grl, expr, condition = NULL)
grl |
GRangesList to evaluate over |
expr |
Any syntactically valid R expression, on columns of GRanges or GRangesList |
condition |
Optional: any syntactically valid R expression, on columns of GRanges or GRangesList, on which to subset before evaluating main 'expr' (default = NULL) |
GRangesList evaluated by R expressions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.