.sensitivityToLongTable {CoreGx}R Documentation

Convert the old sensitivity slot format into a LongTable and update the CoreSet object.

Description

Convert the old sensitivity slot format into a LongTable and update the CoreSet object.

Usage

.sensitivityToLongTable(object, mapper = FALSE)

Arguments

object

Inheriting from CoreSet.

mapper

Should the LongTableDataMapper object be early returned, instead of the LongTable object. This can be useful if the conversion fails or corrupts your data. You can then modify the DataMapper as necessary to fix the sensititivity data.

Value

A LongTable constructed from object@sensitivty, or a LongTableDataMapper if mapper=TRUE.


[Package CoreGx version 1.6.0 Index]