reportGroupChanges {FindMyFriends}R Documentation

Reports the change in grouping

Description

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.

Usage

reportGroupChanges(newGrouping, oldGrouping, file)

Arguments

newGrouping

An integer vector as produced by seqToGeneGroup with the grouping after the change

oldGrouping

An integer vector as produced by seqToGeneGroup with the grouping before the change

file

A file to write

Value

This function is called for its side effects

Examples

# Show latest changes in grouping
reportGroupChanges()

# Alternatively write it to a file
reportGroupChanges(file = tempfile())


[Package FindMyFriends version 1.14.0 Index]