Skip to content

Commit e3777a1

Browse files
committed
Remove the summer schools working directory section
1 parent dc6ebf7 commit e3777a1

File tree

3 files changed

+4
-30
lines changed

3 files changed

+4
-30
lines changed

Markdowns/07_Data_Exploration.Rmd

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ title: "Introduction to Bulk RNAseq data analysis"
33
subtitle: Initial exploration of RNA-seq data
44
date: '`r format(Sys.time(), "Last modified: %d %b %Y")`'
55
output:
6-
pdf_document:
7-
toc: yes
86
html_document:
97
toc: yes
8+
pdf_document:
9+
toc: yes
1010
bibliography: ref.bib
1111
---
1212

@@ -42,23 +42,6 @@ transformation
4242
* do some initial exploration of the raw count data using principle component
4343
analysis
4444

45-
# Set working directory
46-
47-
Before starting we need to make sure that the working directory for R is set to
48-
the **RNAseq** directory, which contains all the necessary file for these
49-
practicals. You can do this using the menu bar:
50-
51-
`Session` >> `Set Working Directory` >> `Choose Directory ...`
52-
53-
![](images/SetWorkingDirectory.png){width=75%}
54-
55-
56-
or you can use the following code in the R console:
57-
58-
```
59-
setwd("~/Course_Materials/RNAseq")
60-
```
61-
6245
# Data import
6346

6447
First, let's load all the packages we will need to analyse the data.

Markdowns/07_Data_Exploration.html

Lines changed: 2 additions & 11 deletions
Large diffs are not rendered by default.

Markdowns/07_Data_Exploration.pdf

-150 KB
Binary file not shown.

0 commit comments

Comments
 (0)