nuclPerm | R Documentation |
This function creates all permutations of 4 nucleobases (A, T, G, C) of
length n
.
nuclPerm(n)
n |
Length of the pattern. |
This function uses gtools::permutations()
.
A vector of characters with each element being a nucleobase pattern of
length n
.
The following error is returned if:
"The length of patterns provided is not a positive number." the provided length of patterns to be generated is not positive.
Alina Selega, Sander Granneman, Guido Sanguinetti
Selega et al. "Robust statistical modeling improves sensitivity of high-throughput RNA structure probing experiments", Nature Methods (2016).
gtools::permutations()
nuclPerm(3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.