ModelAPI
01 Syntax
SMRUCC.genomics.Visualize.SyntenyVisualize.ModelAPI
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| GetDrawsModel | 1 | Convert data model DeviceModel to drawing object model DrawingModel |
| IsOrtholog | 1 | 空值表示没有同源关系 |
| __getName | 1 |
03 Members
GetDrawsModel(
String, LineStyles)Convert data model DeviceModel to drawing object model DrawingModel
Parameters
| Name | Type | Description |
|---|---|---|
path | String | The json file path of the drawing data model DeviceModel |
style | LineStyles | The link line style.(假若设置了这个参数的话,就会将模型里面的数据给覆盖掉) |
IsOrtholog(
String, String, HitCollection, String)空值表示没有同源关系
Parameters
| Name | Type | Description |
|---|---|---|
query | String | 基因组标识符 |
hit | String | 基因组标识符 |
hits | HitCollection | - |
hitsTag | String | 基因组标识符 |
__getName(
HitCollection, String, String)Parameters
| Name | Type | Description |
|---|---|---|
hits | HitCollection | - |
hitsTag | String | - |
query | String | 基因组标识符 |