C# Класс CanvasPartition.Segmentation

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

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

Свойство Тип Описание
Alpha double
DefaultAlpha double
UndoMethod SegmentSplitUndo

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

Метод Описание
SegmentGenome ( string outPath, SegmentationMethod method, bool isGermline ) : void
Segmentation ( string inputBinPath, string forbiddenBedPath, string dataType = "logratio", int maxInterBinDistInSegment = 1000000 ) : System

Приватные методы

Метод Описание
CBS ( uint nPerm = 10000, string pMethod = "hybrid", int minWidth = 2, int kMax = 25, uint nMin = 200, double eta = 0.05, uint sbdry = null, double trim = 0.025, double undoPrune = 0.05, double undoSD = 3, int verbose = 1 ) : void

CBS: circular binary segmentation porting the R function segment in DNAcopy

GetDummySegmentationResults ( ) : GenomeSegmentationResults
ReadBEDInput ( ) : void

Assume that the rows are sorted by the start position and ascending order

Wavelets ( bool isGermline, double thresholdLower = 5, double thresholdUpper = 80, int minSize = 10, int verbose = 1 ) : void

Wavelets: unbalanced HAAR wavelets segmentation

WriteCanvasPartitionResults ( string outPath ) : void

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

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

public SegmentGenome ( string outPath, SegmentationMethod method, bool isGermline ) : void
outPath string
method SegmentationMethod
isGermline bool
Результат void

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

public Segmentation ( string inputBinPath, string forbiddenBedPath, string dataType = "logratio", int maxInterBinDistInSegment = 1000000 ) : System
inputBinPath string
forbiddenBedPath string
dataType string
maxInterBinDistInSegment int
Результат System

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

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

public double Alpha
Результат double

DefaultAlpha публичное статическое свойство

public static double DefaultAlpha
Результат double

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

public SegmentSplitUndo UndoMethod
Результат SegmentSplitUndo