Learn R Programming

protViz (version 0.6.8)

de_novo: de-novo on tandem ms

Description

This function computes the mass differences of MS2 peaks and matches the 'delta masses' to the amino acid weights.

Usage

de_novo(data)

Arguments

data

ms data set.

Details

This function should only be used for demonstration!

Examples

Run this code
# NOT RUN {
    data(msms)
    de_novo(msms[[1]])
# }

Run the code above in your browser using DataLab