C# Class CanvasSomaticCaller.SomaticCaller

ファイルを表示 Open project: Illumina/canvas Class Usage Examples

Public Properties

Property Type Description
FFPEMode bool
IsDbsnpVcf bool
IsEnrichment bool
IsTrainingMode bool
SomaticVCFPath string
TruthDataPath string
somaticCallerParameters SomaticCallerParameters
userPloidy float?
userPurity float?

Protected Properties

Property Type Description
MeanCoverage float
OutputFolder string
ReferencePloidy CanvasCommon.PloidyInfo
TempFolder string

Property Details

FFPEMode public_oe property

public bool FFPEMode
return bool

IsDbsnpVcf public_oe property

public bool IsDbsnpVcf
return bool

IsEnrichment public_oe property

public bool IsEnrichment
return bool

IsTrainingMode public_oe property

public bool IsTrainingMode
return bool

MeanCoverage protected_oe property

protected float MeanCoverage
return float

OutputFolder protected_oe property

protected string OutputFolder
return string

ReferencePloidy protected_oe property

protected PloidyInfo,CanvasCommon ReferencePloidy
return CanvasCommon.PloidyInfo

SomaticVCFPath public_oe property

public string SomaticVCFPath
return string

TempFolder protected_oe property

protected string TempFolder
return string

TruthDataPath public_oe property

public string TruthDataPath
return string

somaticCallerParameters public_oe property

public SomaticCallerParameters somaticCallerParameters
return SomaticCallerParameters

userPloidy public_oe property

public float? userPloidy
return float?

userPurity public_oe property

public float? userPurity
return float?