Skip to content

Commit

Permalink
update032502
Browse files Browse the repository at this point in the history
  • Loading branch information
lishensuo committed Mar 25, 2024
1 parent c4945e3 commit 0d42f2c
Show file tree
Hide file tree
Showing 7 changed files with 558 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .Rproj.user/65FDE9DB/pcs/source-pane.pper
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"activeTab": 6,
"activeTab": 2,
"activeTabSourceWindow0": 0
}
2 changes: 1 addition & 1 deletion .Rproj.user/65FDE9DB/pcs/workbench-pane.pper
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"TabSet1": 5,
"TabSet1": 0,
"TabSet2": 0,
"TabZoom": {}
}
1 change: 1 addition & 0 deletions .Rproj.user/65FDE9DB/sources/prop/INDEX
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ C%3A%2FUsers%2Fxiaoxin%2FDesktop%2Fbookdown%2Fdevelop%2FUCSCXenaShiny_Book%2F12-
C%3A%2FUsers%2Fxiaoxin%2FDesktop%2Fbookdown%2Fdevelop%2FUCSCXenaShiny_Book%2F12-app-personalTPC.Rmd="0D15BF0E"
C%3A%2FUsers%2Fxiaoxin%2FDesktop%2Fbookdown%2Fdevelop%2FUCSCXenaShiny_Book%2F13-app-personalTPC-2.Rmd="1196FB78"
C%3A%2FUsers%2Fxiaoxin%2FDesktop%2Fbookdown%2Fdevelop%2FUCSCXenaShiny_Book%2F14-app-download.Rmd="C171CFF3"
C%3A%2FUsers%2Fxiaoxin%2FDesktop%2Fbookdown%2Fdevelop%2FUCSCXenaShiny_Book%2FREADME.md="B2613820"
C%3A%2FUsers%2Fxiaoxin%2FDesktop%2Fbookdown%2Fdevelop%2FUCSCXenaShiny_Book%2F_main.Rmd="18ABA108"
C%3A%2FUsers%2Fxiaoxin%2FDesktop%2Fbookdown%2Fdevelop%2FUCSCXenaShiny_Book%2F_output.yml="40EA59EC"
C%3A%2FUsers%2Fxiaoxin%2FDesktop%2Fbookdown%2Fdevelop%2FUCSCXenaShiny_Book%2Findex.Rmd="38BBD1FC"
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
.Rhistory
.RData
.Ruserdata
/.Rproj.user
/.Rproj.user
/.Rproj.user
.Rproj.user/65FDE9DB/pcs/source-pane.pper
15 changes: 4 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
Welcome!

This is a minimal example of a book based on R Markdown and **bookdown** (https://github.com/rstudio/bookdown).
- **UCSCXenaShiny** is an R package for interactively exploring UCSC Xena datasets. It is mainly designed to provide a web app (built on the top of [`{shiny}`](https://shiny.rstudio.com/) framework and [`{UCSCXenaTools}`](https://github.com/ropensci/UCSCXenaTools/) package) for downloading, analyzing and visualizing datasets from [UCSC Xena](https://xenabrowser.net/datapages/).
- In the latest version, the application can support both general and personalized tumor molecular analysis with versatile functional modules and user-friendly interface layouts. Overall, our tool aims to make best use of public omics data from UCSC Xena and assist broad user community with precision oncology research.
- Here, we have prepared the tutorial book (https://github.com/lishensuo/UCSCXenaShiny_Book.io) to introduce the detailed usage of UCSCXenaShiny based on R Markdown and [bookdown](https://github.com/rstudio/bookdown).

This template provides a skeleton file structure that you can edit to create your book.

The contents inside the .Rmd files provide some pointers to help you get started, but feel free to also delete the content in each file and start fresh.

Additional resources:

The **bookdown** book: https://bookdown.org/yihui/bookdown/

The **bookdown** package reference site: https://pkgs.rstudio.com/bookdown
![p0000](https://raw.githubusercontent.com/lishensuo/images2/main/img01/p0000.png)
546 changes: 546 additions & 0 deletions docs/example_report.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ github-repo: rstudio/bookdown-demo
knitr::include_graphics('images/p0000.png')
```

Here, we have prepared the tutorial book to introduce the detailed usage of UCSCXenaShiny. Firstly, we will start with the basic knowledge of UCSC Xena repository and its data hubs in **Chapter \@ref(intro)**. Then, the following chapters can be generally divided into two parts for the usage of R package and Shiny App:
Here, we have prepared the tutorial book to introduce the detailed usage of UCSCXenaShiny based on R Markdown and [bookdown](https://github.com/rstudio/bookdown). Firstly, we will start with the basic knowledge of UCSC Xena repository and its data hubs in **Chapter \@ref(intro)**. Then, the following chapters can be generally divided into two parts for the usage of R package and Shiny App:

#### Part Ⅰ {-}

Expand Down

0 comments on commit 0d42f2c

Please sign in to comment.