khughitt / tritrypdb

A small collection of R functions for working with TriTrypDB data files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tritrypdb

Overview

A few small R functions for working with TriTrypDB data files. An alternate version written for the Python programming language is available at github.com/khughitt/tritrypdb-python.

Installation

To install the latest version of tritrypdb using devtools, run:

require(devtools)
install_github("tritrypdb", user="khughitt")

Usage

require(tritrypdb)
df = parse_gene_info_table('TriTrypDB-5.0_TbruceiLister427Gene.txt')

About

A small collection of R functions for working with TriTrypDB data files.


Languages

Language:R 100.0%