Description Usage Arguments Examples
These priors serve both as background nucleotide frequencies and pseudo-counts for PWMs.
1 | makePriors(bg.seq, bg.pseudo.count)
|
bg.seq |
a set of background sequences |
bg.pseudo.count |
the total pseudocount shared between nucleotides |
1 2 3 4 | # some example sequences
sequences = list(DNAString("AAAGAGAGTGACCGATGAC"), DNAString("ACGATGAGGATGAC"))
# make priors with pseudo-count of 1 shared between them
makePriors(sequences, 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.