public class DifferentialModificationUtil extends Object
| Constructor and Description |
|---|
DifferentialModificationUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Set<String> |
collectChangedPhosphorylationSites(PhysicalEntity before,
PhysicalEntity after,
boolean gained) |
static Set<ModificationFeature>[] |
getChangedModifications(PhysicalEntity before,
PhysicalEntity after)
Gets the differential features.
|
public static Set<ModificationFeature>[] getChangedModifications(PhysicalEntity before, PhysicalEntity after)
before - first entityafter - second entitypublic static Set<String> collectChangedPhosphorylationSites(PhysicalEntity before, PhysicalEntity after, boolean gained)
Copyright © 2017 BioPAX. All rights reserved.