| Package | Description |
|---|---|
| org.molgenis.pathways | |
| org.molgenis.pathways.model | |
| org.molgenis.pathways.service |
| Modifier and Type | Method and Description |
|---|---|
Collection<Pathway> |
WikiPathwaysController.getAllPathways()
Retrieves all pathways.
|
Collection<Pathway> |
WikiPathwaysController.getFilteredPathways(String searchTerm)
Searches pathways.
|
Collection<Pathway> |
WikiPathwaysController.getListOfPathwayNamesByGenes(String selectedVcf)
Retrieves all pathways for the genes in a vcf.
|
| Modifier and Type | Method and Description |
|---|---|
static Pathway |
Pathway.create(String id,
String name) |
static Pathway |
Pathway.create(WSPathwayInfo p) |
static Pathway |
Pathway.create(WSSearchResult p) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Pathway> |
WikiPathwaysService.getAllPathways(String species)
Retrieves all pathways for a species.
|
Collection<Pathway> |
WikiPathwaysService.getFilteredPathways(String searchTerm,
String species)
Searches pathways.
|
Collection<Pathway> |
WikiPathwaysService.getPathwaysForGene(String gene,
String species)
Retrieves pathways according to gene, filtered for a certain species.
|
static <Params,Result> |
CacheFactory.loadingPathwayCache(RemoteFunction<Params,Result[]> loader,
BiPredicate<Params,Result> filter,
Function<Result,Pathway> pathwayTransformer)
Creates a
LoadingCache for Pathways |
| Modifier and Type | Method and Description |
|---|---|
static <Params,Result> |
CacheFactory.loadingPathwayCache(RemoteFunction<Params,Result[]> loader,
BiPredicate<Params,Result> filter,
Function<Result,Pathway> pathwayTransformer)
Creates a
LoadingCache for Pathways |
Copyright © 2017. All rights reserved.