Description Usage Arguments Value Examples
This function inspects gene grouping before and after a change and reports on the changes. If newGrouping is missing it reports on the last performed comparison; optionally writing it to a file if 'file' is specified.
1 | reportGroupChanges(newGrouping, oldGrouping, file)
|
newGrouping |
An integer vector as produced by
|
oldGrouping |
An integer vector as produced by
|
file |
A file to write |
This function is called for its side effects
1 2 3 4 5 | # Show latest changes in grouping
reportGroupChanges()
# Alternatively write it to a file
reportGroupChanges(file = tempfile())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.