simulate.primer.pool: Primer pool simulation

Description Usage Arguments Value

View source: R/binding_model_functions.r

Description

Generates a pool of random hexamers based on input nucleotide composition

Usage

1
2
3
## S3 method for class 'primer.pool'
simulate(pool.size = 50000, pA = 0.25, pT = 0.25,
  pG = 0.25, pC = 0.25)

Arguments

pool.size

integer, number of hexamer sequences in the pool (the more the longer it takes)

pA

fraction of A

pT

fraction of T

pG

fraction of G

pC

fraction of C

Value

vector containing the simulated random hexamers


EmmaDann/hexamerModel documentation built on May 5, 2019, 4:48 p.m.