public class NetworkValidation extends Object
Constructor and Description |
---|
NetworkValidation() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isExpandedWithGenes(org.cytoscape.model.CyNetwork cyNetwork)
Checks if the variant network is already expanded.
|
static boolean |
isForeignNet(org.cytoscape.model.CyNetwork cyNetwork)
Checks if the current network is original DISGENET network or not.
|
static boolean |
isProjectionNet(org.cytoscape.model.CyNetwork cyNetwork,
String interaction) |
static boolean |
isVariantNet(org.cytoscape.model.CyNetwork cyNetwork)
Checks if the current network is a variant-disease network.
|
public static boolean isVariantNet(org.cytoscape.model.CyNetwork cyNetwork)
cyNetwork
- the network to check.public static boolean isProjectionNet(org.cytoscape.model.CyNetwork cyNetwork, String interaction)
public static boolean isExpandedWithGenes(org.cytoscape.model.CyNetwork cyNetwork)
cyNetwork
- the network to check.public static boolean isForeignNet(org.cytoscape.model.CyNetwork cyNetwork)
cyNetwork
- the network to check the origin.Copyright © 2024. All rights reserved.