Description Usage Arguments Value Examples
View source: R/DEGsToDiseases.R
The function obtains the information about what diseases are related to the DEGs indicated by parameter. For that, the function makes use of the web platforms gene2Diseases and targetValidation.
1 | DEGsToDiseases(geneList, minCitation = 5, size = 10, getEvidences = FALSE)
|
geneList |
A list that contains the gene symbols or gene names of the DEGs. |
minCitation |
Minimum number of citations of each genes in a disease to consider the genes related with the disease. |
size |
The number of diseases to retrieve from targetValidation |
getEvidences |
Boolean. If true, for each gene, a list of found evidences for each disease will be returned. |
A list which contains the information about the diseases associated to each genes or to a set of genes. If getEvidences is TRUE, found evidences for each case will be returned too.
1 | diseases <- DEGsToDiseases(c("KRT19","BRCA1"),getEvidences = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.