@@ -21,7 +21,7 @@ bibliography: references.bib
2121csl : nature.csl
2222---
2323
24- ``` {r}
24+ ```
2525
2626# install.packages("devtools")
2727#install.packages("glossary")
@@ -42,7 +42,7 @@ library(glossary)
4242
4343===== F =====
4444
45- ``` {r}
45+ ```
4646glossary_reset()
4747# add a definition to the table
4848i <- glossary("FDR", def = "False Discovery Rate", path = NULL)
@@ -57,7 +57,7 @@ glossary_table() # show table as kable
5757
5858===== I =====
5959
60- ``` {r}
60+ ```
6161glossary_reset()
6262# add a definition to the table
6363i <- glossary("iBAQ", def = "Intensity Based Absolute Quantification", path = NULL)
@@ -73,7 +73,7 @@ glossary_table() # show table as kable
7373
7474===== L =====
7575
76- ``` {r}
76+ ```
7777glossary_reset()
7878# add a definition to the table
7979i <- glossary("LFQ", def = "Label-free quantification", path = NULL)
@@ -83,7 +83,7 @@ glossary_table() # show table as kable
8383
8484===== M =====
8585
86- ``` {r}
86+ ```
8787glossary_reset()
8888# add a definition to the table
8989i <- glossary("MALDI", def = "Matrix-assisted laser desorption/ionization", path = NULL)
@@ -97,7 +97,7 @@ glossary_table() # show table as kable
9797
9898===== P =====
9999
100- ``` {r}
100+ ```
101101glossary_reset()
102102# add a definition to the table
103103i <- glossary("PAGE", def = "Polyacrylamide gel electrophoresis", path = NULL)
@@ -112,7 +112,7 @@ glossary_table() # show table as kable
112112
113113===== S =====
114114
115- ``` {r}
115+ ```
116116glossary_reset()
117117# add a definition to the table
118118i <- glossary("SDS", def = "sodium dodecyl sulfate", path = NULL)
@@ -124,7 +124,7 @@ glossary_table() # show table as kable
124124
125125===== T =====
126126
127- ``` {r}
127+ ```
128128glossary_reset()
129129# add a definition to the table
130130i <- glossary("TMT", def = "Tandem mass tag", path = NULL)
0 commit comments