A pipeline for the classification of orphans into origin classes using a syntenic filter.
This work is funded by the National Science Foundation grant:
NSF-IOS 1546858 Orphan Genes: An Untapped Genetic Reservoir of Novel Traits
devtools::install_github("arendsee/fagin")
library(fagin)
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'.
The following is required
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.
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)