Description Usage Arguments Value Examples
Visualization of Wham upstream analysis
1 2 3 4 5 6 7 8 9 10 11 |
object |
required. The output of WhamBiobakery, WhamEBI or Wham16s |
feature |
default is NULL. if not provided and UseDE.result is FALSE, all features will be used. |
group |
default is NULL. if not provided and UseDE.result is FALSE, all samples will be used |
UseDE.result |
default value is FALSE. FALSE means using the argument feature and argument group. TRUE means using the features and samples from DE.result (after selection of parameters below). |
p.cutoff |
Keep genes whose we.eHB values are less than cutoff. The default value is 0.05. Use all gene from DE.result |
effect.size.range |
Keep genes whose effect size values are out of the range.The default value is c(0,0), Use all gene from DE.result. This only work when the aldex.module is set as t.test |
method |
the method of correlation. "spearman","pearson", and "kendall" |
adjust |
the method of multiple test correction. "holm","hochberg","hommel","bonferroni","BH","BY","fdr","none" |
count |
c("rawCount","WhamTransformation"). Default value is "rawCount". Setting as "rawCount" uses original count. Setting as WhamTransformation converts count to ratio(count divided by the total sum of each sample), and then times one million( x 1000,000) |
a correlation heatmap of gene family
1 | # see the vignette for more details
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.