https://github.com/gersteinlab/chromosomepaintingtool
Chromosome Painting Tool for visualizing signal track density heat-maps of ENTEx experiments.
https://github.com/gersteinlab/chromosomepaintingtool
Last synced: 7 days ago
JSON representation
Chromosome Painting Tool for visualizing signal track density heat-maps of ENTEx experiments.
- Host: GitHub
- URL: https://github.com/gersteinlab/chromosomepaintingtool
- Owner: gersteinlab
- Created: 2021-03-24T15:10:45.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-07T03:44:47.000Z (about 4 years ago)
- Last Synced: 2025-01-20T12:07:57.727Z (5 months ago)
- Language: HTML
- Homepage:
- Size: 3.44 MB
- Stars: 0
- Watchers: 14
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChromosomePaintingTool
#### Daniel Farid (Yale 2023), Gabriel Conte Cortez Martins (Yale 2020)## Tool Overview and Description
This tool, developed by members of Yale University's Gerstein Lab, allows visualization of chromosome signal density plots for ENTEx experiments. Choose a combination of individual, assay, and tissue, and view the signal track, or chromosome painting map, for that specific experiment. Also available are some advanced stats, such as changing the plot type from heatmap to histogram to scatter plot, specifying the chromosome region of interest (work in progress), and specifying which chromosomes to zoom in on (work in progress).
## Instructions for Use
Download the "chromoPaintingToolBundle" directory on this repository, which has the app (app.R) and all necessary files for use of the tool. Opening app.R within this directory locally in RStudio will ensure that all file paths used in the code will work correctly. A commented version of the app code is available within the "appCommented.R" file (app_version5.R).
## Important Notes
#### Missing Data Errors
The signal tracks used in this tool are generated using publically available BAM files from the ENCODE online portal. Some combinations of individual/tissue/assay did not have experiments completed, and thus data for these experiments does not exist. As a result, selecting these specific combinations when using the tool may result in an error.