corInDelShift | R Documentation |
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).
corInDelShift(fi = NULL)
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'. |
This functions returns a numeric vector (1907 possible mass alterations for random drawing)
corMutShift
, randMassByStochastic
corMutShift <- corMutShift()
str(corMutShift)
corInDelShift <- corInDelShift()
str(corInDelShift)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.