Package: XAItest
Title: XAItest: Enhancing Feature Discovery with eXplainable AI
Version: 1.2.0
Authors@R: c(
    person("Ghislain", "FIEVET", , "ghislain.fievet@gmail.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-0337-7327")),
    person("Sébastien", "HERGALANT", role = "aut",
    email="sebastien.hergalant@inserm.fr", comment=c(ORCID = "0000-0001-8456-7992")))
Description: XAItest is an R Package that identifies features using
        eXplainable AI (XAI) methods such as SHAP or LIME. This package
        allows users to compare these methods with traditional
        statistical tests like t-tests, empirical Bayes, and Fisher's
        test. Additionally, it includes simThresh, a system that
        enables the comparison of feature importance with p-values by
        incorporating calibrated simulated data.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
biocViews: Software, StatisticalMethod, FeatureExtraction,
        Classification, Regression
Suggests: knitr, ggforce, shapr (>= 1.0.1), airway, xgboost,
        BiocGenerics, RUnit, S4Vectors
Imports: limma, randomForest, kernelshap, caret, lime, DT, methods,
        SummarizedExperiment, ggplot2
VignetteBuilder: knitr
URL: https://github.com/GhislainFievet/XAItest
BugReports: https://github.com/GhislainFievet/XAItest/issues
Config/pak/sysreqs: make libicu-dev zlib1g-dev
Repository: https://bioc-release.r-universe.dev
Date/Publication: 2025-10-29 15:35:10 UTC
RemoteUrl: https://github.com/bioc/XAItest
RemoteRef: RELEASE_3_22
RemoteSha: 520604b07dca53da04d4475b7b96366dc2349b4f
NeedsCompilation: no
Packaged: 2025-11-12 07:51:41 UTC; root
Author: Ghislain FIEVET [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-0337-7327>),
  Sébastien HERGALANT [aut] (ORCID:
    <https://orcid.org/0000-0001-8456-7992>)
Maintainer: Ghislain FIEVET <ghislain.fievet@gmail.com>
Depends: R (>= 3.5.0)
Built: R 4.5.2; ; 2025-11-12 07:53:46 UTC; windows
