powered by
makePriors(bg.seq, bg.pseudo.count)
# some example sequences sequences = list(DNAString("AAAGAGAGTGACCGATGAC"), DNAString("ACGATGAGGATGAC")) # make priors with pseudo-count of 1 shared between them makePriors(sequences, 1)
Run the code above in your browser using DataLab