Learn R Programming

peptider (version 0.2.2)

generateCustom: Generate peptide and library information for a given scheme

Description

This function will generate library properties for a custom scheme. It is primarily intended to be used on http://www.pelica.org.

Usage

generateCustom(scheme_name = "custom", scheme_def = read.csv(file.choose()), k = 1:20, n = 1:25, savefile = TRUE)

Arguments

scheme_name
The name of the resulting encoding scheme
scheme_def
A data frame containing encoding information for the scheme
k
peptide lengths to include
n
exponents of the library size to include
savefile
if true, save the results to an RData file

Value

TRUE upon completion of the script and output of the CSV files

Examples

Run this code
## Not run: 
# generateCustom()
# generateCustom(scheme_name = "NNN", scheme_def = scheme("NNN"))
# ## End(Not run)

Run the code above in your browser using DataLab