Tutorial: pull_data_synapse

Introduction

The pull_data_synapse() function accesses the specified version of the clinical and genomic GENIE BPC data from Synapse and reads it into the R environment.  

This vignette will walk a user through the pull_data_synapse() function.

Setup

Access to the GENIE BPC data release folders on ‘Synapse’ is required in order to use this function. To obtain access: For public data releases:

  1. Register for a ‘Synapse’ account. Be sure to create a username and password. Note: do NOT connect via your Google account.

  2. Accept the Synapse account terms of use.

  3. Navigate to GENIE Biopharma Collaborative Public page.

  4. In the Files folder, navigate to Data Releases and click on the cancer cohort and data release version of choice.

  5. Select Request Access, review the terms of data use, and select Accept.

For consortium data releases (restricted to GENIE consortium members & BPC pharmaceutical partners):

  1. Register for a ‘Synapse’ account. Be sure to create a username and password. Note: do NOT connect via your Google account.

  2. Accept the Synapse account terms of use.

  3. Use this link to access the GENIE BPC team list and request to join the team. Please include your full name and affiliation in the message before sending out the request. (Note: Please allow up to a week to review and grant access.)

  4. Once the request is accepted, you may access the data in the GENIE Biopharma Collaborative projects.

  5. In the Files folder, navigate to Data Releases and click on the cancer cohort and data release version of choice.

  6. Select Request Access, review the terms of data use, and select Accept.

Note: permissions for Synapse and permissions for each data release are distinct. Both permissions must be accepted to successfully access the data.

Authenticate yourself

Whether you are using public or consortium data, you will need to authenticate yourself at the beginning of each R session in which you use {genieBPC} to pull data. To set your Synapse credentials during each session, call:

set_synapse_credentials(username = "your_username", password = "your_password")

Alternatively, you can pass your username and password to each individual data pull function if preferred, although it is recommended that you manage your passwords outside of your scripts for security purposes.

Usage

Let’s start by reviewing the pull_data_synapse() arguments.

Argument Description

cohort

Vector or list specifying the cohort(s) of interest. Must be one of 'NSCLC' (Non-Small Cell Lung Cancer), 'CRC' (Colorectal Cancer), 'BrCa' (Breast Cancer), 'BLADDER' (Bladder Cancer), 'PANC' (Pancreatic Cancer), or 'Prostate' (Prostate Cancer)

version

Vector specifying the version of the data. Must be one of the following: 'v1.1-consortium', 'v1.2-consortium', 'v2.1-consortium', 'v2.0-public'. When entering multiple cohorts, the order of the version numbers corresponds to the order that the cohorts are specified; the cohort and version number must be in the same order in order to pull the correct data.

download_location

If `NULL` (default), data will be returned as a list of dataframes with requested data as list items. Otherwise, specify a folder path to have data automatically downloaded there. When a path is specified, data are not read into the R environment.

username

Synapse username

password

Synapse password

 

Examples

Example 1

Pull version 2.0-public of the NSCLC data from Synapse and store in the local environment.

nsclc_2_0 = pull_data_synapse("NSCLC", version = "v2.0-public")

The resulting nsclc_2_0 object is a list of elements, such that each element represents a dataset:

Example 2

Pull version 2.2-consortium of the NSCLC data and version 1.3-consortium of the CRC data.

pull_data_synapse(c("NSCLC", "CRC"), 
                  version = c("v2.2-consortium","v1.3-consortium"))

Example 3

Pull version 1.2-consortium of the NSCLC data and version 1.1-consortium of the CRC data.

pull_data_synapse(c("NSCLC", "CRC"),
                  version = c("v1.2-consortium", "v1.1-consortium"))

Future Work

Differences Between Synapse and cBioPortal Genomic Data

Please note that pulling genomic GENIE data from Synapse using pull_data_synapse() and pulling GENIE data from cBioPortal may result in small differences in the data due to systematic differences in the processing pipelines employed by Synapse and cBioPortal. These differences may include: