Learn R Programming

wrTopDownFrag (version 1.0.4)

corMutShift: Corrective Values For Random Sequences For Mutations

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

corMutShift(fi = NULL)

Value

This functions returns a numeric vector (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'.

See Also

corInDelShift, randMassByStochastic

Examples

Run this code
corMutShift <- corMutShift()
str(corMutShift)

corInDelShift <- corInDelShift()
str(corInDelShift)

Run the code above in your browser using DataLab