Changes between Version 17 and Version 18 of BIOS_RSC


Ignore:
Timestamp:
May 20, 2020 10:37:46 AM (4 years ago)
Author:
Leon Mei
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BIOS_RSC

    v17 v18  
    2727* Additional documentations about RSC: https://researchclouddocs.readthedocs.io/en/latest/index.html
    2828
    29 = Step 5: Launch your personal BBMRIomics workspace =
     29= Step 5a: Launch or access a BBMRIomics workspace =
    3030* In the main dashboard of Research Cloud, click "Create new workspace" and follow the instructions to configure and start a new workspace.
    3131* 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{{{
     35library(BBMRIomics)
     36data(package="BBMRIomics")
     37bbmri.data("rp3_rp4_meta")
     38head(person)
     39}}}
     40
     41