Description Usage Arguments Details Value Author(s) Examples
View source: R/pipeline.final.R
Compares the distribution of genes in each cluster to the distribution of genes in each cluster for every pathway.
1 | pathVarOneSample(dat.mat, pways,test=c("chisq", "exact"),varStat=c("sd", "mean", "mad", "cv"))
|
dat.mat |
|
pways |
|
test |
a string specifying the type of significance test to perform. The options are "exact" or "chisq". |
varStat |
a string specifying the type of variability summary statistic to perform. The options are "sd", "mean", "mad", or "cv". |
This function classifies your genes into one to four clusters with respect to the standard deviation (SD), median absolute deviation (MAD), coefficient of variation (CV) or mean.
Then, it compares the counts of genes in each class from your dataset in one pathway with the counts of the genes in each class from the whole dataset.
For that, it uses a Chi-square or an exact test. You can give your own list of pathways (using the output of makeDBList
)
or use Reactome and KEGG pathways that are already included.
A geneDistributionSet
object is returned.
Laurence de Torrente, Samuel Zimmerman, Jessica Mar
1 | results_kegg=pathVarOneSample(bock,pways.kegg,test="chisq",varStat="sd")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.