sracipeOverExp: Perform in-silico over expression analysis

Description Usage Arguments Value Related Functions Examples

Description

Calculates the fraction of models in different clusters with full parameter range and on a subset of models with high production rate of a specific gene representing the over expression of the specific gene.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
sracipeOverExp(
  .object,
  overProduction = 10,
  nClusters = 2,
  clusterOfInterest = 2,
  plotFilename = NULL,
  plotHeatmap = TRUE,
  plotBarPlot = TRUE,
  clusterCut = NULL,
  plotToFile = FALSE
)

## S4 method for signature 'RacipeSE'
sracipeOverExp(
  .object,
  overProduction = 10,
  nClusters = 2,
  clusterOfInterest = 2,
  plotFilename = NULL,
  plotHeatmap = TRUE,
  plotBarPlot = TRUE,
  clusterCut = NULL,
  plotToFile = FALSE
)

Arguments

.object

RacipeSE object generated by sracipeSimulate function.

overProduction

(optional) Percentage to which production rate decreases on knockdown. Uses a default value of 10 percent.

nClusters

(optional) Number of clusters in the data. Uses a default value of 2.

clusterOfInterest

(optional) cluster number (integer) to be used for arranging the transcription factors

plotFilename

(optional) Name of the output file.

plotHeatmap

logical. Default TRUE. Whether to plot the heatmap or not.

plotBarPlot

logical. Default TRUE. Whether to plot the barplot.

clusterCut

integer or character. The cluster assignments.

plotToFile

logical. Default FALSE.

Value

List containing fraction of models in different clusters in the original simulations and after knowcking down different genes. Additionaly, it generates two pdf files in the results folder. First is barplot showing the percentage of different clusters in the original simulations and after knocking down each gene. The second pdf contains the heatmap of clusters after marking the models with cluster assignments.

Related Functions

sracipeSimulate, sracipeKnockDown, sracipeOverExp, sracipePlotData,

Examples

1
2
3
4
5
6
7
data("demoCircuit")
## Not run: 
rSet <- sRACIPE::sracipeSimulate(circuit = demoCircuit, numModels = 100,
plots=FALSE, plotToFile = FALSE)
rSet <- sRACIPE::sracipeNormalize(rSet)

## End(Not run)

sRACIPE documentation built on Nov. 8, 2020, 6:54 p.m.