C# Class EvaluateCNV.CNVCall

Show file Open project: Illumina/canvas

Public Properties

Property Type Description
CN int
Chr string
End int
Start int

Public Methods

Method Description
CNVCall ( string chr, int start, int end, int cn ) : System

Method Details

CNVCall() public method

public CNVCall ( string chr, int start, int end, int cn ) : System
chr string
start int
end int
cn int
return System

Property Details

CN public property

public int CN
return int

Chr public property

public string Chr
return string

End public property

public int End
return int

Start public property

public int Start
return int