Skip to content

Commit

Permalink
cc
Browse files Browse the repository at this point in the history
  • Loading branch information
pipaber committed Apr 30, 2024
1 parent f091b6b commit 6e7f1fe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _freeze/notebooks/TCGA/execute-results/html.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions notebooks/TCGA.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ ggsave(paste0(path,"number_mut_tp53_per_tumor_stage.jpeg"), device = "jpeg")

![Number of mutations on gene TP53 per tumor stage](images/number_mut_tp53_per_tumor_stage.jpeg)

## Linking expression and tumor stage
# Linking expression and tumor stage

```{r}
rnaseq = readData[[2]]
Expand Down Expand Up @@ -362,7 +362,7 @@ boxplot(split(assay(rnaseq)["PAM",], rnaseq$t_stage), main="PAM") # higher ex
boxplot(split(assay(rnaseq)["PAIP2",], rnaseq$t_stage), main="PAIP2")
```

## Linking methylation and expression
# Linking methylation and expression

```{r}
Expand Down
Binary file modified notebooks/images/number_mut_genes_per_tumor_stage.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6e7f1fe

Please sign in to comment.