reportGroupChanges: Reports the change in grouping

Description Usage Arguments Value Examples

View source: R/modifying.R

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

1
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

1
2
3
4
5
# Show latest changes in grouping
reportGroupChanges()

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

thomasp85/FindMyFriends documentation built on April 25, 2020, 1:06 p.m.