C# Class EvaluateCNV.CNVCall

Afficher le fichier Open project: Illumina/canvas

Méthodes publiques

Свойство Type Description
CN int
Chr string
End int
Start int

Méthodes publiques

Méthode Description
CNVCall ( string chr, int start, int end, int cn ) : System

Method Details

CNVCall() public méthode

public CNVCall ( string chr, int start, int end, int cn ) : System
chr string
start int
end int
cn int
Résultat System

Property Details

CN public_oe property

public int CN
Résultat int

Chr public_oe property

public string Chr
Résultat string

End public_oe property

public int End
Résultat int

Start public_oe property

public int Start
Résultat int