Package: genekitr
Type: Package
Title: Gene Analysis Toolkit in R
Version: 1.0.3
Authors@R: 
    c(person(given = "Yunze",
             family = "Liu",
             role = c("aut", "cre"),
             email = "jieandze1314@gmail.com",
             comment = c(ORCID = "0000-0002-7414-8556")))
Maintainer: Yunze Liu <jieandze1314@gmail.com>
URL: https://www.genekitr.fun/
BugReports: https://github.com/GangLiLab/genekitr/issues
Description: An analysis toolkit focused on genes. It mainly includes five
    features (search, convert, analysis, plot, and export).
    The user just needs to input feature id ('entrez', 'symbol', 'ensembl' or
    'uniprot') to retrieve feature information and PubMed records, to convert id
    types, to easily do enrichment analysis and draw publication-level plots of GO,
    KEGG and GSEA, to plot group interaction and export results as sheets in one excel
    file to easily share and communicate with others.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.6)
Imports: clusterProfiler, dplyr, DOSE, europepmc, fst, geneset,
        ggplot2, ggraph, igraph, magrittr, openxlsx, stringr, stringi,
        tidyr, VennDiagram, rlang
Suggests: AnnotationDbi, BiocManager, cowplot, ComplexUpset,
        data.table, forcats, fgsea, futile.logger, ggplotify, ggsci,
        ggupset, ggrepel, ggridges, ggnewscale, GOplot, GOSemSim,
        labeling, msigdbr, pheatmap, tm, treemap, RColorBrewer,
        rappdirs, RCurl, reshape2, rio, rrvgo, scales, stats, testthat
        (>= 3.0.0), tibble, wordcloud, knitr, rmarkdown
RoxygenNote: 7.2.0
NeedsCompilation: no
Packaged: 2022-07-19 02:25:37 UTC; reedliu1
Author: Yunze Liu [aut, cre] (<https://orcid.org/0000-0002-7414-8556>)
Repository: CRAN
Date/Publication: 2022-07-19 02:40:02 UTC
