rsaHits: Select hits by RSA

Description Usage Arguments Value References Examples

View source: R/rsaHits.R

Description

Selected hits by redundant siRNA activity method. Here is a wrapper function of RSA 1.8 by Yingyao Zhou.

Usage

1
2
3
rsaHits(dat, treatment, control, normMethod = "PLATE", LB, UB,
  revHits = FALSE, Bonferroni = FALSE, outputFile = "RSAhits.csv",
  scoreFile = "RSA_score.csv")

Arguments

dat

synthetic lethal RNAi screen data

treatment

the treatment condition in EXPERIMENT_MODIFICATION

control

the control condition in EXPERIMENT_MODIFICATION

normMethod

normalization methods. If "PLATE", then values are normalized by plate median, otherwise use the provided control siRNA

LB

Low bound

UB

up bound

revHits

reverse hit picking, default the lower the score the better

Bonferroni

conceptually useful when there are different number of siRNAs per gene, default FALSE

outputFile

output file name

scoreFile

name of the score file to be written under the current folder

Value

A result file written to the current folder.

Note: a rank value of 999999 means the well is not a hit

References

Koenig, R. et al. A probability-based approach for the analysis of large-scale RNAi screens. Nat Methods 4, 847-849 (2007).

Examples

1
2
3
rsaHits(exampleDat, treatment = "treatment", control = "control",
  normMethod = "PLATE", LB = 0.2, UB = 0.8, revHits = FALSE,
  Bonferroni = FALSE, outputFile = "RSAhits.csv")

synlet documentation built on Nov. 8, 2020, 6:48 p.m.