Description Usage Arguments Value Author(s) See Also Examples
getData extracts genomic features, z-scores of gene expression, and
N2 pairs having same rare variants from an imported compressed data,
computes outlier status from z-scores given a z-score threshold and
coordinates the genomic features, outlier status, and a list of N2
pairs into ExpressionSet class having standardized data structure.
1 2  | getData(filename = system.file("extdata", "simulation_RIVER.gz", package =
  "RIVER"), ZscoreThrd = 1.5)
 | 
filename | 
 A full path of a compressed input file that consists of all samples in rows and subject ID, gene name, genomic features, z-scores of corresponding gene expression, and a list of N2 pairs in columns from left to right. In N2 pairs, samples not paired with othersamples have NA while two samples sharing same rare variant near a gene have same pre-assigend integers.  | 
ZscoreThrd | 
 A |Z-score| threshold for defining outlier status of samples  | 
dataInput An object of ExpressionSet class which contains input data required for all functions in RIVER including genomic features, outlier status, and N2 pairs.
Yungil Kim, ipw012@gmail.com
1 2  | InputData <- getData(filename=system.file("extdata", "simulation_RIVER.gz",
        package = "RIVER"), ZscoreThrd=1.5)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.