C# 클래스 BatchLowResFdrOptimizer.PeptideHit

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

보호된 프로퍼티들

프로퍼티 타입 설명
decoy bool
dynamicModifications string
eValueScore double
qValue double
sequence string

공개 메소드들

메소드 설명
PeptideHit ( string sequence, string dynamicModifications, double eValueScore, bool decoy ) : System
PeptideHit ( string sequence, string dynamicModifications, double eValueScore, bool decoy, double qValue ) : System

메소드 상세

PeptideHit() 공개 메소드

public PeptideHit ( string sequence, string dynamicModifications, double eValueScore, bool decoy ) : System
sequence string
dynamicModifications string
eValueScore double
decoy bool
리턴 System

PeptideHit() 공개 메소드

public PeptideHit ( string sequence, string dynamicModifications, double eValueScore, bool decoy, double qValue ) : System
sequence string
dynamicModifications string
eValueScore double
decoy bool
qValue double
리턴 System

프로퍼티 상세

decoy 보호되어 있는 프로퍼티

protected bool decoy
리턴 bool

dynamicModifications 보호되어 있는 프로퍼티

protected string dynamicModifications
리턴 string

eValueScore 보호되어 있는 프로퍼티

protected double eValueScore
리턴 double

qValue 보호되어 있는 프로퍼티

protected double qValue
리턴 double

sequence 보호되어 있는 프로퍼티

protected string sequence
리턴 string