runGenotypeComparison: This function runs statistical analysis (wilcoxon test) which...

Description Usage Arguments Value Examples

View source: R/runGenotypeComparison.R

Description

This function runs statistical analysis (wilcoxon test) which aims at finding differences between expression of gene 2 among copy number variations of gene 1.

Usage

1
runGenotypeComparison(data, gene1, gene2, threshold = 10)

Arguments

data

output of the prepareData function

gene1

gene for which copy number data were extracted, character string

gene2

gene for which normalized expression data were extracted, character string

threshold

minimal number of patients to run test, default = 10

Value

data frame with comparison of genotypes and associated p-value

Examples

1
2
3
4
5
## Not run: runGenotypeComparison(data,
                               gene1 = "CDK11A",
                               gene2 = "CFLAR",
                               threshold = 10)
## End(Not run)

kkolmus/MolecularAnalyzeR documentation built on Dec. 21, 2021, 6:46 a.m.