直系同源的绘图数据模型
OrthologAPI
01 Syntax
SMRUCC.genomics.Visualize.SyntenyVisualize.OrthologAPI
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| FromBBH | 1 | Creates the drawing model from the bbh result. |
03 Members
FromBBH(
IEnumerable(Of BBHIndex), PTT, PTT, Func(Of GeneBrief, GeneBrief, Color), Int32, Int32, Int32, Int32, LineStyles)Creates the drawing model from the bbh result.
Parameters
| Name | Type | Description |
|---|---|---|
source | IEnumerable(Of BBHIndex) | bbh ortholog analysis result |
query | PTT | The genomics context of the query |
hit | PTT | The genomics context of the hit |
colors | Func(Of GeneBrief, GeneBrief, Color) | Color profiles, this can be family, COGS, pathways or others |
h1 | Int32 | - |
h2 | Int32 | - |
style | Int32 | - |
width | Int32 | 绘图区域的宽度 |