generated from jhudsl/AnVIL_Template
-
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
Showing
24 changed files
with
1,148 additions
and
737 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
|
||
# (PART\*) BioDIGS Overview {-} | ||
|
||
# Background | ||
|
||
```{r, echo = FALSE, results='asis'} | ||
cow::borrow_chapter( | ||
doc_path = "child/_child_biodigs_overview.Rmd", | ||
branch = "main", | ||
repo_name = "fhdsl/GDSCN_BioDIGS_Book" | ||
) | ||
``` |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Research Team | ||
|
||
```{r, echo = FALSE, results='asis'} | ||
cow::borrow_chapter( | ||
doc_path = "child/_child_research_team.Rmd", | ||
branch = "main", | ||
repo_name = "fhdsl/GDSCN_BioDIGS_Book" | ||
) | ||
``` |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# BioDIGS Data | ||
|
||
```{r, echo = FALSE, results='asis'} | ||
cow::borrow_chapter( | ||
doc_path = "child/_child_data_tour.Rmd", | ||
branch = "main", | ||
repo_name = "fhdsl/GDSCN_BioDIGS_Book" | ||
) | ||
``` |
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
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
|
||
# AnVIL Workspace | ||
|
||
```{r, include = FALSE} | ||
ottrpal::set_knitr_image_path() | ||
``` | ||
|
||
You can easily access the data on AnVIL by cloning the dedicated workspace. These sections guide you through creating an AnVIL account and accessing the workspace. | ||
|
||
|
||
## Create Google Account | ||
|
||
```{r, echo = FALSE, results='asis'} | ||
cow::borrow_chapter( | ||
doc_path = "child/_child_google_create_account.Rmd", | ||
repo_name = "jhudsl/AnVIL_Template" | ||
) | ||
``` | ||
|
||
## Clone the Workspace | ||
|
||
```{r, echo = FALSE, results='asis'} | ||
cow::borrow_chapter( | ||
doc_path = "child/_child_workspace_clone.Rmd", | ||
repo_name = "jhudsl/AnVIL_Template" | ||
) | ||
``` |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.