corInDelShift: Corrective Values For Random Sequences For In/Dels
Description
The protein sequence and composition of most proteomes cannot be well mimicked by pure random sequences.
Thus, random sequences (for comparing the quality of fitting) shhould be corrected accordingly, this vector provides help to do so.
This function loads corMutShift- or corInDelShift-values from RData.
The vector contains possible mass alterations for random drawing either by mutating a given aminoacid (corMutShift),
or by making or in/del changes (corInDelShift). These values are based on simulations in the human proteome (from UniProt).
Usage
corInDelShift(fi = NULL)
Value
This functions returns a numeric vector (1907 possible mass alterations for random drawing)
Arguments
fi
(character) file (and path) to RData to read as corMutShift or corInDelShift. The file when opend must contain a numeric vector either called 'corMutShift' or 'corInDelShift'.