C# 클래스 CanvasCommon.PloidyInfo

파일 보기 프로젝트 열기: Illumina/canvas 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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