Skip to content

Marlin-Na/TnT

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

TnT

Bioc Travis-CI Build Status Bioconductor Release Bioconductor Devel

TnT is a R package that wraps the TnT javascript libraries to provide track-based visulizations from R. It is useful for displaying genomic features as a simple genome browser, particularly when working with relevant Bioconductor packages.

To install the stable version from biocondcutor, use

if (!requireNamespace("BiocManager", quietly=TRUE))
    install.packages("BiocManager")
BiocManager::install("TnT")

Or alternatively, install the latest version from github with

devtools::install_github("Marlin-Na/TnT")

To get started, checkout:

You can also find the package on Bioconductor.

GSoC 2017

This R package was a Google Summer of Code project in 2017, kindly mentored by Toby Dylan Hocking and Miguel Pignatelli, under the organization of R project for statistical computing.

Please see: