generated from jhudsl/OTTR_Template
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path06-tools-rstudio.Rmd
60 lines (42 loc) · 1.35 KB
/
06-tools-rstudio.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# RStudio
One of the analysis platforms available on AnVIL is RStudio. This platform offers rich genomics support through [Bioconductor](https://anvilproject.org/learn/interactive-analysis/getting-started-with-bioconductor). This chapter focuses on launching and highlighting a few features for RStudio.
## RStudio: Video tutorial
```{r, echo = FALSE, results='asis'}
cow::borrow_chapter(
doc_path = "child/_child_rstudio_video.Rmd",
repo_name = "jhudsl/AnVIL_Template"
)
```
## RStudio: Step-by-step guide
This step-by-step guide provides written instructions and screenshots for getting started with RStudio on AnVIL.
### Launch RStudio Cloud Environment
```{r, echo = FALSE, results='asis'}
cow::borrow_chapter(
doc_path = "child/_child_rstudio_launch.Rmd",
repo_name = "jhudsl/AnVIL_Template"
)
```
### Tour RStudio
```{r, echo = FALSE, results='asis'}
cow::borrow_chapter(
doc_path = "child/_child_rstudio_tour.Rmd",
repo_name = "jhudsl/AnVIL_Template"
)
```
### Pause RStudio {#stopping}
```{r, echo = FALSE, results='asis'}
cow::borrow_chapter(
doc_path = "child/_child_rstudio_pause.Rmd",
repo_name = "jhudsl/AnVIL_Template"
)
```
### Delete RStudio Cloud Environment
```{r, echo = FALSE, results='asis'}
cow::borrow_chapter(
doc_path = "child/_child_rstudio_delete.Rmd",
repo_name = "jhudsl/AnVIL_Template"
)
```
```{r}
sessionInfo()
```