Skip to content

Commit

Permalink
Jashapiro/hotfix polish (#445)
Browse files Browse the repository at this point in the history
* Polish the RNA-seq GSVA example (#441)

* Minor changes to getting started

* Stay out, extra normalization!
  • Loading branch information
jashapiro authored Dec 21, 2020
1 parent 2e3844d commit 34e4b10
Show file tree
Hide file tree
Showing 2 changed files with 318 additions and 310 deletions.
12 changes: 6 additions & 6 deletions 01-getting-started/getting-started.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ output:

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

## About refine.bio
## About refine.bio

[refine.bio](https://www.refine.bio/about) is a collection of ready-to-use transcriptomic data!
Publicly available gene expression data is [uniformly processed](http://docs.refine.bio/en/latest/main_text.html#processing-information) and made available for easy download.
Expand All @@ -32,16 +32,16 @@ This tutorial has follow-along examples for use with refine.bio downloads.
## About how this tutorial book is structured

This tutorial contains follow-along analysis examples for refine.bio gene expression data.
The analysis examples are organized by technology: ["microarray"](https://alexslemonade.github.io/refinebio-examples/02-microarray/intro-to-microarray.nb.html) or ["RNA-seq"](https://alexslemonade.github.io/refinebio-examples/03-rna-seq/intro-to-rna-seq.nb.html), in addition to an ["Advanced Topics"](https://alexslemonade.github.io/refinebio-examples/04-advanced-topics/intro-to-advanced-topics.nb.html) section.
Each analysis is self-contained and provides information with how to obtain the dataset used in the example from refine.bio.
The analysis examples are organized by technology: ["microarray"](https://alexslemonade.github.io/refinebio-examples/02-microarray/intro-to-microarray.html) or ["RNA-seq"](https://alexslemonade.github.io/refinebio-examples/03-rna-seq/intro-to-rna-seq.html), in addition to an ["Advanced Topics"](https://alexslemonade.github.io/refinebio-examples/04-advanced-topics/intro-to-advanced-topics.html) section.
Each analysis is self-contained and provides information with how to obtain the dataset used in the example from refine.bio.
We encourage you to download the [`.Rmd`](http://rmarkdown.rstudio.com) and follow the "getting started" section in the example before diving into our analysis examples.

**Each analysis contains:**

- A README that introduces you to the analyses, concepts, requirements, and workflows for that module.
- An R Notebook which consists of:
- An R markdown (`.Rmd`) file(s) that you can use in RStudio to run the analysis and contains it's own "getting started" section which describes how to download the example dataset from refine.bio.
- An nb.html file that is the resulting output of the `.Rmd` file rendered as an HTML file.
- An nb.html file that is the resulting output of the `.Rmd` file rendered as an HTML file.

## What you need to install to run the examples

Expand All @@ -63,8 +63,8 @@ Each example module directory will include further instructions for how to follo

## How to get the data for these examples

Each analysis will include a link to the example dataset's page on [refine.bio](https://www.refine.bio/) [refine.bio] as well as step-by-step instructions of how to set up your data and folders for your analysis.
As you become more comfortable with the analysis, we encourage you to switch out this example dataset for another that may better suit your interests and scientific questions.
Each analysis will include a link to the example dataset's page on [refine.bio](https://www.refine.bio/) as well as step-by-step instructions of how to set up your data and folders for your analysis.
As you become more comfortable with the analysis, we encourage you to switch out this example dataset for another that may better suit your interests and scientific questions.
We've placed comments where the code will absolutely need to be changed for a different dataset, but you may find other parts of the analysis you will want to alter to fit your needs.
Each analysis also includes links to resources and documentation that we hope helps you make useful alterations to the analysis.
You will likely encounter errors and bugs as you make changes; don't let this discourage you, it is all a part of the process.
Expand Down
Loading

0 comments on commit 34e4b10

Please sign in to comment.