# eSetAnno **Repository Path**: xiayh17/e-set-anno ## Basic Information - **Project Name**: eSetAnno - **Description**: 一个基于表达数据的下游分析工具 - **Primary Language**: R - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2021-03-02 - **Last Updated**: 2024-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![R-CMD-check](https://github.com/xiayh17/sSetAnno/workflows/R-CMD-check/badge.svg)](https://github.com/xiayh17/sSetAnno/actions) [![test-coverage](https://github.com/xiayh17/eSetAnno/actions/workflows/test-coverage.yaml/badge.svg)](https://github.com/xiayh17/eSetAnno/actions/workflows/test-coverage.yaml) [![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental) # eSetAnno #### 介绍 一个基于表达数据的下游分析工具 #### 软件架构 软件架构说明 #### 安装教程 ```r remotes::install_git('https://gitee.com/xiayh17/KEGG.db') remotes::install_git('https://gitee.com/xiayh17/AnnoProbe') ``` 开始支持自动安装依赖包 开发时clone到本地之后,在工作路径内运行 ```r devtools::install_local() ``` 然后运行,应该就可以打开App页面了 **开发过程中不要用这种方式运行App** ```r eSetAnno::run_app() ``` linux环境可能缺少编译库 Ubuntu/Debian等deb ```shell sudo apt install libharfbuzz-dev libfribidi-dev ``` 建议安装的其他依赖 ```shell sudo apt-get install libcurl4-openssl-dev libcurl4-doc libidn11-dev libkrb5-dev libldap2-dev librtmp-dev libssh2-1-dev libgit2-dev libcairo2-dev libgtk2.0-dev xvfb xauth xfonts-base libxt-dev libfreetype6-dev libpng-dev libtiff5-dev libjpeg-dev libxml2-dev libproj-dev ``` 其他 rpm: harfbuzz-devel fribidi-devel (Fedora, EPE) csw: libharfbuzz_dev libfribidi_dev (solaris) brew: harfbuzz fribidi (osx) #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 开发日志 https://www.notion.so/eSetAnno-356b083cae6e4b87913297154de3249c #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)