C# 클래스 LibiadaWeb.Models.Calculators.SequenceData

The sequence characteristics.
파일 보기 프로젝트 열기: intervals-mining-lab/libiada-web 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Characteristic double
MatterId long
MatterName string
RemoteId string
SubsequencesData LibiadaWeb.Models.Calculators.SubsequenceData[]

공개 메소드들

메소드 설명
SequenceData ( long matterId, string matterName, string remoteId, double characteristic, SubsequenceData subsequencesData )

Initializes a new instance of the SequenceData class.

메소드 상세

SequenceData() 공개 메소드

Initializes a new instance of the SequenceData class.
public SequenceData ( long matterId, string matterName, string remoteId, double characteristic, SubsequenceData subsequencesData )
matterId long /// The matter id. ///
matterName string /// The matter name. ///
remoteId string /// Sequence web api id. ///
characteristic double /// The characteristic. ///
subsequencesData SubsequenceData /// The genes data. ///

프로퍼티 상세

Characteristic 공개적으로 프로퍼티

The characteristic.
public double Characteristic
리턴 double

MatterId 공개적으로 프로퍼티

The matter id.
public long MatterId
리턴 long

MatterName 공개적으로 프로퍼티

The matter name.
public string MatterName
리턴 string

RemoteId 공개적으로 프로퍼티

Sequence web api id.
public string RemoteId
리턴 string

SubsequencesData 공개적으로 프로퍼티

The genes data.
public SubsequenceData[],LibiadaWeb.Models.Calculators SubsequencesData
리턴 LibiadaWeb.Models.Calculators.SubsequenceData[]