forked from jaspershen-lab/mapa
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
218d386
commit 1094ffd
Showing
18 changed files
with
406 additions
and
1,323 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
71 changes: 0 additions & 71 deletions
71
inst/shinyapp/files/47lidJCCicb1zQVjPSJ3321damuoYB/Report/mapa.template.Rmd
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-232 KB
inst/shinyapp/files/47lidJCCicb1zQVjPSJ3321damuoYB/Report/mapa_logo.png
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-630 Bytes
inst/shinyapp/files/47lidJCCicb1zQVjPSJ3321damuoYB/Report/parameters.rda
Binary file not shown.
Binary file removed
BIN
-352 KB
...shinyapp/files/47lidJCCicb1zQVjPSJ3321damuoYB/Report/plot_functional_module.png
Binary file not shown.
Binary file removed
BIN
-159 KB
inst/shinyapp/files/47lidJCCicb1zQVjPSJ3321damuoYB/Report/plot_module.png
Binary file not shown.
Binary file removed
BIN
-160 KB
inst/shinyapp/files/47lidJCCicb1zQVjPSJ3321damuoYB/Report/plot_pathway.png
Binary file not shown.
Binary file removed
BIN
-521 KB
...es/47lidJCCicb1zQVjPSJ3321damuoYB/Report/similarity_network_function_module.png
Binary file not shown.
Binary file removed
BIN
-620 KB
.../shinyapp/files/47lidJCCicb1zQVjPSJ3321damuoYB/Report/similarity_network_go.png
Binary file not shown.
Binary file removed
BIN
-189 KB
...hinyapp/files/47lidJCCicb1zQVjPSJ3321damuoYB/Report/similarity_network_kegg.png
Binary file not shown.
Binary file removed
BIN
-180 KB
...app/files/47lidJCCicb1zQVjPSJ3321damuoYB/Report/similarity_network_reactome.png
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,20 +6,34 @@ output: | |
toc_float: | ||
collapsed: false | ||
smooth_scroll: true | ||
number_sections: true | ||
number_sections: false | ||
date: "2023-12-25" | ||
--- | ||
|
||
```{r setup, include=FALSE} | ||
knitr::opts_chunk$set(echo = TRUE) | ||
``` | ||
|
||
# R Markdown | ||
# Module Annotation for Pathway Analysis | ||
|
||
This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see <http://rmarkdown.rstudio.com>. | ||
The R package "MAPA" represents a significant advancement in the field of bioinformatics, particularly in the analysis of RNA-seq and proteomics data. Developed by Dr. Xiaotao Shen, this tool is available on GitHub at [https://github.com/jaspershen/mapa](https://github.com/jaspershen/mapa). | ||
|
||
When you click the **Knit** button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document. You can embed an R code chunk like this: | ||
MAPA is designed to perform pathway enrichment analysis, a crucial step in understanding the biological significance of large-scale experimental data. By analyzing RNA-seq and proteomics datasets, MAPA helps identify enriched biological pathways, providing insights into the molecular mechanisms underlying specific diseases or phenotypic expressions. | ||
|
||
```{r cars} | ||
summary(cars) | ||
``` | ||
One of the standout features of MAPA is its ability to reduce redundancy in biological information. It achieves this by merging enriched pathways into coherent modules and functional modules This not only simplifies the interpretation of complex datasets but also provides a clearer understanding of the biological processes at play. | ||
|
||
Additionally, MAPA leverages the capabilities of large language models like ChatGPT to interpret and contextualize the biological results. This integration allows for a more nuanced and comprehensive analysis, aligning the computational findings with biological relevance to specific diseases or phenotypes. | ||
|
||
Overall, MAPA serves as an essential tool for researchers and scientists in the field of bioinformatics, offering a sophisticated yet user-friendly approach to pathway analysis and interpretation. Its ability to distill complex datasets into meaningful biological insights is invaluable for advancing our understanding of various biological processes and disease mechanisms. | ||
|
||
# Contacts | ||
|
||
If you have any questions about MAPA, please contact Dr. Xiaotao Shen. | ||
|
||
<i class="fa fa-weixin"></i> [shenzutao1990](https://www.shenxt.info/files/wechat_QR.jpg) | ||
|
||
<i class="fa fa-envelope"></i> [email protected] | ||
|
||
<i class="fa fa-twitter"></i> [Twitter](https://twitter.com/JasperShen1990) | ||
|
||
<i class="fa fa-map-marker-alt"></i> [M339, Alway building, Cooper Lane, Palo Alto, CA 94304](https://www.google.com/maps/place/Alway+Building/@37.4322345,-122.1770883,17z/data=!3m1!4b1!4m5!3m4!1s0x808fa4d335c3be37:0x9057931f3b312c29!8m2!3d37.4322345!4d-122.1748996) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -353,23 +353,44 @@ | |
</div> | ||
|
||
|
||
<div id="r-markdown" class="section level1" number="1"> | ||
<h1><span class="header-section-number">1</span> R Markdown</h1> | ||
<p>This is an R Markdown document. Markdown is a simple formatting | ||
syntax for authoring HTML, PDF, and MS Word documents. For more details | ||
on using R Markdown see <a href="http://rmarkdown.rstudio.com" class="uri">http://rmarkdown.rstudio.com</a>.</p> | ||
<p>When you click the <strong>Knit</strong> button a document will be | ||
generated that includes both content as well as the output of any | ||
embedded R code chunks within the document. You can embed an R code | ||
chunk like this:</p> | ||
<pre class="r"><code>summary(cars)</code></pre> | ||
<pre><code>## speed dist | ||
## Min. : 4.0 Min. : 2.00 | ||
## 1st Qu.:12.0 1st Qu.: 26.00 | ||
## Median :15.0 Median : 36.00 | ||
## Mean :15.4 Mean : 42.98 | ||
## 3rd Qu.:19.0 3rd Qu.: 56.00 | ||
## Max. :25.0 Max. :120.00</code></pre> | ||
<div id="module-annotation-for-pathway-analysis" class="section level1"> | ||
<h1>Module Annotation for Pathway Analysis</h1> | ||
<p>The R package “MAPA” represents a significant advancement in the | ||
field of bioinformatics, particularly in the analysis of RNA-seq and | ||
proteomics data. Developed by Dr. Xiaotao Shen, this tool is available | ||
on GitHub at <a href="https://github.com/jaspershen/mapa">https://github.com/jaspershen/mapa</a>.</p> | ||
<p>MAPA is designed to perform pathway enrichment analysis, a crucial | ||
step in understanding the biological significance of large-scale | ||
experimental data. By analyzing RNA-seq and proteomics datasets, MAPA | ||
helps identify enriched biological pathways, providing insights into the | ||
molecular mechanisms underlying specific diseases or phenotypic | ||
expressions.</p> | ||
<p>One of the standout features of MAPA is its ability to reduce | ||
redundancy in biological information. It achieves this by merging | ||
enriched pathways into coherent modules and functional modules This not | ||
only simplifies the interpretation of complex datasets but also provides | ||
a clearer understanding of the biological processes at play.</p> | ||
<p>Additionally, MAPA leverages the capabilities of large language | ||
models like ChatGPT to interpret and contextualize the biological | ||
results. This integration allows for a more nuanced and comprehensive | ||
analysis, aligning the computational findings with biological relevance | ||
to specific diseases or phenotypes.</p> | ||
<p>Overall, MAPA serves as an essential tool for researchers and | ||
scientists in the field of bioinformatics, offering a sophisticated yet | ||
user-friendly approach to pathway analysis and interpretation. Its | ||
ability to distill complex datasets into meaningful biological insights | ||
is invaluable for advancing our understanding of various biological | ||
processes and disease mechanisms.</p> | ||
</div> | ||
<div id="contacts" class="section level1"> | ||
<h1>Contacts</h1> | ||
<p>If you have any questions about MAPA, please contact Dr. Xiaotao | ||
Shen.</p> | ||
<p><i class="fa fa-weixin"></i> <a href="https://www.shenxt.info/files/wechat_QR.jpg">shenzutao1990</a></p> | ||
<p><i class="fa fa-envelope"></i> <a href="mailto:[email protected]" class="email">[email protected]</a></p> | ||
<p><i class="fa fa-twitter"></i> <a href="https://twitter.com/JasperShen1990">Twitter</a></p> | ||
<p><i class="fa fa-map-marker-alt"></i> <a href="https://www.google.com/maps/place/Alway+Building/@37.4322345,-122.1770883,17z/data=!3m1!4b1!4m5!3m4!1s0x808fa4d335c3be37:0x9057931f3b312c29!8m2!3d37.4322345!4d-122.1748996">M339, | ||
Alway building, Cooper Lane, Palo Alto, CA 94304</a></p> | ||
</div> | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.