An open API service indexing awesome lists of open source software.

https://github.com/torkamanilab/genomic.kernels

Kernels for Genomic Data
https://github.com/torkamanilab/genomic.kernels

Last synced: 9 months ago
JSON representation

Kernels for Genomic Data

Awesome Lists containing this project

README

          

genomic.kernels
===============

An R package which implements kernel methods for genomic data. This package is meant to be used with the *kernlab* package with data generated from ```plink --bfile data --recode A``` command

## Installation

```R
library(devtools)
install_github("genomic.kernels", user="erickramer")
```