sracipeCircuit: Method to get the circuit

Description Usage Arguments Value Examples

Description

The circuit file should contain three columns with headers, "Source" "Target" "Type" Here "Source" and "Target" are the names of the genes and "Type" refers to the regulation, "1" if source activates target and "2" if source inhibits target.

Usage

1
2
3
4
sracipeCircuit(.object)

## S4 method for signature 'RacipeSE'
sracipeCircuit(.object)

Arguments

.object

RacipeSE object

Value

A dataframe

Examples

1
2
3
4
5
rs <- RacipeSE()
data("demoCircuit")
sracipeCircuit(rs) <- demoCircuit
circuitDataFrame <- sracipeCircuit(rs)
rm(rs, demoCircuit,circuitDataFrame)

vivekkohar/sRACIPE documentation built on March 21, 2021, 8:19 p.m.