Description Usage Arguments Value
The simplest case is if you want to convine the pattern profile for gene expression data and proteomic data. It will use the first element as the base for the integration. Then, it will loop through clusters and run degPatterns in the second data set to detect patterns that match this one.
1 2 3 4 5 6 7 8 9 10 |
matrix_list |
list expression data for each element |
cluster_list |
list df item from degPattern output |
metadata_list |
list data.frames from each element
with design experiment. Normally |
summarize |
character column to use to group samples |
time |
character column to use as x-axes in figures |
col |
character column to color samples in figures |
scale |
boolean scale by row expression matrix |
mapping |
data.frame mapping table in case elements use different ID in the row.names of expression matrix. For instance, when integrating miRNA/mRNA. |
A data.frame with information on what genes are in each cluster in all data set, and the correlation value for each pair cluster comparison.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.