Skip to content

Commit

Permalink
Glossary remove {r}
Browse files Browse the repository at this point in the history
  • Loading branch information
yeroslaviz committed Nov 28, 2024
1 parent d66d4d4 commit bb28f9c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Glossary.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ bibliography: references.bib
csl: nature.csl
---

```{r}
```
# install.packages("devtools")
#install.packages("glossary")
Expand All @@ -42,7 +42,7 @@ library(glossary)

===== F =====

```{r}
```
glossary_reset()
# add a definition to the table
i <- glossary("FDR", def = "False Discovery Rate", path = NULL)
Expand All @@ -57,7 +57,7 @@ glossary_table() # show table as kable

===== I =====

```{r}
```
glossary_reset()
# add a definition to the table
i <- glossary("iBAQ", def = "Intensity Based Absolute Quantification", path = NULL)
Expand All @@ -73,7 +73,7 @@ glossary_table() # show table as kable

===== L =====

```{r}
```
glossary_reset()
# add a definition to the table
i <- glossary("LFQ", def = "Label-free quantification", path = NULL)
Expand All @@ -83,7 +83,7 @@ glossary_table() # show table as kable

===== M =====

```{r}
```
glossary_reset()
# add a definition to the table
i <- glossary("MALDI", def = "Matrix-assisted laser desorption/ionization", path = NULL)
Expand All @@ -97,7 +97,7 @@ glossary_table() # show table as kable

===== P =====

```{r}
```
glossary_reset()
# add a definition to the table
i <- glossary("PAGE", def = "Polyacrylamide gel electrophoresis", path = NULL)
Expand All @@ -112,7 +112,7 @@ glossary_table() # show table as kable

===== S =====

```{r}
```
glossary_reset()
# add a definition to the table
i <- glossary("SDS", def = "sodium dodecyl sulfate", path = NULL)
Expand All @@ -124,7 +124,7 @@ glossary_table() # show table as kable

===== T =====

```{r}
```
glossary_reset()
# add a definition to the table
i <- glossary("TMT", def = "Tandem mass tag", path = NULL)
Expand Down

0 comments on commit bb28f9c

Please sign in to comment.