Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoFabbri93 committed May 24, 2024
1 parent 385b4e1 commit ec3c2a9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Analysis.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ author: "Alberto Fabbri"
format: html
---

::: {.content-hidden}
### Install the necessary packages
:::

```{r}
#| label: setup
#| include: false
Expand Down Expand Up @@ -101,7 +105,7 @@ breast_cancer_fovs <- sort(unique(unlist(breast.cancer.patients$fov)))
length(unique(paste([email protected]$core_serial, [email protected]$stamp)))
```

## Tissue micro array
### Tissue micro array

```{r}
#| label: plot-breast-cancer-stamps
Expand Down Expand Up @@ -357,9 +361,9 @@ analyze_patient("3")
### Patient 4

```{r}
analyze_patient("4")
#| label: analyze-patient-4
analyze_patient("4")
```

### Patient 5
Expand Down

0 comments on commit ec3c2a9

Please sign in to comment.