github.com - R Package to visualize alignments between two or multiple DNA sequences includinga number of functionalities to facilitate processing of alignments in PAF format.
SVbyEye, an open-source R package to visualize and annotate sequence-to-sequence...
https://www.rplumber.io/ - plumber allows you to create a REST API by merely decorating your existing R source code with special comments. Take a look at an example.
# plumber.R
#* Echo back the input
#* @param msg The message to echo
#* @get /echo
function(msg=""){...
rosenberglab.stanford.edu - distruct is a program that can be used to graphically display results produced by the genetic clustering program structure or by other similar programs. The figures produced by distructdisplay individual membership coefficients...
www.ncbi.nlm.nih.gov - HGT-Finder:
(i) can be used for HGT detection in both prokaryotes and eukaryotes,
(ii) can report a statistical P value for each gene to indicate how likely it is to be horizontally transferred, and
(iii) is fully automated (requires...
Horizontal gene transfer (HGT), the “non-sexual movement of genetic material between two organisms” , is relatively common in prokaryotes and single-celled eukaryotes, but a number of factors combine to make it far rarer in...
genoplotr.r-forge.r-project.org - genoPlotR is a R package to produce reproducible, publication-grade graphics of gene and genome maps. It allows the user to read from usual format such as protein table files and blast results, as well as home-made tabular files.
Features
Linear...
github.com - A computational pipeline for genome-wide detection of putative horizontal gene transfer (HGT) events based on sequence homology search hit distribution statistics
Authors: Qiyun Zhu (qiyunzhu@gmail.com), Katharina Dittmar...
web.mit.edu - The following is a step-by-step guide to creating your own R package. Even beyond this course, youmay find this useful for storing functions you create for your own research or for editing existingR packages to suit your needs.
This guide...
academic.oup.com - Motivation: The Oxford Nanopore MinION device represents a unique sequencing technology. As a mobile sequencing device powered by the USB port of a laptop, the MinION has huge potential applications. To enable these applications, the...