{"id":14068478,"url":"https://github.com/swsoyee/TCC-GUI","last_synced_at":"2025-07-30T04:31:20.493Z","repository":{"id":37384970,"uuid":"132140284","full_name":"swsoyee/TCC-GUI","owner":"swsoyee","description":"📊 Graphical User Interface for TCC package","archived":false,"fork":false,"pushed_at":"2024-03-08T01:23:07.000Z","size":39526,"stargazers_count":46,"open_issues_count":5,"forks_count":17,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T02:03:37.271Z","etag":null,"topics":["bioinformatics","gui","rna-seq","shiny","tcc"],"latest_commit_sha":null,"homepage":"https://infinityloop.shinyapps.io/TCC-GUI/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/swsoyee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["swsoyee"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2018-05-04T12:57:00.000Z","updated_at":"2025-04-10T14:10:52.000Z","dependencies_parsed_at":"2022-09-14T21:22:26.643Z","dependency_job_id":"e03f683f-c427-49b7-9049-6fd729aa53a6","html_url":"https://github.com/swsoyee/TCC-GUI","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/swsoyee/TCC-GUI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swsoyee%2FTCC-GUI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swsoyee%2FTCC-GUI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swsoyee%2FTCC-GUI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swsoyee%2FTCC-GUI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/swsoyee","download_url":"https://codeload.github.com/swsoyee/TCC-GUI/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swsoyee%2FTCC-GUI/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267809459,"owners_count":24147466,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bioinformatics","gui","rna-seq","shiny","tcc"],"created_at":"2024-08-13T07:06:12.377Z","updated_at":"2025-07-30T04:31:19.307Z","avatar_url":"https://github.com/swsoyee.png","language":"R","funding_links":["https://github.com/sponsors/swsoyee"],"categories":["R"],"sub_categories":[],"readme":"# 📊 TCC-GUI: Graphical User Interface for TCC package\n\n\u003cimg src=\"https://raw.githubusercontent.com/swsoyee/TCC-GUI/master/TCC-GUI/www/tcc-gui-logo.png\" width=\"120\" align=\"right\"\u003e  \n\n![last commit](https://img.shields.io/github/last-commit/swsoyee/TCC-GUI.svg)\n![license](https://img.shields.io/github/license/swsoyee/TCC-GUI.svg)\n[![citations](https://img.shields.io/badge/citations-89-blue?link=https://scholar.google.com/scholar?rlz=1C5CHFA_enJP843JP843\u0026um=1\u0026ie=UTF-8\u0026lr\u0026cites=4813951894701221269)](https://scholar.google.com/scholar?oi=bibs\u0026hl=en\u0026cites=4813951894701221269\u0026as_sdt=5)\n\n[`TCC`](http://bioconductor.org/packages/TCC/)\u003csup\u003e1\u003c/sup\u003e is a [`R`](https://www.r-project.org/)/[`Bioconductor`](https://www.bioconductor.org/) package provides a series of functions for performing differential expression  (**DE**)  analysis from    RNA-seq count data using a robust normalization strategy (called **DEGES**).  \n\nThe basic idea of **DEGES** is that potential differentially expressed genes (**DEGs**) among compared samples should be removed before data normalization to obtain a well-ranked gene list where true **DEGs** are top-ranked and **non-DEGs** are bottom ranked. This can be done by performing the multi-step normalization procedures based on **DEGES** (**DEG elimination strategy**) implemented in TCC.  \n\n\u003cimg src=\"https://raw.githubusercontent.com/swsoyee/TCC-GUI/master/ScreenShot/Home.png\" width=\"250\" align=\"left\"\u003e\n\nTCC internally uses functions provided by [`edgeR`](https://www.bioconductor.org/packages/release/bioc/html/edgeR.html)\u003csup\u003e2\u003c/sup\u003e, [`DESeq2`](https://www.bioconductor.org/packages/release/bioc/html/DESeq2.html)\u003csup\u003e3\u003c/sup\u003e, and [`baySeq`](https://www.bioconductor.org/packages/release/bioc/html/baySeq.html)\u003csup\u003e4\u003c/sup\u003e . The multi-step normalization of TCC can be done by using functions in the four packages.  \n\nIn this `GUI version of TCC (TCC-GUI)`, all parameter settings are available just like you are using the original one. Besides, it also provides lots of plotting functions where the original package is unsupported now.  \n\n\u003e Tips: Development is now undergoing, some functions and features may be changed in the final version.\n\n## 📈 Features\n\n| Simulation Data Generation| Exploratory Analysis|\n| --- | --- |\n| ![Simulation Data Generation](https://raw.githubusercontent.com/swsoyee/TCC-GUI/master/ScreenShot/beta1.png) | ![Exploratory Analysis](https://raw.githubusercontent.com/swsoyee/TCC-GUI/master/ScreenShot/beta2.png) |\n| \u003cdiv align=\"center\"\u003e**TCC Computation**\u003c/div\u003e| \u003cdiv align=\"center\"\u003e**MA Plot Generation**\u003c/div\u003e|\n| ![TCC Computation](https://raw.githubusercontent.com/swsoyee/TCC-GUI/master/ScreenShot/beta3.png) | ![MA Plot Generation](https://raw.githubusercontent.com/swsoyee/TCC-GUI/master/ScreenShot/beta4.png) |\n| \u003cdiv align=\"center\"\u003e**Volcano Plot Generation**\u003c/div\u003e| \u003cdiv align=\"center\"\u003e**Heatmap Generation**\u003c/div\u003e|\n| ![Volcano Plot Generation](https://raw.githubusercontent.com/swsoyee/TCC-GUI/master/ScreenShot/beta5.png) | ![Heatmap Generation](https://raw.githubusercontent.com/swsoyee/TCC-GUI/master/ScreenShot/beta7.png) |\n| \u003cdiv align=\"center\"\u003e**Expression Level Plot Generation**\u003c/div\u003e| \u003cdiv align=\"center\"\u003e**Report Generation**\u003c/div\u003e|\n| ![Expression Level Plot Generation](https://raw.githubusercontent.com/swsoyee/TCC-GUI/master/ScreenShot/beta8.png) | ![Report Generation](https://raw.githubusercontent.com/swsoyee/TCC-GUI/master/ScreenShot/beta9.png) |\n\n## 📔 Usage\n\n### Online version\n\nAccess [`TCC-GUI`](https://infinityloop.shinyapps.io/TCC-GUI/) hosted by shinyapps.io. Due to the limitations of the free version of shinyapps, you may not be able to use the tool in some cases, in which case you may consider downloading the source code and launch the tool in a your machine (see below).  \n\n### Standalone version  \n\nIf you are familiar with git, **Method 1** is highly recommended.\n\n### Method 1\n\n1. Use the command below to clone the source code to your local directory. We assume you already know how to clone a project using Git from the command line, if not please refer to [Git Basics - Getting a Git Repository](https://git-scm.com/book/en/v2/Git-Basics-Getting-a-Git-Repository).\n\n    ```bash\n    git clone https://github.com/swsoyee/TCC-GUI.git ~/Desktop/TCC-GUI\n    ```\n\n2. When you open this project (just double click `TCC-GUI.Rproj`) in R at first time, the following message will be print in console, and the package `renv` will be install automatically (if not, please install `renv` manually or [create a issue for help](https://github.com/swsoyee/TCC-GUI/issues/new/choose)). Next, use `renv::restore()` to install all other packages which are needed.\n\n    ```r\n    # Bootstrapping renv 0.17.0 --------------------------------------------------\n    * Downloading renv 0.17.0 ... OK (downloaded binary)\n    * Installing renv 0.17.0 ... Done!\n    * Successfully installed and loaded renv 0.17.0.\n    Installing BiocManager [1.30.20] ...\n    \tOK [linked cache in 0.36 milliseconds]\n    * Installed 1 package in 9 milliseconds.\n    * Project '~/Desktop/TCC-GUI' loaded. [renv 0.17.0]\n    * One or more packages recorded in the lockfile are not installed.\n    * Use `renv::status()` for more details.\n    \u003e renv::restore()\n    The following package(s) will be updated:\n    ...\n    ````\n\n3. If you are using `RStudio`, just open the `ui.R`, `server.R` or `global.R` in `TCC-GUI` directory, and click the `Run App` button to launch the application. Or use the commend below to complete the same thing.\n\n    ```r\n    shiny::runApp(appDir = \"TCC-GUI\")\n    ```\n\nFor more information, please refer to the [wiki](https://github.com/swsoyee/TCC-GUI/wiki/Log-info-during-local-installation).\n\n### Method 2\n\n1. Click `Code` button on the top of this page, then click [`Download ZIP`](https://github.com/swsoyee/TCC-GUI/archive/refs/heads/master.zip);  \n2. Unzip the file to your working directory;\n3. Double click `TCC-GUI.Rproj` to open the project;\n4. Make sure the `renv` package is install automatically (also see Method 1 step 2);\n4. Run the code to launch the application (according to your structure of working directory it may be different).  \n\n    ```R\n    # install packages by using renv\n    renv::restore()\n\n    # run the command and launch the application\n    shiny::runApp(appDir = \"TCC-GUI\")\n    ```\n    If you are using RStudio, there will be a `Run App` button in the souce code file panel when you open file `ui.R`, `server.R` or `global.R`. Click the button and TCC-GUI will be launched.\n\nIf the above method still does not work, please try the old version installation method below or feel free to contact us.\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003eOld Installation Method\u003c/b\u003e\u003c/summary\u003e  \n    \n### Pre-installation\n\nMake sure that you have already installed those packages in your environment.   \n\n`shiny`, `shinydashboard`, `shinyWidgets`, `plotly`, `dplyr`, `TCC`, `DT`, `heatmaply`, `markdown`, `rmarkdown`, `data.table`, `tidyr`, `RColorBrewer`, `utils`, `knitr`, `cluster`, `shinycssloaders`, `shinyBS`, `renv`, `MASS`.    \n\nIf any package is missing, Please run the following command in your [`RStudio`](https://www.rstudio.com/) and it will install all packages automatically.  \n\n```R\n# Check \"BiocManager\"\nif (!requireNamespace(\"BiocManager\", quietly = TRUE))\n    install.packages(\"BiocManager\")\n\n# Package list\nlibs \u003c- c(\"shiny\", \"shinydashboard\", \"shinyWidgets\", \"plotly\", \"dplyr\", \"DT\", \"heatmaply\", \"tidyr\",\"utils\",\"rmarkdown\",\"data.table\",\"RColorBrewer\", \"knitr\", \"cluster\", \"shinycssloaders\", \"shinyBS\", \"renv\", \"MASS\", \"TCC\")\n\n# Install packages if missing\nfor (i in libs){\n  if( !is.element(i, .packages(all.available = TRUE)) ) {\n     BiocManager::install(i, suppressUpdates=TRUE)\n  }\n}\n```\n\n### Start the App\n\nRun the following command to launch `TCC-GUI` in your local environment, then it will download `TCC-GUI` automatically from github and launch.  \n\n##### Method 1  \n```R\nshiny::runGitHub(\"TCC-GUI\", \"swsoyee\", subdir = \"TCC-GUI\", launch.browser = TRUE)\n```\n\nThis method always download the source code from github before launching, so maybe you can try to download all the source code by yourself and launch it.   \n\n##### Method 2  \n1. Click `Clone or download` button on the top of this page, then click [`Download ZIP`](https://github.com/swsoyee/TCC-GUI/archive/master.zip);  \n2. Unzip the file to your working directory (use `getwd()` to know your working directory);  \n3. Run the code of launching (according to your structure of working directory it may be different).   \n\n  ```R\n  shiny::runApp(\"TCC-GUI\", launch.browser = TRUE)\n  ```\n\n\u003c/details\u003e\n\n---\n\nIf you have any question about `TCC-GUI`, simply [create a issue for help (prefer)](https://github.com/swsoyee/TCC-GUI/issues/new/choose) or send E-mail to us. We will answer your question as soon as possible.\n\n## 📕 Publication\n\nIf you have use `TCC-GUI` in your work, please cite the original paper and consider to give this repository a ⭐Star!  \n\n\u003e **TCC-GUI: a Shiny-based application for differential expression analysis of RNA-Seq count data**  \nWei Su, Jianqiang Sun, Kentaro Shimizu and Koji Kadota  \n*BMC Research Notes* 2019 **12**:133  \nhttps://doi.org/10.1186/s13104-019-4179-2 | © The Author(s) 2019  \n**Received:** 14 January 2019 | **Accepted:** 11 March 2019 | **Published:** 13 March 2019\n\n## 📚 References\n\n1. Sun J, Nishiyama T, Shimizu K, et al. **TCC**: an R package for comparing tag count data with robust normalization strategies. *BMC bioinformatics*, 2013, 14(1): 219.  \n2. Robinson M D, McCarthy D J, Smyth G K. **edgeR**: a Bioconductor package for differential expression analysis of digital gene expression data. *Bioinformatics*, 2010, 26(1): 139-140.  \n3. Love M I, Huber W, Anders S. Moderated estimation of fold change and dispersion for RNA-seq data with **DESeq2**. *Genome biology*, 2014, 15(12): 550.  \n4. Hardcastle T J, Kelly K A. **baySeq** : empirical Bayesian methods for identifying differential expression in sequence count data. *BMC bioinformatics*, 2010, 11(1): 422.  \n\n## Code of Conduct\n\nPlease note that the TCC-GUI project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswsoyee%2FTCC-GUI","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswsoyee%2FTCC-GUI","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswsoyee%2FTCC-GUI/lists"}