C# Класс CanvasCommon.PloidyInfo

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
HeaderLine string
PloidyByChromosome List>.Dictionary

Открытые методы

Метод Описание
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

Описание методов

GetReferenceCopyNumber() публичный Метод

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
Результат int

LoadPloidyFromBedFile() публичный статический Метод

public static LoadPloidyFromBedFile ( string filePath ) : PloidyInfo
filePath string
Результат PloidyInfo

Описание свойств

HeaderLine публичное свойство

public string HeaderLine
Результат string

PloidyByChromosome публичное свойство

public Dictionary> PloidyByChromosome
Результат List>.Dictionary