stela2502 / BioData

An R R6 class to store biological data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#BioData

A R/R6 project to store biological data. One Matrix containing numeric data will be accompanied by one sample and one annotation data.frame that contain mainly factors that describe both the column dimension (samples) as the row dimension (genes/features).

This package is meant to be a base package for any kind of biological data.

To install it I recommend using R::devtools:

library(devtools)

install_git('https://github.com/stela2502/BioData.git')

About

An R R6 class to store biological data.

License:GNU General Public License v3.0


Languages

Language:R 97.6%Language:Perl 1.8%Language:AMPL 0.6%Language:Makefile 0.0%