Description Usage Arguments Value Examples
View source: R/runGenotypeComparison.R
This function runs statistical analysis (wilcoxon test) which aims at finding differences between expression of gene 2 among copy number variations of gene 1.
1 | runGenotypeComparison(data, gene1, gene2, threshold = 10)
|
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 |
data frame with comparison of genotypes and associated p-value
1 2 3 4 5 | ## Not run: runGenotypeComparison(data,
gene1 = "CDK11A",
gene2 = "CFLAR",
threshold = 10)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.