Skip to main content
Powered by ShareScore

Find research datasets worth reusing

Search datasets from major research repositories and use ShareScore to quickly assess how well each record supports discovery, access, and reuse.

3,871

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

3,871 results for “quantitative”

Learn how ShareScore rates datasets ↗
zenodo44/100

Assessing Quality Variations in Early Career Researchers' Data Management Plans: Quantitative Data of the Content Analysis

<p>The data includes the numerical results of the ranking of the data management plans created during the Basics of Research Data Management (BRDM) courses worth 3 ECTS credits in the years 2020 - 2022. The ranking was made using the Finnish DMP Evaluation Guidance (https://doi.org/10.5281/zenodo.4729831). Additionally, the data contains the results of the analysis of the best RDM practices included in the DMPs.</p> <p>Note 1: The comma-separated coded CSV version 1 (5.2.2024) may not open correctly on MacOS. You can use the comma-delimited CSV file version 2 or 3 (31.5.2024).</p> <p>Note 2: Versions 1 (Quality_variations_in_ECRs_DMPs_data) and 3 (Quality_variations_in_ECRs_DMPs_data_ver_3) contain evaluations of DMPs, best practices for data management, as well as methods for data sharing, storage, and preservation. In version 2 (Quality_variations_in_ECRs_DMPs_data_ver_2), the methods for data sharing, storage, and preservation are missing.</p> <p>Data is related to the research article https://doi.org/10.2218/ijdc.v18i1.873.</p>

opencc-by-4.0Feb 2024View details →
zenodo44/100

Quantitative account of social interactions in a mental health care ecosystem: cooperation, trust and collective action

<p>Mental disorders have an enormous impact in our society, both in personal terms and in the economic costs associated with their treatment. In order to scale up services and bring down costs, administrations are starting to promote social interactions as key to care provision. We analyze quantitatively the importance of communities for effective mental health care, considering all community members involved. By means of citizen science practices, we have designed a suite of games that allow to probe into different behavioral traits of the role groups of the ecosystem. The evidence reinforces the idea of community social capital, with caregivers and professionals playing a leading role. Yet, the cost of collective action is mainly supported by individuals with a mental condition - which unveils their vulnerability. The results are in general agreement with previous findings but, since we broaden the perspective of previous studies, we are also able to find marked differences in the social behavior of certain groups of mental disorders. We finally point to the conditions under which cooperation among members of the ecosystem is better sustained, suggesting how virtuous cycles of inclusion and participation can be promoted in a &rsquo;care in the community&rsquo; framework.</p>

opencc-by-sa-4.0Feb 2018View details →
zenodo44/100

Data and Statistical analysis for: "Predator in the pool? A quantitative evaluation of non-indexed open access journals in aquaculture research"

<p>Data and Statistical analysis for: &quot;Predator in the pool? A quantitative evaluation of non-indexed open access journals in aquaculture research&quot; published in&nbsp;<em>Frontiers in Marine Science</em></p>

openmit-licenseMar 2018View details →
zenodo44/100

Structure of Complement C3(H2O) Revealed By Quantitative Cross-Linking/Mass Spectrometry And Modeling

<p>The slow but spontaneous and ubiquitous formation of C3(H2O), the hydrolytic and conformationally rearranged product of C3, initiates antibody-independent activation of the complement system that is a key first line of antimicrobial defense. The structure of C3(H2O) has not been determined. Here we subjected C3(H2O) to quantitative cross-linking/mass spectrometry (QCLMS). This revealed details of the structural differences and similarities between C3(H2O) and C3, as well as between C3(H2O) and its pivotal proteolytic cleavage product, C3b, which shares functionally similarity with C3(H2O). Considered in combination with the crystal structures of C3 and C3b, the QCMLS data suggest that C3(H2O) generation is accompanied by the migration of the thioester-containing domain of C3 from one end of the molecule to the other. This creates a stable C3b-like platform able to bind the zymogen, factor B, or the regulator, factor H. Integration of available crystallographic and QCLMS data allowed the determination of a 3D model of the C3(H2O) domain architecture. The unique arrangement of domains thus observed in C3(H2O), which retains the anaphylatoxin domain (that is excised when C3 is enzymatically activated to C3b), can be used to rationalize observed differences between C3(H2O) and C3b in terms of complement activation and regulation.</p> <p><strong>For more information</strong>&nbsp;about how to reproduce this modeling, see the&nbsp;<a href="https://salilab.org/Complement/">Sali lab website</a> or the README file.</p>

opencc-by-sa-4.0Jul 2016View details →
zenodo44/100

3D IQ Test Task (3D-IQTT) - A Dataset for Quantitative Evaluation of 3D Reconstruction from 2D Images

<p>3D reconstruction is mostly evaluated qualitatively. With this dataset, we are introducing a new difficult quantitative task, the 3D IQ test task (3D-IQTT).</p> <p>It is designed to be similar to mental rotation questions found in some IQ tests. Each element in the dataset consists of 4 images: reference object and answers 1-3. One of the answers is the reference object&nbsp;but randomly rotated. For every question, dataset users have to use their model to pick the rotated model out of the 3 possible&nbsp;answers.</p> <p>The dataset encourages semi-supervised or unsupervised 3D reconstruction because it contains a large corpus of unlabeled data and only a small set of labeled data where the correct answer is known.</p> <p>All the images are of blocky 3D shapes floating in space in front of a black background.</p> <p>Demo scripts for loading/processing the dataset can be found at&nbsp;<a href="https://github.com/fgolemo/3D-IQTT">https://github.com/fgolemo/3D-IQTT</a></p> <p>The dataset consists of:</p> <ul> <li> <pre>3diqtt-v2-train.h5 (XZ-compressed)</pre> <strong>(Training Dataset)</strong> <ul> <li> <pre>/labeled</pre> <ul> <li> <pre>/questions</pre> format: [10,000 x 4 x 128 x 128 x 3], corresponding to (10k items) x (reference + 3 answers) x (img width) x (img height) x (RGB), np.float32 in range [0,1]</li> <li> <pre>/answers</pre> format: [10,000], corresponding to (10k answers), np.uint8, one of the following three items: [0,1,2]</li> </ul> </li> <li> <pre>/unlabeled</pre> <ul> <li> <pre>/questions</pre> format: [100,000 x 4 x 128 x 128 x 3], corresponding to (100k items) x (reference + 3 answers) x (img width) x (img height) x (RGB), np.float32 in range [0,1]</li> </ul> </li> </ul> </li> <li> <pre>3diqtt-v2-test.h5</pre> <strong>(Test Dataset)</strong> <ul> <li> <pre>/questions</pre> format: [10,000 x 4 x 128 x 128 x 3], corresponding to (10k items) x (reference + 3 answers) x (img width) x (img height) x (RGB), np.float32 in range [0,1].<br> <strong>Important! This is what you have to evaluate yourself on. We have the correct answers but they are not public.</strong></li> </ul> </li> <li> <pre>3diqtt-v2-val.h5</pre> <strong>(Validation Dataset)</strong> <ul> <li> <pre>/questions</pre> format: [10,000 x 4 x 128 x 128 x 3], corresponding to (10k items) x (reference + 3 answers) x (img width) x (img height) x (RGB), np.float32 in range [0,1]</li> <li> <pre>/answers</pre> format [10,000], corresponding to (10k answers), np.uint8, one of the following three items: [0,1,2]</li> </ul> </li> </ul> <p>&nbsp;</p> <p><strong>Important:</strong> Before use, the main training dataset (3diqtt-v2-train.h5.xz) needs to be decompressed. This can take up to 24h depending on your hardware. We apologize&nbsp;for any inconvenience caused by this. The uncompressed file has a size of ~74GB. The reason for this compression was a restriction on the size of individual files. The command for decompression&nbsp;is &quot;<strong>unxz</strong><strong>&nbsp;3diqtt-v2-train.h5.xz</strong>&quot; on Unix machines.</p> <p><strong>If you use this dataset, please cite it.</strong></p>

opencc-by-nc-sa-4.0Feb 2019View details →
zenodo44/100

Dataset: Publication cultures and Dutch research output: a quantitative assessment

<p>Dataset belonging to the report:&nbsp;<a href="https://doi.org/10.5281/zenodo.2643360">Publication cultures and Dutch research output: a quantitative assessment</a></p> <p>&nbsp;</p> <p>On the report:</p> <p>Research into publication cultures commissioned by VSNU and carried out by Utrecht University Library has detailed university output beyond just journal articles, as well as the possibilities to assess open access levels of these other output types. For all four main fields reported on, the use of publication types other than journal articles is indeed substantial. For Social Sciences and Arts &amp; Humanities in particular (with over 40% and over 60% of output respectively not being regular journal articles) looking at journal articles only ignores a significant share of their contribution to research and society. This is not only about books and book chapters, either: book reviews, conference papers, reports, case notes (in law) and all kinds of web publications are also significant parts of university output.</p> <p>Analyzing all these publication forms and especially determining to what extent they are open access is currently not easy. Even combining some the largest citation databases (Web of Science, Scopus and Dimensions) leaves out a lot of non-article content and in some fields even journal articles are only partly covered. Lacking metadata like affiliations and DOIs (either in the original documents or in the scholarly search engines) makes it even harder to analyze open access levels by institution and field. Using repository-harvesting databases like BASE and NARCIS in addition to the main citation databases improves understanding of open access of non-article output, but these routes also have limitations. The report has recommendations for stakeholders, mostly to improve metadata and coverage and apply persistent identifiers.</p>

opencc-by-4.0Apr 2019View details →
zenodo44/100

Forschungsdaten/Visualisierungen zu: "Microblogging in den Informationswissenschaften - Quantitative Untersuchungen exemplarischer Communities auf Twitter"

<p>Dieses Datenset enth&auml;lt zus&auml;tzliche Forschungsdaten zur Bachelorarbeit <a href="https://opus4.kobv.de/opus4-fhpotsdam/frontdoor/index/index/docId/2340">&quot;Microblogging in den Informationswissenschaften - Quantitative Untersuchungen exemplarischer Communities auf Twitter&quot;</a>. Eine genaue Erl&auml;uterung der einzelnen Dateien findet in der Arbeit selbst statt. Die hier enthaltenen Personendaten wurden nicht anonymisiert, enthalten jedoch rein &ouml;ffentlich zug&auml;ngliche Informationen.</p> <p>Zus&auml;tzlich sind hier einzelne Visualisierungen aus der Arbeit im PDF-Format enthalten.</p>

opencc-by-4.0May 2019View details →
Figshare44/100

High-Resolution Quantitative Phase Imaging of Plasmonic Metasurfaces with Sensitivity down to a Single Nanoantenna_experimental dataset

<p>This dataset shares the data presented in the paper &quot;Geometric-phase microscopy for high-resolution quantitative phase imaging of plasmonic metasurfaces with sensitivity down to a single nanoantenna&quot; available in open access under&nbsp;<a href="https://doi.org/10.5281/zenodo.3355170">10.5281/zenodo.3355170</a>.&nbsp;The archive contains experimental files titled with references to the figures as they appear in the paper.&nbsp;</p>

opencc-by-4.0Dec 2017View details →
zenodo44/100

Contemporary phenotypic change in plant quantitative traits

<p>This is a new version of the Gorn&eacute; &amp; D&iacute;az 2017 database (doi:10.5281/zenodo.580095). We cheked&nbsp;the categorization of each case, fixed&nbsp;of some mistakes. Also, we&nbsp;disambiguated&nbsp;the trait type moderator and add a&nbsp;new (mean based) measure of change.</p> <p>This database included studies that provide data of changes in quantitative traits of angiosperms within a known temporal framework (&lt;300 years). The search was performed by Scopus (www.scopus.com), up to 22 December 2015 (search strings in Gorn&eacute; and D&iacute;az 2017). The database includes studies that measured intraspecific change in a quantitative trait and which report the elapsed time when the phenotypic change occurred. The studies recorded a single population before and after a change in the environment or compared two (or more) populations by measuring a quantitative trait across two situations, where one of them was a new condition of known age. Both, by measuring change directly in the field or&nbsp;by performing common condition experiments (e.g. common garden experiments or&nbsp;reciprocal transplants). Studies reporting results from artificial selection or interspecific hybridization were excluded. The environmental changes included expansions of distributional range, soil or air pollution, exposure to herbicides, changes in salinity, pH, climate, disturbance or irrigation regime, and addition or loss of species in the local community. All data available in each study were recorded, including several observations of the same species. These procedures resulted in a database containing 1716 observations from 128 studies, with changes in populations of 152 species from 34 families, in elapsed times of &lt; 260 years, and covering a wide range of traits, lifespan, growth forms and environmental situations.</p> <p>All data points were categorized according to biological properties of the study system (lifespan, growth form, trait type) and methodological ones. The amount and rate of phenotypic change is expresed as&nbsp;the standardized mean difference Hedges <em>g</em> (Hedges 1981, 1982), a rate of change which is the Hedges <em>g</em> over the elapsed time in years, and the log-transformation of both of them.&nbsp;The standardized mean difference is equal to the <em>haldane</em> numerator, which is a standard rate of evolution (Haldane 1949; Gingerich 1993). In addition, we upgraded the D&iacute;az and Gorn&eacute; (2017) database, computing the response ratio effect size (<em>logRR</em>) (Hedges et al. 1999) whenever possible. The response ratio is a mean-scaled metric equal to the <em>darwins</em> numerator (Haldane 1949). So that we compute a rate of change similar to <em>darwins</em> (time expressed as years instead of million years).</p> <p>&nbsp;</p> <p>contact email address: gorneld@gmail.com</p>

opencc-by-4.0Jul 2019View details →
zenodo44/100

Quantitative assessment of research data management practice

<p>This survey aims to investigate research data management practices in academic institutions. The survey comprises questions common to all institutions as well as institution-specific ones. Common questions were drafted in the frame of a collaboration between several RDM services: Tu Delft (team effort), EPFL (team effort), University of Cambridge (notably Marta Busse) and&nbsp; University of Illinois (notably Heidi Imker). The first survey was run by TU Delft and EPFL only end of 2017. In total, 1263 responses where collected (680 from TU Delft, 235 from EPFL and 348 from the University of Cambridge) and are published here. The results of each institution are provided in Microsoft Excel 2007 (XLSX) format. Consolidated results are provided in CSV format</p> <p>The first lines of the CSV file contains the question asked to researchers. Each further line contains the response of a researcher; answers to institution-specific questions are set to N/A for researchers of the other institutions. Column delimiters are commas(,), quote chars are double-quotes (&quot;) and subfield separators are semi-columns (;). The text encoding is UTF-8.</p> <p>More information about this survey as well as the exact survey questions and a detailed description how the survey might be re-used by other institutions is available on the project page on the Open Science Framework: htts://osf.io/mz3fx/ For any questions contact datastewards@tudelft.nl or researchdata@epfl.ch</p>

opencc-by-4.0Feb 2018View details →
zenodo44/100

Data For Scalco et al. Clinicopathological correlates of quantitative Amyloid-B Pathology in the Temporal Cortex: Machine learning analysis of 131 cases from an ADRC

<p>Dataset containing 131 de-identified whole slide images (WSIs) with a respective data dictionary.&nbsp;</p> <p><strong>Paper</strong>: Scalco, R., Oliveira, L.C., Lai, Z. et al. Machine learning quantification of Amyloid-&beta; deposits in the temporal lobe of 131 brain bank cases. acta neuropathol commun 12, 134 (2024). https://doi.org/10.1186/s40478-024-01827-7</p> <p><strong>Details</strong>: A total of 131 .svs. WSIs, de-identified using svs-deidentifier v 0.9.1-beta (https://github.com/pearcetm/svs-deidentifier/releases). Dataset is uploaded in batches due to Zenodo data upload limitations.</p> <p><strong>Slide curation/preparation</strong>: All samples were retrieved from archives of the University of California, Davis Alzheimer&rsquo;s Disease Center Brain Bank (<a href="https://www.ucdmc.ucdavis.edu/alzheimers/">https://www.ucdmc.ucdavis.edu/alzheimers/</a>). Archival samples analyzed in this study were 5 &mu;m formalin fixed, paraffin embedded sections of the superior and middle temporal gyrus from human brain. The tissue had been previously stained with an amyloid-&beta; antibody (4G8, recognizing residues 17-24, BioLegend, formerly Covance) that were first pretreated with formic acid to rid samples of endogenous protein. All slides were digitized using an Aperio AT2 between 20x and 40x magnification.</p> <p><strong>Code:</strong> Please refer to <a href="https://github.com/ucdrubinet/BrainSec">https://github.com/ucdrubinet/BrainSec</a> and&nbsp;<a href="https://github.com/keiserlab/plaquebox-paper">https://github.com/keiserlab/plaquebox-paper</a></p>

opencc-by-4.0Feb 2024View details →
zenodo44/100

A proteome-wide quantitative platform for nanoscale spatially resolved extraction of membrane proteins into native nanodiscs

<p><strong>EM Quantitation:</strong></p> <p>Raw data gathered from EM images taken to determine nanodisc population size distribution.</p> <p>&nbsp;</p> <p><strong>NNB TGN46 analysis:</strong></p> <p>Data analysis of the Native Nanobleach experiments of TGN46 in native nanodiscs to determine population distribution of oligomeric organizations.</p> <p>&nbsp;</p> <p><strong>Polymer conditions:</strong></p> <p>Physiochemical characteristic and extraction conditions for all polymers in the library both commercially available and in-house.</p> <p>&nbsp;</p> <p><strong>Protein groups polymer screen original file:</strong></p> <p>Original output of MaxQuant data processing of polymer screen data.</p> <p>&nbsp;</p> <p><strong>Organelle matching:</strong></p> <p>Code used for mathcing proteins identified in the proteomics output to organelle or residence for all organellar annotations.</p> <p>&nbsp;</p> <p><strong>Polymer code:</strong></p> <p>Code used to process and normalize the MaxQuant output and calulate extraction efficiency across all detected proteins.</p> <p>&nbsp;</p> <p><strong>MAP Library Details:</strong></p> <p>Graphic and table explaining chemical details of all polymer used in the screen, both commerically available and in-house synthesized.</p> <p>&nbsp;</p> <p><strong>NNB TGN46:</strong></p> <p>Raw scope files for the TIRF microscopy single molecule step photobleaching experiment with TGN46.</p> <p>&nbsp;</p> <p><strong>Organellar Breakdown Database:</strong></p> <p>Proteins detected in the polymer screen through proteomics experiments stratified into organelle of residence.</p> <p>&nbsp;</p> <p><strong>Human Proteome FASTA:</strong></p> <p>The FASTA file used for proteome searching in processing the proteomics data to build the screening database.</p> <p>&nbsp;</p> <p><strong>Hand Curated Organellar Proteomes:</strong></p> <p>Organellar proteomes used for organellar sorting and identification of proteins detected in the screen.</p> <p>&nbsp;</p> <p><strong>Polymer SEC Superdex75:</strong></p> <p>Size exculsion chromatography traces for chloroSMA series of polymers. Was used to characterize length and population polydispersity.</p> <p>&nbsp;</p> <p><strong>Negative Stain Raw:</strong></p> <p>RAW TEM scope images of purified synaptophysin-vamp2 containing nanodiscs. Populatoin size distribution was determined.</p> <p>&nbsp;</p> <p><strong>FSEC Polymer CS80:</strong></p> <p>Fluoresence size exclusion chromatogram for purified synaptophysin-vamp2 containing nanodiscs to ensure population homogeneity and purity.</p> <p><strong>NMR Raw data:</strong></p> <p>NMR raw files for characterizing the in-house synthesized Chloro-SMA series and AASTY series.</p> <p>&nbsp;</p>

opencc-by-4.0May 2024View details →
zenodo44/100

Literature Curated PPIs from "Accurate and Sensitive Interactome Profiling Using a Quantitative Protein-Fragment Complementation Assay"

<p>This dataset includes the literature curated protein-protein interactions supporting the manuscript titled 'Accurate and Sensitive Interactome Profiling Using a Quantitative Protein-Fragment Complementation Assay'.</p>

opencc-by-4.0Sep 2024View details →
zenodo44/100

Raw NanoLuc and NanoBiT Data from "Accurate and Sensitive Interactome Profiling Using a Quantitative Protein-Fragment Complementation Assay"

<p>This dataset includes raw NanoLuc and NanoBiT data supporting the manuscript titled 'Accurate and Sensitive Interactome Profiling Using a Quantitative Protein-Fragment Complementation Assay'.</p>

opencc-by-4.0Sep 2024View details →
zenodo44/100

Analyzed NanoBiT Data from "Accurate and Sensitive Interactome Profiling Using a Quantitative Protein-Fragment Complementation Assay"

<p>This dataset includes analyzed NanoBiT data supporting the manuscript titled 'Accurate and Sensitive Interactome Profiling Using a Quantitative Protein-Fragment Complementation Assay'.</p>

opencc-by-4.0Oct 2024View details →
zenodo44/100

Large Language Models are Easily Confused: A Quantitative Metric, Security Implications and Typological Analysis

<p>This repository contain datasets and results for the paper:</p> <p><strong>Large Language Models are Easily Confused: A Quantitative Metric, Security Implications and Typological Analysis</strong></p> <p>&nbsp;</p> <p><strong>Github repository for the code:&nbsp;</strong></p> <p><a href="https://github.com/siebeniris/QuantifyingLanguageConfusion/tree/main">Quantifying Language Confusion GitHub repo</a></p> <p>&nbsp;</p> <p><strong>DATA</strong> include the following datasets:</p> <p>i) raw language graphs and</p> <p>ii) the calculated language similarities from the language graphs,</p> <p>iii) <strong>MTEI</strong>: the files from the <a href="https://github.com/siebeniris/vec2text_exp/tree/aaai">experimental results of multilingual inversion attacks</a>, and calculated language confusion entropy from the data;</p> <p>iv) <strong>LCB</strong>: the files from the <a href="https://github.com/for-ai/language-confusion?tab=Apache-2.0-1-ov-file#readme">language confusion benchmark</a> and calculated language confusion entropy from the data&nbsp;</p> <p>&nbsp;</p> <p><strong>Results</strong> include&nbsp;aggregated results for further analysis:</p> <p>i) <strong>inversion_language_confusion</strong>: results from MTEI</p> <p>ii) <strong>prompting_language_confusion</strong>: results from LCB</p> <p>&nbsp;</p> <p>&nbsp;</p>

