Description Usage Arguments Value Examples
View source: R/getCNGECorrelation.R
getCNGECorrelation
returns a list that stores the results correlation between gene expression and copy number data.
1 2 3 4 5 6 | getCNGECorrelation(
dataObject,
adj.method = "BH",
adj.pval = 0.05,
raw.pval = 0.05
)
|
dataObject |
This must be |
adj.method |
Raw p value adjustment methods (Default "BH") |
adj.pval |
Adjusted p value cut off for results table (Default 0.05) |
raw.pval |
raw p value cut off for results table (Default 0.05) |
Returns a list that stores results for each dataset
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.