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 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 © 2021. All rights reserved.