openapache2.0Oct 2024View details →
zenodo44/100

Doctoral Students' Educational Needs in Research Data Management: Quantitative Data of Perceived Importance and Current Competencies

<p>These data sets include numerically coded answers to Likert-like scale questions concerning the importance and perceived current research data management competencies of doctoral students. Interviewees were 35 doctoral students and faculty members. Interview forms are attached. The data is connected with the research article:&nbsp;https://doi.org/10.2218/ijdc.v16i1.684</p>

opencc-by-4.0Feb 2020View details →
zenodo44/100

7T MRI raw data for: A novel phantom with dia- and paramagnetic substructure for quantitative susceptibility mapping and relaxometry

<p>MRI 7 T raw data for the publication &#39;A novel phantom with dia- and paramagnetic substructure for quantitative susceptibility mapping and relaxometry&#39;, in which a phantom was presented that allows for an experimental evaluation of QSM reconstruction algorithms. The phantom contains susceptibility producing particles with dia- and paramagnetic properties embedded in an MRI visible medium (gelatin and agarose gel) and is suitable to assess the performance of algorithms that attempt to separate isotropic dia- and paramagnetic susceptibility at the sub-voxel level. This dataset only contains additional raw data for a phantom that only contains diamagnetic and paramagnetic particles, respectively.</p>

