Property | Type | Description | |
---|---|---|---|
CleanPrecursorHighMz | double | ||
CleanPrecursorLowMz | double | ||
EtdHighDa | double | ||
EtdLowDa | double | ||
IncludeLog | bool | ||
NeutralLossesIncluded | bool | ||
RangesToRemove | List |
Method | Description | |
---|---|---|
CleanETD ( List |
||
CleanPrecursor ( List |
||
DtaGenerator ( IList |
||
GenerateDtas ( ) : void |
Method | Description | |
---|---|---|
onFinished ( |
||
onFinishedFile ( |
||
onStartingFile ( |
||
onThrowException ( ExceptionEventArgs e ) : void | ||
onUpdateProgress ( ) : void |
Method | Description | |
---|---|---|
AllIndicesOf ( string s, char c ) : IEnumerable |
||
ProcessFile ( string msDataFile, bool includeLog = false, bool groupByFragmentation = true ) : void |
public static CleanETD ( List |
||
rangesToRemove | List |
|
precursorMass | double | |
precursorZ | int | |
lowWindow | double | |
highWindow | double | |
return | void |
public static CleanPrecursor ( List |
||
rangesToRemove | List |
|
precursorMZ | double | |
lowWindow | double | |
highWidnow | double | |
return | void |
public DtaGenerator ( IList |
||
rawFilepaths | IList |
|
minimumAssumedPrecursorChargeState | int | |
maximumAssumedPrecursorChargeState | int | |
cleanPrecursor | bool | |
enableEtdPreProcessing | bool | |
cleanTmtDuplex | bool | |
cleanItraq4Plex | bool | |
cleanTmt6Plex | bool | |
cleanItraq8Plex | bool | |
groupByActivationEnergyTime | bool | |
sequestDtaOutput | bool | |
omssaTxtOutput | bool | |
mascotMgfOutput | bool | |
outputFolder | string | |
neutralLosses | List |
|
rangesToRemove | List |
|
includeLog | bool | |
clnPrecursorLowMz | double | |
clnPrecursorHighMz | double | |
etdLowDa | double | |
etdHighDa | double | |
return | System |
protected onFinished ( |
||
e | ||
return | void |
protected onFinishedFile ( |
||
e | ||
return | void |
protected onStartingFile ( |
||
e | ||
return | void |
protected onThrowException ( ExceptionEventArgs e ) : void | ||
e | ExceptionEventArgs | |
return | void |
public static bool NeutralLossesIncluded | ||
return | bool |