public class Gene extends Object
| Modifier and Type | Field and Description |
|---|---|
long |
born |
List<Exon> |
exon |
Set<String> |
rngs |
| Modifier and Type | Method and Description |
|---|---|
@NotNull String |
build()
通过gene构造原始文本,有用调试。
|
String |
graph()
打印层级语法树,并校验edge的连续性
|
int |
graph(Writer buff,
List<Exon> exon,
int level,
int start)
打印层级语法树,并校验edge的连续性
|
@NotNull String |
merge(Map<String,Object> ctx)
使用context合并
|
void |
merge(Map<String,Object> ctx,
Writer out)
使用context合并
|
@NotNull public @NotNull String merge(Map<String,Object> ctx)
ctx - 上下文public void merge(Map<String,Object> ctx, Writer out)
ctx - 上下文out - 输出@NotNull public @NotNull String build()
public String graph()
Copyright © 2020. All rights reserved.