Learn R Programming

wrTopDownFrag (version 1.0.4)

.prefFragPattern: Return data.frame with pattern of perferential fragmentation sites

Description

Return data.frame with pattern of perferential fragmentation sites Here a simplified version (elaborate see Kelleher group: Haverland 2017, J Am Soc Mass Spectrom)

Usage

.prefFragPattern(silent = FALSE, debug = FALSE, callFrom = NULL)

Value

This function returns a data.frame with pattern of perferential fragmentation sites

Arguments

silent

(logical) suppress messages

debug

(logical) additional messages for debugging

callFrom

(character) allow easier tracking of messages produced

See Also

makeFragments

Examples

Run this code
peTab <- matrix(c("9","13","14","15", "LPVIAGHEAAG","PVIAGHEAAGI","EKKPFSI","KKPFSIE", 
  "P","L","E","E", "I","V","E","E"),nr=4,dimnames=list(NULL,c("no","seq","precAA","tailAA")))
head(.prefFragPattern())

Run the code above in your browser using DataLab