Skip to content

Commit bb28f9c

Browse files
committed
Glossary remove {r}
1 parent d66d4d4 commit bb28f9c

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Glossary.qmd

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ bibliography: references.bib
2121
csl: 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+
```
4646
glossary_reset()
4747
# add a definition to the table
4848
i <- 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+
```
6161
glossary_reset()
6262
# add a definition to the table
6363
i <- 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+
```
7777
glossary_reset()
7878
# add a definition to the table
7979
i <- 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+
```
8787
glossary_reset()
8888
# add a definition to the table
8989
i <- 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+
```
101101
glossary_reset()
102102
# add a definition to the table
103103
i <- 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+
```
116116
glossary_reset()
117117
# add a definition to the table
118118
i <- 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+
```
128128
glossary_reset()
129129
# add a definition to the table
130130
i <- glossary("TMT", def = "Tandem mass tag", path = NULL)

0 commit comments

Comments
 (0)