Connection {SMRUCC.genomics.Model.Network.Regulons} .NET clr documentation

Connection

Description

the correlation connection between two genes

Declare

            
# namespace SMRUCC.genomics.Model.Network.Regulons
export class Connection {
   cor: double;
   gene1: string;
   gene2: string;
   interaction: string;
   is_directly: boolean;
   pval: double;
}

        

.NET clr type reference tree

this clr type has no other .net clr type reference.
[Package {$package} version {$version} Index]