public interface GeneSetValueObjectHelper
Modifier and Type | Method and Description |
---|---|
GOGroupValueObject |
convertToGOValueObject(GeneSet gs,
String goId,
String searchTerm)
Method to create a GO group object from an ad hoc entity
|
DatabaseBackedGeneSetValueObject |
convertToLightValueObject(GeneSet gs)
Constructor to build value object from GeneSet.
|
List<DatabaseBackedGeneSetValueObject> |
convertToLightValueObjects(Collection<GeneSet> genesets,
boolean includeOnesWithoutGenes)
results will be sorted by size
|
DatabaseBackedGeneSetValueObject |
convertToValueObject(GeneSet gs)
Constructor to build value object from GeneSet.
|
List<DatabaseBackedGeneSetValueObject> |
convertToValueObjects(Collection<GeneSet> sets) |
List<DatabaseBackedGeneSetValueObject> |
convertToValueObjects(Collection<GeneSet> geneSets,
boolean includeOnesWithoutGenes) |
GOGroupValueObject convertToGOValueObject(GeneSet gs, String goId, String searchTerm)
goId
- gene ontology idgs
- gene setsearchTerm
- search termDatabaseBackedGeneSetValueObject convertToLightValueObject(GeneSet gs)
gs
- the expressionExperimentSet entity to create a value object forList<DatabaseBackedGeneSetValueObject> convertToLightValueObjects(Collection<GeneSet> genesets, boolean includeOnesWithoutGenes)
genesets
- gene setsincludeOnesWithoutGenes
- if true, even gene sets that lack genes will be returned.DatabaseBackedGeneSetValueObject convertToValueObject(GeneSet gs)
gs
- an expressionExperimentSet entity to create a value object forList<DatabaseBackedGeneSetValueObject> convertToValueObjects(Collection<GeneSet> sets)
sets
- gene setsList<DatabaseBackedGeneSetValueObject> convertToValueObjects(Collection<GeneSet> geneSets, boolean includeOnesWithoutGenes)
geneSets
- gene setsincludeOnesWithoutGenes
- if true, even gene sets that lack genes will be returned.Copyright © 2005–2023 Pavlidis lab, Michael Smith Laboratories and Department of Psychiatry, University of British Columbia. All rights reserved.