C# 클래스 CSMSL.Proteomics.Protein

상속: AminoAcidPolymer
파일 보기 프로젝트 열기: dbaileychess/CSMSL 1 사용 예제들

공개 메소드들

메소드 설명
Digest ( IEnumerable proteases, int maxMissedCleavages = 3, int minLength = 1, int maxLength = int.MaxValue, bool initiatorMethonine = true, bool includeModifications = false, bool semiDigestion = false ) : IEnumerable

Digests this protein into peptides.

Digest ( IProtease protease, int maxMissedCleavages = 3, int minLength = 1, int maxLength = int.MaxValue, bool initiatorMethonine = true, bool includeModifications = false, bool semiDigestion = false ) : IEnumerable

Digests this protein into peptides.

Protein ( string sequence, string description = "", bool isDecoy = false ) : System.Collections.Generic
ToFasta ( ) : Fasta

Converts this protein into the fasta format

메소드 상세

Digest() 공개 메소드

Digests this protein into peptides.
public Digest ( IEnumerable proteases, int maxMissedCleavages = 3, int minLength = 1, int maxLength = int.MaxValue, bool initiatorMethonine = true, bool includeModifications = false, bool semiDigestion = false ) : IEnumerable
proteases IEnumerable The proteases to digest with
maxMissedCleavages int The max number of missed cleavages generated, 0 means no missed cleavages
minLength int The minimum length (in amino acids) of the peptide
maxLength int The maximum length (in amino acids) of the peptide
initiatorMethonine bool
includeModifications bool
semiDigestion bool
리턴 IEnumerable

Digest() 공개 메소드

Digests this protein into peptides.
public Digest ( IProtease protease, int maxMissedCleavages = 3, int minLength = 1, int maxLength = int.MaxValue, bool initiatorMethonine = true, bool includeModifications = false, bool semiDigestion = false ) : IEnumerable
protease IProtease The protease to digest with
maxMissedCleavages int The max number of missed cleavages generated, 0 means no missed cleavages
minLength int The minimum length (in amino acids) of the peptide
maxLength int The maximum length (in amino acids) of the peptide
initiatorMethonine bool
includeModifications bool
semiDigestion bool
리턴 IEnumerable

Protein() 공개 메소드

public Protein ( string sequence, string description = "", bool isDecoy = false ) : System.Collections.Generic
sequence string
description string
isDecoy bool
리턴 System.Collections.Generic

ToFasta() 공개 메소드

Converts this protein into the fasta format
public ToFasta ( ) : Fasta
리턴 Fasta