forked from regadL/stage_HECINI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsuivi_project.Rmd
96 lines (87 loc) · 2.16 KB
/
suivi_project.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
---
title: "Stage de Akram HECINI (M1-BI)"
author: "Leslie REGAD et Akram HECINI"
date: '`r Sys.Date()`'
output:
html_document:
code_folding: show #hide
self_contained: yes
fig_caption: yes
highlight: pygments #pour les sorties R
theme: spacelab
toc: yes #for add table of contents
toc_depth: 3
toc_float: yes
df_print: paged
keep_md: yes #pour garder le .md after run
slidy_presentation:
smart: no
slide_level: 2
self_contained: yes
fig_caption: yes
fig_height: 6
fig_width: 7
highlight: tango
incremental: no
keep_md: yes
smaller: yes
theme: cerulean
toc: yes
widescreen: yes
ioslides_presentation:
slide_level: 2
self_contained: no
colortheme: dolphin
fig_caption: yes
fig_height: 6
fig_width: 7
fonttheme: structurebold
highlight: tango
smaller: yes
toc: yes
widescreen: yes
pdf_document:
fig_caption: yes
highlight: zenburn
toc: yes
toc_depth: 3
beamer_presentation:
colortheme: dolphin
fig_caption: yes
fig_height: 6
fig_width: 7
fonttheme: structurebold
highlight: tango
incremental: no
keep_tex: no
slide_level: 2
theme: Montpellier
toc: yes
font-import: http://fonts.googleapis.com/css?family=Risque
font-family: Garamond
transition: linear
---
```{r include=FALSE, echo=FALSE, eval=TRUE}
library(knitr)
library(pheatmap)
#library(kableExtra)
# library(formattable)
options(width = 300)
# options(encoding = 'UTF-8')
knitr::opts_chunk$set(
fig.width = 7, fig.height = 5,
fig.path = 'figures/suivi_',
fig.align = "center",
size = "tiny",
echo = TRUE, eval = TRUE,
warning = FALSE, message = FALSE,
results = TRUE, comment = "")
options(scipen = 12) ## Max number of digits for non-scientific notation
# knitr::asis_output("\\footnotesize")
```
# Objectif
Le projet se divisera en deux parties :
* projet 1 : recherche d'un nouveau site de liaison chez PR2 : [Avancée du projet](pocket_PR2.html)
* projet 2 : étude de la conservation des molécules d'eau chez PR1 et PR2
# Bilan des meetings
* meeting du 05/03/2019 : [bilan](meetings/meeting_2019_03_05.html)