C# 클래스 LibiadaCore.Misc.DissimilarChainFactory

Static class that creates dissimilar chain by ordinary chain. Numbers of occurrences are used as elements of dissimilar chain.

Chain A|T|T|A|C|G|T|C|A Building 1|2|2|1|3|4|2|3|1 Dissimilar building 1|1|2|2|1|1|3|2|3

Chain alphabet A|T|C|G Dissimilar alphabet 1|2|3

파일 보기 프로젝트 열기: intervals-mining-lab/libiada-core

공개 메소드들

메소드 설명
Create ( BaseChain source ) : Chain

Method that creates chain of "first occurrences of different elements".

메소드 상세

Create() 공개 정적인 메소드

Method that creates chain of "first occurrences of different elements".
public static Create ( BaseChain source ) : Chain
source LibiadaCore.Core.BaseChain /// Source chain. ///
리턴 LibiadaCore.Core.Chain