Description Usage Arguments Value Examples
View source: R/visualizeGenotypeComparison.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 2 3 4 5 6 7 | visGenotypeComparison(
data,
gene1,
gene2,
method = c("log", "rlog", "vst"),
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 |
method |
method used for expression data normalization log = log2(count+1), rlog = regularized log transformation, vst = variance stabilizing transformation |
threshold |
minimal number of patients to visualize results |
boxplot
1 2 3 4 5 6 | ## Not run: visualizeGenotypeComparison(data,
gene1 = "CDK11A",
gene2 = "CFLAR",
method = "vst",
threshold = 10)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.