arendsee / fagin

Classify genes using a syntenic filter
GNU General Public License v3.0
0 stars 0 forks source link

Travis-CI Build Status Coverage Status

Fagin

A pipeline for the classification of orphans into origin classes using a syntenic filter.

Funding

This work is funded by the National Science Foundation grant:

NSF-IOS 1546858 Orphan Genes: An Untapped Genetic Reservoir of Novel Traits

Installation

devtools::install_github("arendsee/fagin")
library(fagin)

Dependencies

Currently fagin has no dependencies outside of R. It makes heavy use of bioconductor (e.g. Biostring, GenomicRanges, and GenomicFeatures). It also uses the rather experimental packages 'synder' and 'rmonad'.

Input

The following is required

Documentation

Go here to see working case studies that you can adapt for your own projects.

You can also check out the (under construction) wiki here.

Configuration

To run and configure fagin, you need to set paths to your data in a configuration object. The default configuration can be generated

config()

This will need to be tailored to your specific needs. To run the full fagin analysis, call

# Where con is your configuration object
run_fagin(con)

Pipeline