Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moha-cm/single_cell_trajectory
Dashboard for ScRNAseq Trajectory Analysis
https://github.com/moha-cm/single_cell_trajectory
dashboard dataanalysis genomics r r-shiny scrna-seq-analysis
Last synced: 7 days ago
JSON representation
Dashboard for ScRNAseq Trajectory Analysis
- Host: GitHub
- URL: https://github.com/moha-cm/single_cell_trajectory
- Owner: Moha-cm
- Created: 2023-12-31T11:06:33.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-03T16:18:39.000Z (11 months ago)
- Last Synced: 2024-01-04T12:23:46.599Z (11 months ago)
- Topics: dashboard, dataanalysis, genomics, r, r-shiny, scrna-seq-analysis
- Language: HTML
- Homepage:
- Size: 3.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Title : single_cell_Trajectory Analysis
Single_cell_Trajectory Analysis: A User-Friendly Tool Using R shiny for datananlysis tool for ScRNaseq gene expression data
## **Overview**
The primary goal of the tool is to facilitate trajectory analysis on scRNA-seq data. Trajectory analysis helps in understanding the developmental paths of individual cells over time, providing insights into cell differentiation, transitions, and heterogeneity.## Approach
1. **Technology Stack:**
**R Shiny:** The tool is built using the R Shiny framework, which allows for the creation of interactive web applications directly from R.2. **Data Input:**
- The tool likely supports the input of scRNA-seq gene expression data, which is a matrix representing the expression levels of genes across individual cells.
Users may be able to upload their seurat data or use create seurat dataset with the help of markdown code provided.3. **Data Analysis**
- Apart form the dashboard, the trajectory workflow markdown code is provide for the your analysis. Using the dashboard help you can to visualize the UMAP,Gene expression of each gene, Trajectory and Pseudotime Plots more easily.## R packages
use **packages_install.R** file ,to download the packages required for the dashboardDowload the source files **global.R**,**Trajectory_app.R**,**packages_install.R** from repo and use the bellow command to run
## Run the application using the following command
```
shiny::runApp('Trajectory_app.R')
```
This will launch the Rshipy application.