https://github.com/bioconductor-source/sepa
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.2%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: bioconductor-source
- Language: R
- Default Branch: devel
- Size: 696 KB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
SEPA: Single-Cell Gene Expression Pattern Analysis
Overview
Given single-cell RNA-seq data and true experiment time of cells or pseudo-time cell ordering, SEPA provides convenient functions for users to assign genes into different gene expression patterns such as constant, monotone increasing and increasing then decreasing. SEPA then performs GO enrichment analysis to analysis the functional roles of genes with same or similar patterns.
SEPA Online User Interface
SEPA user interface can be directly launched online without installing any software package: https://zhiji.shinyapps.io/SEPA. PLEASE NOTE: Currently the online version only allows one concurrent user. If the online user interface shows "please wait" for a long time, probably another user is using the online interface and please come back at another time. Users are recommended to install SEPA on their own computers with following procedures.
SEPA Installation
SEPA software can be installed via Github.
Users should have R installed on their computer before installing GSCA. R can be downloaded here: http://www.r-project.org/.
To install the latest version of GSCA package via Github, run following commands in R:
{r }
if (!require("devtools"))
install.packages("devtools")
devtools::install_github("SEPA","zji90")
To launch user interface after installation, run following commands in R:
{r }
library(SEPA)
SEPAui()
For users with R programming experience, command line tools are also available in SEPA R package. Please check the manual package included in the package for details.
Contact the Author
Author: Zhicheng Ji, Hongkai Ji
Report bugs and provide suggestions by sending email to:
Maintainer: Zhicheng Ji (zji4@jhu.edu)
Or open a new issue on this Github page
Owner
- Name: (WIP DEV) Bioconductor Packages
- Login: bioconductor-source
- Kind: organization
- Email: maintainer@bioconductor.org
- Website: https://bioconductor.org
- Repositories: 1
- Profile: https://github.com/bioconductor-source
Source code for packages accepted into Bioconductor
GitHub Events
Total
Last Year
Dependencies
- R >= 2.10.0 depends
- ggplot2 * imports
- org.Hs.eg.db * imports
- org.Mm.eg.db * imports
- reshape2 * imports
- segmented * imports
- shiny * imports
- topGO * imports
- knitr * suggests