Changes between Version 17 and Version 18 of BIOS_RSC
- Timestamp:
- May 20, 2020 10:37:46 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BIOS_RSC
v17 v18 27 27 * Additional documentations about RSC: https://researchclouddocs.readthedocs.io/en/latest/index.html 28 28 29 = Step 5 : Launch your personalBBMRIomics workspace =29 = Step 5a: Launch or access a BBMRIomics workspace = 30 30 * In the main dashboard of Research Cloud, click "Create new workspace" and follow the instructions to configure and start a new workspace. 31 31 * If you don't have budget or sufficient space on your researchdrive anymore, you can also click "Request" button to apply for more resources. 32 * As a member of the same CO, you can also access a running workspace created by another member in the same CO provided the owner agrees. 33 * After you log into the Rstudio UI, you can run the following commands to verify if you have proper access to the BBMRIomics data. 34 {{{ 35 library(BBMRIomics) 36 data(package="BBMRIomics") 37 bbmri.data("rp3_rp4_meta") 38 head(person) 39 }}} 40 41