reportGroupChanges {FindMyFriends} | R Documentation |
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.
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
# Show latest changes in grouping reportGroupChanges() # Alternatively write it to a file reportGroupChanges(file = tempfile())