C# 클래스 NSSplash.impl.AbstractSpectrum

상속: ISpectrum
파일 보기 프로젝트 열기: berlinguyinca/spectra-hash

보호된 프로퍼티들

프로퍼티 타입 설명
ions List
type SpectrumType

공개 메소드들

메소드 설명
AbstractSpectrum ( List ions ) : System

Creates a spectrum based on a list of ions

AbstractSpectrum ( string data ) : System

Creates a new spectrum based on a string of ions

GetIons ( ) : List
ToString ( ) : string
getSortedIonsByIntensity ( bool desc = true ) : List
getSortedIonsByMZ ( bool desc = false ) : List
getSpectrumType ( ) : SpectrumType
toJSON ( ) : string

비공개 메소드들

메소드 설명
toRelative ( int scale ) : List

메소드 상세

AbstractSpectrum() 공개 메소드

Creates a spectrum based on a list of ions
public AbstractSpectrum ( List ions ) : System
ions List
리턴 System

AbstractSpectrum() 공개 메소드

Creates a new spectrum based on a string of ions
public AbstractSpectrum ( string data ) : System
data string
리턴 System

GetIons() 공개 추상적인 메소드

public abstract GetIons ( ) : List
리턴 List

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

getSortedIonsByIntensity() 공개 메소드

public getSortedIonsByIntensity ( bool desc = true ) : List
desc bool
리턴 List

getSortedIonsByMZ() 공개 메소드

public getSortedIonsByMZ ( bool desc = false ) : List
desc bool
리턴 List

getSpectrumType() 공개 메소드

public getSpectrumType ( ) : SpectrumType
리턴 SpectrumType

toJSON() 공개 메소드

public toJSON ( ) : string
리턴 string

프로퍼티 상세

ions 보호되어 있는 프로퍼티

protected List ions
리턴 List

type 보호되어 있는 프로퍼티

protected SpectrumType type
리턴 SpectrumType