C# Class EvaluateCNV.CNInterval

Show file Open project: Illumina/canvas Class Usage Examples

Public Properties

Property Type Description
BasesCalledCorrectly int
BasesCovered int
BasesExcluded int
CN int
End int
Start int

Property Details

BasesCalledCorrectly public property

public int BasesCalledCorrectly
return int

BasesCovered public property

public int BasesCovered
return int

BasesExcluded public property

public int BasesExcluded
return int

CN public property

public int CN
return int

End public property

public int End
return int

Start public property

public int Start
return int