manageQueryDuplicationInEmap: Change query name when more than one queries have the same...

View source: R/methodsEmapInternal.R

manageQueryDuplicationInEmapR Documentation

Change query name when more than one queries have the same name

Description

The function adds an unique ID at the name of the query when more than one query have the same name.

Usage

manageQueryDuplicationInEmap(queryList)

Arguments

queryList

a list containing the query names.

Value

a list with the query names modified for queries with duplicated names.

Author(s)

Astrid DeschĂȘnes

Examples


## 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)
    

adeschen/gprofiler2cytoscape documentation built on April 26, 2024, 9:33 p.m.