knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
Bobro is the an R package for prediction of cis-regulatory motifs in a given set of promoter sequences. The algorithm originally published by Ma et al, 2011 at Nucelic Acids Research(https://academic.oup.com/nar/article-lookup/doi/10.1093/nar/gkq948). This package provides an R implementation of the Bobro algorithm, developed and maintained by the BMBL at OSU.
Make sure to check out the Examples and FAQ section to learn everything about the workflow.
You can install Bobro R package with:
library(remotes) # to install the latest stable version (advised) remotes::install_github("Wang-Cankun/Bobro")
Howto’s and faqs examples:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.