SSMD.ranges: Compare ranges descriptive statistics against a baseline...

Description Usage Arguments Value References

View source: R/HexSimR.R

Description

SSMD.ranges carries out pairwise comparisons of the descriptive statistics calculated froma Ranges report against a baseline scenario using Strictly Standardised Mean Difference (SSMD, Zhang 2007).

It takes as data input the output from ranges (it reads data directly from xls files).

Usage

1
2
3
4
5
6
SSMD.ranges(
  path.results = NULL,
  scenarios = "all",
  base = NULL,
  sum.ranges = "summary_ranges.xlsx"
)

Arguments

path.results

The path to the 'Results' folder

scenarios

A character vector with the scenarios to be processed or "all"

base

A character vector with the name of the scenario to be used as term of comparison

sum.ranges

The name of the file where the data are (including the extension).

Value

A list with SSMD in the first element and p-values in the second. These results are also saved to disk as two tabs in an excel file.

References

Zhang, X. D. 2007. A pair of new statistical parameters for quality control in RNA interference high-throughput screening assays. Genomics 89:552-561.


carlopacioni/HexSimR documentation built on Nov. 28, 2020, 4:12 p.m.