Learn R Programming

peptider (version 0.2.2)

ppeptide: Probability of detection of a peptide sequence

Description

use this function for only a few peptide sequences. Any larger number of peptide sequences should be dealt with in the framework of the library scheme and the detect function.

Usage

ppeptide(x, libscheme, N)

Arguments

x
(vector) of character strings of peptide sequences.
libscheme
library scheme under which neighbors are being calculated.
N
number of valid DNA clones investigated

Value

probability of detection

Examples

Run this code
ppeptide("APE", libscheme="NNK", N=10^8)
ppeptide("HENNING", libscheme="NNK", N=10^8)

Run the code above in your browser using DataLab