Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sol-eng/microarray
Data for demonstrating jobs and launcher features
https://github.com/sol-eng/microarray
Last synced: 8 days ago
JSON representation
Data for demonstrating jobs and launcher features
- Host: GitHub
- URL: https://github.com/sol-eng/microarray
- Owner: sol-eng
- Created: 2019-03-17T01:22:57.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-12T13:19:34.000Z (about 3 years ago)
- Last Synced: 2024-08-13T07:13:28.810Z (4 months ago)
- Language: R
- Homepage:
- Size: 3.41 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - sol-eng/microarray - Data for demonstrating jobs and launcher features (R)
README
# Microarray
*Use this dataset to demonstrate parallel processing with the Launcher and Jobs features*
![](data/microarray.png)
## Getting started
Use `start_here.R` to analyze 7000 genes in three different modes:
* `run_interactive.R` runs locally in sequence
* `run_localjobs.R` runs in three parallel local jobs
* `run_launcherjobs.R` runs in three parallel launcher jobs## Background
DNA microarrays are used are used to measure the expression levels of large numbers of genes simultaneously. These experimental data come from [yeast genome microarrays](https://www.pnas.org/content/pnas/97/7/3364.full.pdf) and can be [downloaded here](http://genome-www.stanford.edu/swisnf/). Our models borrow from the methodology offered in [Assessing Gene Significance from cDNA Microarray Expression Data via Mixed Models](https://pdfs.semanticscholar.org/608a/4dc9f2464942030cb860a84ddcb215691188.pdf?_ga=2.38984291.1957266298.1552698540-1237907384.1552698540).