README.md

rsrm

Description

The goal of rsrm is to generate the distribution of Restriction Sites on given DNA sequence and also construct the Restriction Map with given single and double digests reaction result.

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
require("devtools")
install_github("LoadingBFX/rsrm", build_vignettes = TRUE)
library("rsrm")

To run the shinyApp:

runRsrmApp()

Overview

browseVignettes("rsrm")
runRsrmApp()

Contributions

library("rsrm")
lsf.str("package:rsrm")

The author of the package is Fanxing Bu. sanitizeSeq() is adapted from Dr. Steipe’s function dbSanitizeSequence() in course BCH441 ABC-units. It has been indicated and referenced in the utility.R file. The rest functions were authored by Fanxing.

References

Scrucca L., Fop M., Murphy T. B. and Raftery A. E. (2016) mclust 5: clustering, classification and density estimation using Gaussian finite mixture models The R Journal 8/1, pp. 205-233 https://cran.r-project.org/web/packages/mclust/vignettes/mclust.html

Boris Steipe BCH441 - Bioinformatics http://steipe.biochemistry.utoronto.ca/abc/index.php/Bioinformatics_Main_Page

Acknowledgements

This package was developed as part of an assessment for 2019 BCB410H: Applied Bioinformatics, University of Toronto, Toronto, CANADA.



LoadingBFX/rsrm documentation built on Dec. 8, 2019, 8:40 a.m.