C# Class CanvasSomaticCaller.SomaticCaller

Show file 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 property

public bool FFPEMode
return bool

IsDbsnpVcf public property

public bool IsDbsnpVcf
return bool

IsEnrichment public property

public bool IsEnrichment
return bool

IsTrainingMode public property

public bool IsTrainingMode
return bool

MeanCoverage protected property

protected float MeanCoverage
return float

OutputFolder protected property

protected string OutputFolder
return string

ReferencePloidy protected property

protected PloidyInfo,CanvasCommon ReferencePloidy
return CanvasCommon.PloidyInfo

SomaticVCFPath public property

public string SomaticVCFPath
return string

TempFolder protected property

protected string TempFolder
return string

TruthDataPath public property

public string TruthDataPath
return string

somaticCallerParameters public property

public SomaticCallerParameters somaticCallerParameters
return SomaticCallerParameters

userPloidy public property

public float? userPloidy
return float?

userPurity public property

public float? userPurity
return float?