Getting Access to Shared Data

Summary information on the data shared in NDA is available in the NDA Query Tool without the need for an NDA user account. To request access to record-level human subject data, you must submit a Data Access Request.

NDA Permission Groups consist of one or multiple NDA Collections that contain data with the same subject consents. An NDA Collection is a virtual container for data and other information related to a project/grant. It provides important information about the project, funding amounts, reported enrollment, data sharing schedule, and results.

Broad Use Permission Groups consist of one or multiple NDA Collections that contain data that all have consented for broad research use. Controlled Access Permission Groups consist of one or multiple NDA Collections that contain data with the same subject consent-based data use limitations. Open Access Permission Groups consist of one or multiple NDA Collections that contain data that all have been consented for broad research use and can be accessed by users who are not affiliated with an NIH-recognized research institution.

To get started, create an NDA user account or login into your existing one. Users with NDA credentials may submit Data Access Requests for one permission group at a time, from the NDA Permissions Dashboard . Each request includes an NDA Data Use Certification signed by the lead recipient and an authorized Signing Official from the recipient’s research institution. If you do not know your institution's Signing Official, contact us at the NDA Help Desk . Additional research staff from the same institution may be added to the Data Use Certification by completing the Senior/Key Person Profile (Collaborating Investigator) section. There is no limit to the number of additional staff members who can be added to a data access request, so only one request is needed for your entire lab. All recipients on a Data Use Certification must be affiliated with the recipient’s research institution. Data Access Requests for a given NDA Permission Group are reviewed by an NIH-staffed Data Access Committee.

NDA users submitting Data Access Requests for Broad Use and Controlled Access Permission Groups must be sponsored by an NIH recognized institution with a Federalwide Assurance and have a research-related need to access NDA data. NDA users submitting Data Access Requests for Controlled Access Permission Groups must adhere to consent-based data use limitations. Data Access Requests for Open Access Permission Groups do not require institutional sponsorship. NDA Federated Repositories have their own access requirements. Detailed information about NDA permission groups is maintained at https://nda.nih.gov/nda/about-us.html.

When you are approved to access and do research with data in an NDA Permission Group, you'll have access to query and download all data available using the NDA Query Tool and NDA download tools .

Visit SOP-04 Data Access Permission Request for more information regarding Data Access Requests.

Accessing Data Directly in the Cloud

The mission of the National Institute of Mental Health Data Archive (NDA) is to make research data available for reuse. Data collected across projects can be aggregated and made available using the GUID, including clinical data, and the results of imaging, genomic, and other experimental data collected from the same participants. In this way, separate experiments on genotypes and brain volumes can inform the research community on the over one hundred thousand subjects now contained in the NDA. The NDA’s cloud computation capability provides a framework in support of this infrastructure.

How does it work?

NDA holds and protects rich datasets (fastq, brain imaging) in object-based storage (Amazon S3). To facilitate access, the NDA supports the deployment of data packages (created through the NDA Query tools) to an Amazon Web Service Oracle database. These databases contain a table for each data structure in a package. Associated data files are available via read-only access to NDA’s S3 objects. Addresses for those objects in the associated package are provided in the miNDAR table titled S3_LINKS. By providing this interface, the NDA envisions real-time computation against rich datasets that can be initiated without the need to download full data packages. Furthermore, a new category of data structure has been created called " evaluated data." Tables for these structures will be created for each miNDAR, allowing researchers using NDA cloud capabilities and computational pipelines to write any data directly back to the miNDAR database. This will enable the NDA to make this data available to the general research community when appropriate.

miNDARs can also be populated with your own data and uploaded directly back into the NDA for a streamlined data submission directly from a hosted database.

How do I get started?

The option to launch data packages to a cloud-hosted database will be available during package creation. You can deploy previously generated data packages as well as new ones.

Initiating miNDAR

To move data to Oracle, first create a package in the NDA. Then, following registration, enter the package id and credentials requested on the miNDAR tab. This will start the miNDAR creation process, which takes approximately 10 minutes. Once created, the miNDAR connect details will be emailed to you, and can be used to establish a connection with your credentials.

Accessing Files

Access to download data to non-AWS internet addresses is limited, please read about our user download threshold. Access from AWS internet addresses is unlimited.

Files included in a data package are accessible from Amazon Web Services (AWS) S3 Object Storage. Each miNDAR package will have a table “S3_LINKS” table containing URIs for all objects in that package. Using direct web service calls to Amazon Web Service's S3 API, a third-party tool, or client libraries, data from these objects can be streamed or downloaded.

Authorization to access S3 Objects requires authentication with AWS using temporary AWS credentials or presigned URL. Both forms of authorization are time-limited, and require individual users to authenticate with the package service, and request either credentials or presigned URL for one or more files within a specific package.

Users may access the web service using the swagger user interface, or by writing their own tool.

Examples are provided on the NDA GitHub Page.

Additional Help

Please see our Cloud Tutorials for a video demonstration of how to create a miNDAR. Please contact the Help Desk with any questions.