Utilities for statistical inference on SELEX sequencing data (powered by multinomial regression).
library(devtools)
install_github("anthony-aylward/selex")
library(selex)
fit <- selex_multinom(example_counts, weights = c(8, 1, 2, 4, 8), ref = "a")
p_values <- selex_pvals(fit, n = 100, ncores = 2, timeout = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.