opencc-by-4.0Jul 2021View details →
zenodo44/100

Quantitative monitoring and mapping of the damage in Syria archeological site Afamia (Apamea).

<p>This data is associated with the paper</p> <p><strong>Remote sensing and map quantitative data in an armed conflict zone.</strong></p> <p><strong>Case study: Quantitative monitoring and mapping of the damage in Syria archeological site Afamia (Apamea).</strong></p> <p>This data is arranged in CSV file.</p> <p>TheCSV file (Data-Afamia-Syria-MOBAIED 2023) contains 143,426 rows and 9 columns that represent the 143,426 entities (points) which can be projected under an adapted GIS.</p> <p>The ID for each entity is specified at the column (A), the spatial coordinates are determined under WGS 84 / UTM zone 37N at the columns (B, C, D, E).&nbsp;</p> <p>The category of each entity is described for each of the years of observation at the columns (F, G, H, I) using the following code:</p> <p>(0) Outside of the archeological site Apamea</p> <p>(1) inside of the archeological site Apamea&nbsp;</p> <p>(2)&nbsp;&nbsp;Fields</p> <p>(3) Other</p> <p>(4) Intact Site</p> <p>(5) Intact Fields</p> <p>(7) Previous Clandestine Excavations</p> <p>(8) Recent Clandestine Excavations</p> <p>(9) Traces of former excavations</p>

