generateCustom: Generate peptide and library information for a given scheme

Description Usage Arguments Value Examples

View source: R/tabulate.r

Description

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

Usage

1
2
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

1
2
3
4
5
## Not run: 
generateCustom()
generateCustom(scheme_name = "NNN", scheme_def = scheme("NNN"))

## End(Not run)

peptider documentation built on May 2, 2019, 2:43 a.m.