Coordinates {SMRUCC.genomics.Data.STRING} | .NET clr documentation |
Tsv table reader for string-db export result string_network_coordinates.txt
.
(这个表格文件定义的是网络的节点的位置和蛋白的注释信息)
# namespace SMRUCC.genomics.Data.STRING
export class Coordinates {
annotation: string;
color: string;
node: string;
x_position: double;
y_position: double;
}