Skip to content
Snippets Groups Projects
Commit 254f20c3 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

README.md: objectives of session 2

parent 1f28d0c9
No related branches found
No related tags found
No related merge requests found
......@@ -11,3 +11,16 @@ In this session we play-back the steps of the creation of an Exel table
- data.frame : dim, ncol, nrow
- matrix
- list
## session 2
In this session we extract the list of differentillay expressed genes from a
DESeq2 .csv output. We then extract only the up-regulated and down-regulated
genes.
- load a table: read.table, read.csv
- columns selection : boolean vector
- lines selection : boolean vector
- write a .csv and .Rdata file
- path, working-directory, and .Rhistory file
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