View source: R/methodsEmapInternal.R
manageQueryDuplicationInEmap | R Documentation |
The function adds an unique ID at the name of the query when more than one query have the same name.
manageQueryDuplicationInEmap(queryList)
queryList |
a |
a list
with the query names modified for queries
with duplicated names.
Astrid DeschĂȘnes
## List of query names with duplicated names
queryList <- list("parental_vs_DMSO", "rosa_vs_DMSO", "parental_vs_DMSO",
"rosa_vs_DMSO", "parental_vs_Control", "rosa_vs_DMSO")
## Change the query names for the duplicated names
enrichViewNet:::manageQueryDuplicationInEmap(queryList=queryList)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.