opencc-by-4.0Jan 2023View details →
zenodo44/100

Hypergraph Factorisation Expression Quantitative Trait Loci

<p>Please cite:</p> <pre><code>Hypergraph factorisation for multi-tissue gene expression imputation. Vinas Torne, Ramon and Joshi, Chaitanya K. and Georgiev, Dobrik and Lin, Phillip and Dumitrascu, Bianca* and Gamazon, Eric* and Lio, Pietro*. *Co-corresponding authors. </code></pre>

opencc-by-4.0Dec 2022View details →

ScienceDex guides

Understand access before you commit

These curated guides explain access requirements, typical timelines, costs, and reuse considerations for widely used research datasets.

Compare curated datasets

Allen Brain Atlas

Allen Brain Atlas is an Allen Institute collection of brain map atlases, datasets, APIs, and analysis tools covering mouse, human, and non-human primate brain resources.

allen-brain-atlas
neuroscienceopenDocumentation, web resources, and API references are available online.
Last verified 2026-04-30Open record

Annotated Behaviour and Observability Dataset (ABODe)

ABODe is a University of Edinburgh DataShare dataset for behavior classification in group-housed mice using home-cage video, identities, bounding boxes, ground-plate positions, and annotator labels.

abode-home-cage
behavioral-neuroscienceopenThe DataShare record exposes download links for annotations, documentation, license text, and the zipped per-snippet data directory.
Last verified 2026-04-30Open record

DANDI Archive for NWB datasets

DANDI is a BRAIN Initiative archive for publishing and sharing neurophysiology data, including electrophysiology, optophysiology, and behavioral data packaged as NWB and related standards.

dandi-nwb
electrophysiologyopenPublished Dandiset metadata and archive endpoints are available through the production DANDI API.
Last verified 2026-04-30Open record

International Brain Laboratory public data

The International Brain Laboratory public data releases expose standardized mouse decision-making experiments, including Neuropixels recordings, widefield calcium imaging, behavior, and session metadata accessed through the ONE API.

ibl
behavioral-neuroscienceopenPublic sessions can be searched and loaded from the IBL public data server through ONE.
Last verified 2026-04-29Open record

OpenNeuro

OpenNeuro is a free, open platform for sharing neuroimaging datasets, with public search, dataset pages, and download paths for web, S3, DataLad, and the OpenNeuro CLI.

openneuro
neuroscienceopenPublished datasets are available on demand over the internet.
Last verified 2026-04-29Open record