updateObject methods {destiny}R Documentation

Update old destiny objects to a newer version.

Description

Handles DiffusionMap, Sigmas, and GeneRelevance.

Usage

## S4 method for signature 'DiffusionMap'
updateObject(object, ..., verbose = FALSE)

## S4 method for signature 'Sigmas'
updateObject(object, ..., verbose = FALSE)

## S4 method for signature 'GeneRelevance'
updateObject(object, ..., verbose = FALSE)

Arguments

object

An object created with an older destiny release

...

ignored

verbose

tells what is being updated

Value

A DiffusionMap or Sigmas object that is valid when used with the current destiny release


[Package destiny version 3.8.1 Index]