Description Usage Arguments Details Value Examples
Find genes which have a correlation between their expression profiles is equal to 0.84.
1 | correlationFinder(dataFile = system.file("extdata", "sub_combined_complete_dataset_526G_198E.txt", package = "yeastCorrelationFinder"))
|
dataFile |
A tab-delimited yeast expression data file. |
Allocco (2004) stated, "In S. cerevisiae, two genes have a 50% chance of having a common transcription factor binder if the correlation between their expression profiles is equal to 0.84." This function finds such correlations.
A named list where the names are a gene name, and the values are a list of genes which are correlated.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.