# Copyright 1999-2020 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit R-packages DESCRIPTION='Fast Gene Set Enrichment Analysis' KEYWORDS="~amd64" SRC_URI="http://master.bioconductor.org/packages/3.9/bioc/src/contrib/fgsea_1.10.1.tar.gz" LICENSE='MIT' IUSE="${IUSE-} r_suggests_annotationdbi r_suggests_geoquery r_suggests_knitr r_suggests_limma r_suggests_rmarkdown r_suggests_testthat" R_SUGGESTS=" r_suggests_annotationdbi? ( sci-BIOC/AnnotationDbi ) r_suggests_geoquery? ( sci-BIOC/GEOquery ) r_suggests_knitr? ( sci-CRAN/knitr ) r_suggests_limma? ( sci-BIOC/limma ) r_suggests_rmarkdown? ( sci-CRAN/rmarkdown ) r_suggests_testthat? ( sci-CRAN/testthat ) " DEPEND="sci-CRAN/Rcpp >=sci-CRAN/ggplot2-2.2.0 sci-CRAN/data_table sci-CRAN/gridExtra sci-BIOC/BiocParallel virtual/Matrix >=dev-lang/R-3.3 sci-CRAN/fastmatch " RDEPEND="${DEPEND-} sci-CRAN/Rcpp sci-CRAN/BH ${R_SUGGESTS-} " _UNRESOLVED_PACKAGES=( 'org.Mm.eg.db' 'reactome.db' )