Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarto GHA Workflow Runner committed Mar 4, 2024
1 parent aaaa198 commit 868acf3
Show file tree
Hide file tree
Showing 17 changed files with 384 additions and 312 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0ee34aa7
66f6b6c6
103 changes: 63 additions & 40 deletions index-preview.html

Large diffs are not rendered by default.

227 changes: 117 additions & 110 deletions index.embed.ipynb

Large diffs are not rendered by default.

105 changes: 64 additions & 41 deletions index.html

Large diffs are not rendered by default.

239 changes: 128 additions & 111 deletions index.out.ipynb

Large diffs are not rendered by default.

20 changes: 11 additions & 9 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ keywords:
- ontologies
- network
abstract: |
This document is part of a series of the analysis of Omics data. Especifically, here is showed how to analyze bulk RNA-Seq data with Bioconductor packages. Also, it's showcased how to make plots of the rna data in the context of differentially gene expression and gene-sets.
This document is part of a series of the analysis of Omics data. Especifically, here is showed how to analyze bulk RNA-Seq data with Bioconductor packages. Also, it's showcased how to make plots of the RNA data in the context of differentially gene expression and gene-sets.
plain-language-summary: |
This document have a example of the analysis of bulk RNA-Seq data.
key-points:
Expand Down Expand Up @@ -79,10 +79,11 @@ use_condaenv("C:/Users/LENOVO/miniconda3/envs/piero", required = TRUE)

### Data Loading

For all the analysis the @airway dataset will be used. Also, the @DESeq2 package will be used for the differential gene expression step.

```{r}
#| echo: true
data("airway")
dds <- DESeqDataSet(se = airway, design = ~ cell + dex)
Expand Down Expand Up @@ -211,6 +212,8 @@ bslib::card(df, full_screen = T)

### Manipulating Annotation with a SQLite DB

For this part of the analysis, is important to use annotation databases, in this case we are gonna use the human h19 genome annotation from the @org.Hs.eg.db package.

```{r}
#| echo: true
Expand Down Expand Up @@ -251,7 +254,7 @@ res.lfc$SYMBOL <-
```

### Construction of Ranks for fgsea
### Construction of Ranks for `fgsea`

```{r}
#| echo: true
Expand All @@ -271,6 +274,8 @@ res.lfc_ranks <-

### Data Manipulation for `GeneTonic`

For this part of the process, the @clusterProfiler package will be used to make the gene sets enrichment analysis. Is important to mention that for this analysis we are gonna analyze only the biological process ontology,

```{r}
#| echo: true
Expand Down Expand Up @@ -360,6 +365,8 @@ htmltools::tagList(list(p))

### `igraph` Object Manipulation

In this part of the analysis, we are gonna make a network analysis with @networkx library from python. But, before that we need to manipulate the data to have a proper input.

Let's build a bipartite undirected adjacency matrix.

$$
Expand Down Expand Up @@ -418,7 +425,6 @@ Gene sets or genes with high hub scores may represent critical regulatory functi

Gene sets or genes identified as high authorities could be central to multiple biological pathways, making them potential biomarkers for diseases or targets for therapeutic intervention. Their importance in various processes makes them subjects of interest for further research and analysis.


```{python}
#| echo: true
Expand Down Expand Up @@ -451,7 +457,7 @@ htmltools::tagList(list(DT::datatable(df_b,extensions = 'Buttons', options = lis
```

We can inspect the log fold change and p-values of some genes and gene sets with high scores.
We can inspect the log fold change and p-values of some genes and gene sets with high scores.

```{r}
#| echo: true
Expand Down Expand Up @@ -559,7 +565,6 @@ htmltools::tagList(list(DT::datatable(df, extensions = 'Buttons', options = list

Also, we can focus on the most connected component of the network


```{python}
#| echo: true
Expand Down Expand Up @@ -673,7 +678,6 @@ htmltools::tagList(list(DT::datatable(df_c, extensions = 'Buttons', options = li
```


```{r}
#| echo: true
Expand All @@ -692,14 +696,12 @@ termDesc(qterms)

Gene co-involvement can be interpreted as the co-involvement of genes in multiple gene sets. The strength of co-involvement can be measured by the number of gene sets in which two genes are both involved.


From a matrix $G_{mxn}$, with m gene sets and n genes, when can compute the gene set similarity matrix $C_{mxm}$ (where each element $c_{ij}$ represents the number of of shared genes between gene sets *i* and *j*) as followed:

$$
C = G^T*G
$$


```{r}
#| echo: true
Expand Down
Binary file modified index_files/figure-html/unnamed-chunk-17-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified index_files/figure-html/unnamed-chunk-21-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified index_files/figure-html/unnamed-chunk-21-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified index_files/figure-html/unnamed-chunk-22-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified index_files/figure-html/unnamed-chunk-24-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified index_files/figure-html/unnamed-chunk-28-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified index_files/figure-html/unnamed-chunk-28-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified index_files/figure-html/unnamed-chunk-28-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified index_files/figure-html/unnamed-chunk-34-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified index_files/figure-html/unnamed-chunk-34-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified index_files/figure-html/unnamed-chunk-34-3.png
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 868acf3

Please sign in to comment.