View source: R/DEGsEvidences.R
DEGsEvidences | R Documentation |
DEGsEvidences function returns for each DEG a list of evidences that correlate it with the studied disease.
DEGsEvidences(geneList, disease, size = 10, verbose = TRUE)
geneList |
A list that contains the gene symbols or gene names of the DEGs. |
disease |
The name of a disease in order to obtain related evidences from target validation by using the DEGs indicated in the geneList parameter. |
size |
The number of diseases to retrieve from targetValidation |
verbose |
Boolean that indicates if progress messages are printed to stdout |
A list which names are genes from geneList and which contains related evidences for each gene in geneList and indicated disease.
evidences <- DEGsEvidences(c("KRT19","BRCA1","TYMP"),'cancer')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.