TgVEInfo-InterCell: Using TargetView VEinfo

setTgVEInfoR Documentation

Using TargetView VEinfo

Description

The setTgVEInfo function is to set the result of intercellular analysis on detailed gene pairs (forming the interaction network) for one interaction between 2 cell clusters.

The getTgVEInfo function is to get the result of intercellular analysis on detailed gene pairs (forming the interaction network) for one interaction between 2 cell clusters.

Usage

setTgVEInfo(object, ...)

## S4 method for signature 'InterCell'
setTgVEInfo(object, new.veinfo)

getTgVEInfo(object, ...)

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

Arguments

object

A InterCell object, which is created by CreateInterCellObject.

...

Parameters passed to other methods.

new.veinfo

A new result of intercellular analysis on detailed gene pairs.

Examples

## Not run: 
  setTgVEInfo(object, some.new.veinfo)

## End(Not run)

## Not run: 
  getTgVEInfo(object)

## End(Not run)

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