Property | Type | Description | |
---|---|---|---|
CalculatePurity | bool | ||
DontQuantifyETD | bool | ||
ETDQuantPosition | int | ||
FtMassTolerance | |||
InputFiles | List |
||
ItMassTolerance | |||
MS3Quant | bool | ||
NoisebandCap | bool | ||
OutputDirectory | string | ||
PurityMatrices | IsobaricTagPurityCorrection>.Dictionary | ||
PurityWindowInTh | double | ||
RawFileDirectory | string | ||
RawFiles | ThermoRawFile>.Dictionary | ||
UsedTags | TagInformation>.SortedList |
Method | Description | |
---|---|---|
Run ( ) : void | ||
TagQuant ( string outputDirectory, string rawFileDirectory, IEnumerable |
Method | Description | |
---|---|---|
OnUpdateLog ( string message ) : void |
Method | Description | |
---|---|---|
BuildPurityMatrixes ( IEnumerable |
||
DeterminePurity ( MSDataScan scan, double mz, int charge, DoubleRange isolationRange ) : double | ||
LoadFiles ( IEnumerable |
||
Log ( string msg ) : void | ||
Normalize ( IEnumerable |
||
OnProgressUpdate ( int percent ) : void | ||
PurityCorrect ( IEnumerable |
||
WriteLog ( ) : void | ||
WriteOutputFiles ( IEnumerable |
protected OnUpdateLog ( string message ) : void | ||
message | string | |
return | void |
public TagQuant ( string outputDirectory, string rawFileDirectory, IEnumerable |
||
outputDirectory | string | |
rawFileDirectory | string | |
inputFiles | IEnumerable |
|
tags | IEnumerable |
|
itTolerance | ||
ftTolerance | ||
isMS3Quant | bool | |
etdQuantPosition | int | |
nosiebasecap | bool | |
isETDQuantified | bool | |
calculatePurity | bool | |
return | System |
public Dictionary |
||
return | IsobaricTagPurityCorrection>.Dictionary |