FullViewResult-InterCell: Using FullView Result

setFullViewResultR Documentation

Using FullView Result

Description

The setFullViewResult function is to set the result of network analysis.

The getFullViewResult function is to get the result of network analysis.

Usage

setFullViewResult(object, ...)

## S4 method for signature 'InterCell'
setFullViewResult(object, new.inter.fullview)

getFullViewResult(object, ...)

## S4 method for signature 'InterCell'
getFullViewResult(object)

## S4 method for signature 'InterCell'
setTgActionPairs(object, new.action.pairs)

Arguments

object

A InterCell object, which is created by CreateInterCellObject.

...

Parameters passed to other methods.

new.inter.fullview

A new result of network analysis.

new.action.pairs

A new result of intercellular analysis on action properties

Examples

## Not run: 
  setFullViewResult(object, some.new.fullview.result)

## End(Not run)

## Not run: 
  getFullViewResult(object)

## End(Not run)
## Not run: 
  setTgActionPairs(object, some.new.tg.action.pairs)

## End(Not run)


ZJUDBlab/InterCellDB documentation built on March 19, 2023, 4:56 p.m.