Skip to content
Snippets Groups Projects
Commit 1cbb9336 authored by Dominik Brilhaus's avatar Dominik Brilhaus
Browse files

missing data for R section

parent 0e6a4ae9
No related branches found
No related tags found
No related merge requests found
File deleted
......@@ -435,7 +435,7 @@ library(ggplot2)
Let's assume you have an Excel file and want to do something to it using R. First, always, always
use tab-delimited text files to move from program to program, no matter which programs you use. Look at
the small tab-delimited txt file in the \$HOME/rnaseq-workshop/\_WorkshopReader/intro\_scripts\_data called "example\_table.txt"
the small tab-delimited txt file in the \$HOME/rnaseq-workshop/\_reader/intro\_scripts\_data called "example\_table.txt"
using a text editor (e.g. `gedit') or LibreOffice Calc (which is just like Excel
except free, open source, and Linux compatible). Next we'll import this into R
\begin{lstlisting}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment