Description Usage Arguments Details
View source: R/querygenescrb.R
This function measures statistically significant phenotype similarities between gene sets and detects significant differential phenotypes for them.
1 2 3 4 5 6 7 8 9 10 11 | RandomComparePheno(
geneset,
genesetcompare,
organism = "human",
database = "HPO",
p.value = 0.05,
nulltestnumber = 100,
seed = 1,
conditional_case = F,
url = F
)
|
geneset |
A vector with genes symbol. |
genesetcompare |
A vector with gene symbol. |
organism |
A string paramater: "human" if you have human genes and "mouse" if you have mouse genes |
database |
A string paramater with different options. You can define a vector with the databases. |
p.value |
Cut of p value as they are relevant terms |
nulltestnumber |
A number of random genes subset. |
seed |
A seed. |
url |
A logical paramater. T if you want interactive links |
This function has developed by Alejandro Cisterna García as part of his PhD mentored by Juan Antonio Botía Blaya
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.