C# Class CanvasCommon.PloidyInfo

Afficher le fichier Open project: Illumina/canvas Class Usage Examples

Méthodes publiques

Свойство Type Description
HeaderLine string
PloidyByChromosome List>.Dictionary

Méthodes publiques

Méthode Description
GetReferenceCopyNumber ( CanvasSegment segment ) : int

Given a segment, return the expected copy number - normally this is 2, but based on the reference ploidy bed file, it could be something else. For XX samples, reference ploidy is 0 on chrY; for XY samples, reference ploidy is 1 on chrX+chrY

LoadPloidyFromBedFile ( string filePath ) : PloidyInfo

Method Details

GetReferenceCopyNumber() public méthode

Given a segment, return the expected copy number - normally this is 2, but based on the reference ploidy bed file, it could be something else. For XX samples, reference ploidy is 0 on chrY; for XY samples, reference ploidy is 1 on chrX+chrY
public GetReferenceCopyNumber ( CanvasSegment segment ) : int
segment CanvasSegment
Résultat int

LoadPloidyFromBedFile() public static méthode

public static LoadPloidyFromBedFile ( string filePath ) : PloidyInfo
filePath string
Résultat PloidyInfo

Property Details

HeaderLine public_oe property

public string HeaderLine
Résultat string

PloidyByChromosome public_oe property

public Dictionary> PloidyByChromosome
Résultat List>.Dictionary