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.

4,694

datasets available to search

ShareScore release 0.7.1

Reset

Dataset results

4,694 results for “data analysis”

Learn how ShareScore rates datasets ↗
zenodo44/100

Research Beyond the Lab, Spring Term 2022, Global Health Engineering, ETH Zurich. Raw data and analysis-ready derived data on waste management in public spaces in Zurich, Switzerland.

<p>This repository contains all raw and derived data produced as part of the <a href="https://rbtl-fs22.github.io/website/">ETH Zurich course &quot;Research Beyond the Lab: Open Science and Research Methods for a Global Engineer&quot; (151-8102-00L)</a> offered in spring term 2022.</p> <p>Students were assigned teams of four to conduct a collaborative research project broadly addressing the theme of &ldquo;Trash in the Public Spaces of Zurich&rdquo; in collaboration with <a href="https://www.stadt-zuerich.ch/ted/de/index/entsorgung_recycling.html">Entsorgung &amp; Recycling Z&uuml;rich (ERZ)</a>, the waste management department at Stadt Z&uuml;rich.</p> <p>Research methods and design are taught in the first half of the course. Surveys and a waste characterisation study are then designed based on the research questions students have developed in their respective teams. The collected raw data is used in the course to teach principles of research data management, tidy data structures, reproducible research with R &amp; RStudio, and collaboration and version control with Git &amp; GitHub.</p>

opencc-by-4.0Nov 2022View details →
zenodo44/100

BOREALIS Power Analysis Code and Data

<p>This contains the code and data necessary to rerun the power analysis used in testing BOREALIS.</p> <p>Borealis is an R library performing outlier analysis for count-based bisulfite sequencing data. It detects outlier methylated CpG sites from bisulfite sequencing (BS-seq). The core of Borealis is modeling Beta-Binomial distributions. This can be useful for rare disease diagnoses.</p>

opencc-by-4.0Nov 2022View details →
zenodo44/100

Atmospheric clumped O2 isotope composition simulation data and analysis scripts from EMAC/aMC models

<p>This publication contains source code, data and analysis scripts/results of the simulations presented in the following manuscript:</p> <blockquote> <p>Laskar, A.H., G.A. Adnew, S.S. Gromov, R. Peethambaran, B. Steil, J. Lelieveld, T. Blunier and T. R&ouml;ckmann (2022). &quot;Large variations in atmospheric oxidants and temperature during the Holocene&quot; (in review)</p> </blockquote> <p>&nbsp;</p> <p><strong>EMAC simulations analysis</strong></p> <p>The analysis contains integrals of species burdens and other atmospheric physicochemical parameters obtained with the clumped isotopes of oxygen (CIO)-enabled ECHAM/MESSy Atmospheric Chemistry model (EMAC, see <a href="https://www.messy-interface.org">MESSy consortium website</a> for more information) model in various climate states. Simulations were performed in 2021&ndash;2022 at the <a href="https://www.dkrz.de">German Climate Computing Centre</a> (DKRZ) with the support of the <a href="https://www.palmod.de">PalMod project</a>.</p> <p>Analysis data is stored in human/machine-readable file <code>D36-EMAC-analysis.dat</code>, please refer to its header for variables description, etc.</p> <p>Additional (to those presented in the manuscript) analysis plots from EMAC data analysis are available in <code>D36-EMAC-analysis.vsz</code> (see the hardcopy in <code>D36-EMAC-analysis.pdf</code>) prepared using the <a href="https://veusz.github.io">Veusz</a> software.</p> <p>&nbsp;</p> <p><strong>2BM/MC (two-box Monte-Carlo) model code, simulation data and analysis</strong></p> <p>2BM/MC code/simulation setup is implemented within the advanced Monte-Carlo framework (aMC) and is available in the <a href="https://gitlab.com/sergey.gromov/amc/-/tree/vpCIO">respective repository</a>. A copy of the source code used to perform simulations is provided here (see <code>aMC-vpCIO.tar.gz</code> archive).</p> <p>2BM/MC output is stored in the <a href="https://www.unidata.ucar.edu/software/netcdf/">netCDF format</a> (ver. 4) and can be read in by any compatible software. The output contains probe statistics (reference <em>probed</em> distributions of the variables) in <code>vpCIO-probe_stat-*.nc</code> and resulting statistics (distributions <em>matching</em> given criteria, i.e. changes to the &Delta;36 signature vs. PD conditions) in <code>vpCIO-delta-*.nc</code> files, respectively.</p> <p>We use <a href="https://ferret.pmel.noaa.gov">NOAA Ferret</a> software to derive additional statistics of the third parameter (viz. average STE (<em>S</em>) changes) over the obtained 2D frequency histograms of other parameters (viz. changes to equilibration rate (<em>Req)</em> and temperature (<em>Teq</em>)). The scripts exemplifying this calculation are presented in <code>D36-vpCIO-analysis__proc*</code> files, which output results/overview plots in <code>vpCIO-delta-*__proc.nc</code> and <code>vpCIO-delta-*.gif</code> files.</p> <p>The analysis of the 2BM/MC simulation is available in <code>D36-vpCIO-analysis.vsz</code> script (see the hardcopy in <code>D36-vpCIO-analysis.pdf</code>) prepared using the <a href="https://veusz.github.io">Veusz</a> software. Note that some plots require the abovementioned third-parameter statistics as input.</p> <p><strong>Performing simulations with 2BM/MC</strong></p> <p>In order to perform simulations (e.g. with altered parameters), please follow the <a href="https://gitlab.com/sergey.gromov/amc/-/tree/vpCIO#integrating-your-code-building-executing">respective guide</a>&nbsp;for and build the <code>aMC-vpCIO</code> model. A typical sequence of shell commands to build and run 2BM/MC (which is referred to as <code>vpCIO</code> generic model within the <code>aMC</code>) is:</p> <pre><code># clone the distribution and check-out `vpCIO` branch or particular commit referenced in the repository history [user@pc]/~&gt; git clone https://gitlab.com/sergey.gromov/amc.git [user@pc]/~&gt; cd amc [user@pc]/~/amc&gt; git checkout vpCIO # or unpack the source code available in this publication: [user@pc]/~&gt; tar -xvf `aMC-vpCIO.tar.gz` [user@pc]/~&gt; cd amc # build the aMC/vpCIO model executable # (note that you need at least a GCC or Intel compiler suite and respective netCDF v.4 library Fortran interface available in your environment): [user@pc]/~/amc&gt; make vpCIO # adjust model setup (see the `vpCIO/amc.nml` namelist) ... # perform simulation [user@pc]/~/amc&gt; cd vpCIO [user@pc]/~/amc/vpCIO&gt; ./xamc # calculate additional statistics/produce overview with NOAA Ferret: [user@pc]/~/amc/vpCIO&gt; ferret -gif -script D36-vpCIO-analysis__proc.jnl MH [user@pc]/~/amc/vpCIO&gt; ./D36-vpCIO-analysis__proc</code></pre> <p>Note that output files contain the build timestamp and repository commit hash for the code used in the simulation, e.g.:</p> <pre><code>[user@pc]/~/amc/vpCIO&gt; ncdump -h ./vpCIO-delta-dMH.nc | grep 'build' :build = "vpCIO@https://gitlab.com/sergey.gromov/amc__aMC_v1.9-110-g2566229@2022-12-09T16:43:12+01:00__built@2022-12-09T16:48:03+01:00__&lt;user&gt;@&lt;email.com&gt;" ;</code></pre> <p>&nbsp;</p> <p>Please contact Sergey Gromov ( sergey.gromov (at) mpic.de ) for additional information and access to the original experiment data.</p> <p>&nbsp;</p>

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

sohamphanseiitb/BIG_Data_5MSEC: BIG Data Analysis of NASA's 5 Millennium Solar Eclipse Database

<p>Solar eclipses are a topic of interest among astronomers, astrologers and the general public as well. There were and will be about 11898 eclipses in the 5 millennia from 2000 BC to 3000 AD. Data visualization and regression techniques offer a deep insight into how various parameters of a solar eclipse are related to each other. Physical models can be verified and can be updated based on the insights gained from the analysis.</p> <p>The study covers the major aspects of data analysis including data cleaning, pre-processing, EDA, distribution fitting, regression and machine learning based data analytics. We provide a cleaned and usable database ready for EDA and statistical analysis.</p>

openother-openDec 2021View details →
zenodo44/100

Dataset for Efficient, robust, and versatile fluctuation data analysis using MLE MUtation Rate calculator (mlemur)

<p>This file contains the R and C++ code used for simulating experiments, simulated fluctuation data, and the results of estimations used in the paper &quot;Efficient, robust, and versatile fluctuation data analysis using MLE MUtation Rate calculator (mlemur)&quot;.</p>

opengpl-2.0Jan 2023View details →
zenodo44/100

Model agreement and trend analysis data associated to the publication: "Impact of climate change on site characteristics of eight major astronomical observatories using high-resolution global climate projections until 2050"

<p>This dataset is associated with the following&nbsp;publication:</p> <p>Haslebacher, C., Demory, M.-E., Demory, B.-O., Sarazin, M., and Vidale, P. L., &ldquo;Impact of climate change on site characteristics of eight major astronomical observatories using high-resolution global climate projections until 2050. Projected increase in temperature and humidity leads to poorer astronomical observing conditions&rdquo;, <em>Astronomy and Astrophysics</em>, vol. 665, 2022. doi:10.1051/0004-6361/202142493.</p> <p>In the folder &#39;model_agreement&#39;, there are pickle files from which a python dictionary can be extracted with:</p> <pre><code>with open('mypklfile.pkl', 'rb') as myfile: dload = pickle.load(myfile)</code></pre> <p>Pickle files ending with &#39;_d_obs_ERA5.pkl&#39; contain in situ data and ERA5 data. Pickle files ending with &#39;d_model.pkl&#39; contain PRIMAVERA model data. A few explanations:<br> - &#39;ds_sel&#39;: contains monthly timeseries of selected intersecting data<br> - &#39;ds_taylor&#39;: contains data used for the Taylor diagram&nbsp;(Figs. 4-10)<br> - &#39;ds_mean_month&#39;: contains seasonal cycle&nbsp;for plotting (Figs. 4-10)<br> -&nbsp;&#39;ds_mean_year&#39;: contains yearly timeseries for plotting (Figs. 4-10)&nbsp;</p> <p>The subfolder &#39;median_nc_u_v_t&#39; contains NETCDF files with the median and interquartile range of the wind speed in u and v direction, the temperature and geopotential height. This was used for Figs. G1-G8 and to calculate the refractive index structure constant Cn2.</p> <p>The subfolder &#39;skill_score_classification&#39; contains csv files with the sorted skill score classifications. The column headers are: model_name, skill score, correlation coefficient, standard deviation, centred root mean square error.</p> <p>The folder &#39;trend_analysis&#39; contains for each variable csv files of ERA5 and PRIMAVERA monthly time series used for&nbsp;trend analysis, pdf files of analysis summaries, csv files of Bayesian analysis results and png files of longitude-latitude maps of trends (analysed with linear regression). Additionally, there is a csv file of&nbsp;averaged in situ pressures.</p> <p>Code that generated and used this data&nbsp;is available on github:&nbsp;<a href="https://github.com/CarolineHaslebacher/Astroclimate-future-project">https://github.com/CarolineHaslebacher/Astroclimate-future-project</a>&nbsp;&nbsp;</p> <p>&nbsp;</p>

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

Data from Time since liver transplantation and immunosuppression withdrawal outcomes: a systematic review with individual patient data meta-analysis

<p>This record provides one CSV file containing anonymized individual patient data (IPD) of pre-withdrawal times (in days) of liver transplant recipients that underwent immunosuppression (IS) withdrawal. Collection and publication of anonymized data was approved by the Ethics Committee Northwest and Central Switzerland. Patients of 15 primary studies are stratified by successfully reaching the state of IS-free operational tolerance (OT) or by developing signs of immunological rejection (non-OT).</p>

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

gnomAD polymorphism and de novo mutation data for analysis of mutation rates in highly mutable gene classes

<p>We analyze the human mutation rate in three gene classes (IGK, RNU, and tRNA)&nbsp;which deviate from the expectations of a mutation rate model. We examine the distribution of allele frequencies for SNVs within these genes and we analyze the counts of de novo mutations stratified by whether the SNV was observed or not.&nbsp;</p> <p>{CHR}_IGK_SFS_v2_denovo.gz: allele frequencies, mutation rate estimates, and whether the de novo mutation was observed for IGK, RNU, and tRNA genes. Based on gnomAD v3.&nbsp;</p> <p>{CHR}_indiv_mu.csv: quality information for variants in these gene classes from the 1kg subset of gnomAD.</p> <p>&quot;CHR&quot;, &quot;POS&quot;, &quot;REF&quot;, &quot;ALT&quot;, &quot;FILTER&quot;, &quot;AC&quot;, &quot;AN&quot;, &quot;MQRankSum&quot;, &quot;pab_max&quot;, &quot;VQSLOD&quot;, &quot;AB&quot;, &quot;PN&quot;, &quot;MR&quot;, &quot;AR&quot;, &quot;MG&quot;, &quot;MC&quot;, &quot;QUAL&quot;</p> <p>all_variants_chr21_mu_h.csv.gz: all variants from chromosome 21 to use for comparing allele frequencies to those in our gene classes.</p> <p>21_indiv_mu_all.csv.gz: quality information from all variants on chromosome 21 from the&nbsp;1kg subset of gnomAD to use for comparison with gene classes.</p> <p>&quot;CHR&quot;, &quot;POS&quot;, &quot;REF&quot;, &quot;ALT&quot;, &quot;FILTER&quot;, &quot;AC&quot;, &quot;AN&quot;, &quot;MQRankSum&quot;, &quot;pab_max&quot;, &quot;VQSLOD&quot;, &quot;AB&quot;, &quot;PN&quot;, &quot;MR&quot;, &quot;AR&quot;, &quot;MG&quot;, &quot;MC&quot;, &quot;QUAL&quot;</p> <p>&nbsp;</p>

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

Data and scripts for reproducing "Optimisation and Analysis of Streamwise-Varying Wall-Normal Blowing in a Turbulent Boundary Layer"

<p>This is the accompanying data and Python scripts to reproduce the figures in &quot;Optimisation and Analysis of Streamwise-Varying Wall-Normal Blowing in a Turbulent Boundary Layer&quot;, submitted to Flow, Turbulence and Combustion.</p>

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

fingeRNAt—A novel tool for high-throughput analysis of nucleic acid-ligand interactions - supplementary data.

<p><b>fingeRNAt—A novel tool for high-throughput analysis of nucleic acid-ligand interactions - supplementary data.</b></p><p>Computational methods play a pivotal role in drug discovery and are widely applied in virtual screening, structure optimization, and compound activity profiling. Over the last decades, almost all the attention in medicinal chemistry has been directed to protein-ligand binding, and computational tools have been created with this target in mind. With novel discoveries of functional RNAs and their possible applications, RNAs have gained considerable attention as potential drug targets. However, the availability of bioinformatics tools for nucleic acids is limited. Here, we introduce fingeRNAt—a software tool for detecting non-covalent interactions formed in complexes of nucleic acids with ligands. The program detects nine types of interactions: (i) hydrogen and (ii) halogen bonds, (iii) cation-anion, (iv) pi-cation, (v) pi-anion, (vi) pi-stacking, (vii) inorganic ion-mediated, (viii) water-mediated, and (ix) lipophilic interactions. However, the scope of detected interactions can be easily expanded using a simple plugin system. In addition, detected interactions can be visualized using the associated PyMOL plugin, which facilitates the analysis of medium-throughput molecular complexes. Interactions are also encoded and stored as a bioinformatics-friendly Structural Interaction Fingerprint (SIFt)—a binary string where the respective bit in the fingerprint is set to 1 if a particular interaction is present and to 0 otherwise. This output format, in turn, enables high-throughput analysis of interaction data using data analysis techniques. We present applications of fingeRNAt-generated interaction fingerprints for visual and computational analysis of RNA-ligand complexes, including analysis of interactions formed in experimentally determined RNA-small molecule ligand complexes deposited in the Protein Data Bank. We propose interaction fingerprint-based similarity as an alternative measure to RMSD to recapitulate complexes with similar interactions but different folding. We present an application of interaction fingerprints for the clustering of molecular complexes. This approach can be used to group ligands that form similar binding networks and thus have similar biological properties. The fingeRNAt software is freely available at https://github.com/n-szulc/fingeRNAt.</p>

openapache2.0Dec 2022View details →
zenodo44/100

Complement activation induces excessive T cell cytotoxicity in severe COVID-19: Analysis of single cell data cohort 1 (Berlin).

<p>This repository contains the R Markdown files with the analysis of CyTOF and scRNA-seq data corresponding to cohort 1 (Berlin) analysed in Georg et al. 2021 &quot;Complement activation induces excessive T cell cytotoxicity in severe COVID-19&quot;. Additionally, here we&nbsp;include&nbsp;the necessary CyTOF data to reproduce this&nbsp;analysis.</p> <p>CyTOF data:</p> <ul> <li>The debarcoded fcs files (before batch-correction) can be found in&nbsp;<a href="https://flowrepository.org/id/FR-FCM-Z4P5">https://flowrepository.org/id/FR-FCM-Z4P5</a>. \</li> <li>Here you can find the necessary data to reproduce the analysis (cytof_analysis.Rmd, cytof_analysis.html): <ul> <li>data_norm_all.csv: single-cell protein expression data (after batch-normalization and in linear scale).</li> <li>data_Tcells_annotated.csv: single-cell protein expression of gated T cells with cluster annotation.</li> <li>phenograph_CD4_k30.csv, phenograph_CD8_k30.csv, phenograph_TCRgd_k30.csv: output from Louvain Clustering computed with PhenoGraph (<a href="https://github.com/jacoblevine/PhenoGraph">https://github.com/jacoblevine/PhenoGraph</a>) per T cell compartment.</li> <li>clusterannotation.csv: annotation for each cluster and metacluster</li> </ul> </li> </ul> <p>scRNA-seq data:</p> <ul> <li>The raw data can be found in&nbsp;<a href="https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE175450">https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE175450</a></li> <li>Other files&nbsp;to reproduce the analysis (scRNAseq_analysis_1preprocessing.Rmd, scRNAseq_analysis_2clustering.Rmd, scRNAseq_analysis_3convalescent.Rmd): <ul> <li><a href="https://zenodo.org/api/files/76286c93-628d-4251-9118-52130d4a75c6/scRNAseq_Sawitzki_RECAST_09_2021.xlsx">scRNAseq_Sawitzki_RECAST_09_2021.xlsx</a>: Single-cell metadata.</li> <li>scRNAseq_samples.tsv: Samples metadata.</li> <li><a href="https://zenodo.org/api/files/76286c93-628d-4251-9118-52130d4a75c6/scRNAseq_genelist_annotation.xlsx">scRNAseq_genelist_annotation.xlsx</a>:&nbsp;<a href="https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE175450">G</a>ene list for the annotation of T cells (Also in Mendeley, see&nbsp;Data and Code Availability).</li> <li><a href="https://zenodo.org/api/files/76286c93-628d-4251-9118-52130d4a75c6/scRNAseq_GO_RESPONSE_TO_TYPE_I_INTERFERON.txt">scRNAseq_GO_RESPONSE_TO_TYPE_I_INTERFERON.txt</a>,&nbsp;<a href="https://zenodo.org/api/files/76286c93-628d-4251-9118-52130d4a75c6/scRNAseq_GO_DEFENSE_RESPONSE_TO_VIRUS.txt">scRNAseq_GO_DEFENSE_RESPONSE_TO_VIRUS.txt</a>,&nbsp;,&nbsp;<a href="https://zenodo.org/api/files/76286c93-628d-4251-9118-52130d4a75c6/scRNAseq_GO_T_CELL_MEDIATED_CYTOTOXICITY.txt">scRNAseq_GO_T_CELL_MEDIATED_CYTOTOXICITY.txt</a>: Gene lists for the signatures &ldquo;Response to Type I Interferon&rdquo; , &ldquo;Defense Response to virus&rdquo; and &ldquo;Cytotoxicity&rdquo; used for GSEA. (Also in&nbsp;Table S2).</li> <li><a href="https://zenodo.org/api/files/76286c93-628d-4251-9118-52130d4a75c6/scRNAseq_traj18_trav10.txt">scRNAseq_traj18_trav10.txt</a>,<a href="https://zenodo.org/api/files/76286c93-628d-4251-9118-52130d4a75c6/scRNAseq_trbv25.txt">scRNAseq_trbv25.txt</a>: sequences to determine&nbsp;the proportion of TRAV10-TRAJ18-TRBV25 pairing T cell clones across all T cell clusters.</li> </ul> </li> </ul>

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

Quantification of Giant Unilamellar Vesicle Fusion Products by High-Throughput Image Analysis - Microscopy Data

<p>Microscopy dataset of multipoint-multichannel images of giant unilamellar vesicles (GUVs) suspensions analysed in&nbsp;&quot;Quantification of Giant Unilamellar Vesicle Fusion Products by High-Throughput Image Analysis&quot; (under revision).</p> <p>Three folders concerning different sections of the work are included. &quot;preliminary analysis.zip&quot; contians the raw files and analysis scripts for recall computation and imaging setup optimization as described in the paper. Timelapse data was excluded due to file size restrictions (available upon request at the corresponding authors of the work).&nbsp;&quot;IFC comparison.zip&quot; contains raw files and analysis scripts used to optimize colocalization computation in lipid exchange and content exchange experiments. &quot;GUV fusion analysis&quot; contains raw files and analysis scripts for the quantification of lipid and content exchange upon sodium chloride-induced aggregation.</p> <p>Further details on the analysis are provided in the paper. The R scripts require files saved upon analysis of the raw files by the ImageJ macro &quot;CE_analysis_CPU.ijm&quot; included here. The R environment of the complete analysis are included in each folder to provide easier access to the elaborated data.</p>

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

Data Analysis files for "Coherent optical control of a superconducting microwave cavity via electro-optical dynamical back-action"

<p>Data analysis files for the manuscript &quot;Coherent optical control of a superconducting microwave cavity via electro-optical dynamical back-action&quot;, <a href="https://www.nature.com/articles/s41467-023-39493-3#data-availability">Nature Communications&nbsp;<strong>14</strong>, 3784&nbsp;(2023)</a>, or&nbsp;<a href="https://arxiv.org/abs/2210.12443">arXiv:2210.12443 (2022)</a></p> <p>This contains the raw data, the data analysis files, and the figure generation files of&nbsp;the manuscript, which includes the following three parts,</p> <p>0. Data preparation</p> <p>The total size of the raw dataset is around 120GB. The raw data is pre-processed via digital down-conversion at 40MHz to obtain the optical/microwave transient response of the electro-optical device in the presence of strong optical pulses at different powers and frequencies.</p> <p>The processed data is adopted for data analysis of the response measurements for convenience.</p> <p>1. Data Analysis</p> <ul> <li>Detailed data analysis of the electro-optical (microwave and optical) responses in presence of the optical pump pulses for different mode and probing configurations.</li> </ul> <p>2. Figures for the manuscripts.</p> <ol> <li>Figures for the optical characterizations</li> <li>Figures for the coherent responses for different configurations</li> <li>Figures for the excess back-action</li> <li>Figures for the theoretical curves in the Supplementary Information&nbsp;</li> </ol>

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

Datasets, reproducible codes, and results for evaluating differential expression analysis methods on population-level RNA-seq data

<p>This upload contains the necessary R codes and data to reproduce the FDR and Power results described in our correspondence &quot;Neglecting normalization impact in semi-synthetic RNA-seq data simulation generates artificial false positives&quot; to Li Y, Ge X, Peng F, Li W, Li JJ, Exaggerated false positives by popular differential expression methods when analyzing human population samples, <em>Genome Biology</em> 23, 79, 2022, DOI: 10.1186/s13059-022-02648-4.</p>

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

Selective Attention VR and PC : Data And Analysis

<p><strong>Data and Analysis Repository for</strong></p> <p><strong>Developing Virtual Reality and Computer Screen Experiments One to One Using Selective Attention as a Case Study</strong></p> <p>June 2023, Rasmus Ahmt Hansen and Marta Topor</p> <p>The current repository holds all data and analysis scripts used in the report named above. Data files are saved in .csv format and analysis scripts were written using R and R Markdown.</p> <p>The report preprint can be accessed at:</p> <p>The study aimed to develop a reliable PC control condition for a VR experiment assessing selective attention in grade 0 children.<br> The selective attention task we developed and implemented can be accessed here:</p> <ul> <li>PC :&nbsp;<a href="https://doi.org/10.5281/zenodo.7844487">https://doi.org/10.5281/zenodo.7844487</a></li> <li>VR :&nbsp;<a href="https://doi.org/10.5281/zenodo.7844593">https://doi.org/10.5281/zenodo.7844593</a></li> </ul> <p><strong>Participants</strong></p> <p>73 grade 0 children from Danish primary schools completed the selective attention test in both VR and PC environments. Performance quality was low and thus we only included 19 participants in final analyses. All data, included and excluded, are openly available in this repository.</p> <p><strong>Data</strong></p> <ul> <li>Raw data from the PC condition can be found in the RAW PC folder</li> <li>Raw data from the VR condition can be found in the RAW VR folder</li> <li>Demographic data, anonymised, can be found in the demographics.csv file</li> <li>The final data from the 19 participants included in statistical analyses can be found in the final_data_set.csv file</li> </ul> <p><strong>Analysis</strong></p> <ul> <li>Demographic analyses can be found in the demographics.R file</li> <li>Data processing, quality control and statistical analyses can be found in the full_analysis_script.Rmd</li> <li>The plots folder holds plots used in the study report</li> </ul>

openother-openJun 2023View details →
zenodo44/100

Data files for:Critical assessment of the chemical space covered by LC-HRMS non-targeted analysis

<p>This upload contains the data&nbsp;for&nbsp;the review: &quot;Critical assessment of the chemical space covered by LC-HRMS non-targeted analysis&quot;.</p> <p>All the files needed to run the code uploaded to GitHub (https://github.com/tobihul/CEC_review_code)&nbsp;can be found here.</p> <p>Included is:&nbsp;</p> <ul> <li>All 2657 structures found in the studied papers with their&nbsp;CID, InChIKey, and SMILES&nbsp;and whether they can be found in MassBank</li> <li>All the experimental parameters retrieved for each study in each category along with the general scope of each study</li> <li>The file with the CID, MW, XLogP3 and experimental parameters for each of the 61&nbsp;papers</li> <li>The CSV file&nbsp;containing all classes of each of the compounds from the papers</li> <li>The CSV with all of the structures used to plot the chemical space of NORMAN SusDat (their CIDs)</li> </ul> <p>&nbsp;</p> <p>&nbsp;</p>

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

Simulation and data analysis for "Center-of-Mass Corrections in Associated Particle Imaging"

<p>IPython notebook used to run simulations and generate all plots the paper &quot;Center-of-Mass Corrections in Associated Particle Imaging&quot;. The notebook also includes some more analysis and plots not shown in the paper.</p>

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

Supplementary data for "Ecological assessment of combined sewer overflow management practices through the analysis of benthic and hyporheic sediment bacterial assemblages of an intermittent stream"

<p><strong>Supplementary data for the Pozzi <em>et al.</em> paper entitled &quot;Ecological assessment of combined sewer overflow management practices through the analysis of benthic and hyporheic microbial assemblages and a tracking of exogenous bacterial taxa in a peri-urban intermittent stream&quot;.</strong></p> <p># Created by Dr Adrien C. MEYNIER POZZI on June, 29th, 2023<br> # Part of DOmic research project funded by the Agence de l&rsquo;Eau - Rh&ocirc;ne M&eacute;diterran&eacute;e Corse [AE-RMC, Project 2020 0702 DOmic, 2020-2023], and of the DOmic extension funded by the EUR H2O&#39;Lyon [ANR-17-EURE-0018] of Universit&eacute; de Lyon<br> # Part of the Chaudanne river long-term experiment site belonging to the Observatoire de Terrain en Hydrologie Urbaine (OTHU)<br> # Part of the work conducted in the team on Opportinistic Bacterial Pathogen in the Environment (BPOE) led by Dr. Benoit Cournoyer<br> # Samples were obtained in 2 campaigns, corresponding to periods before (2010-2011) or after (2018) the implementation of the 91/271/EEC European Directive that limited Combined-Sewer Overflow (CSO) discharges to the Chaudanne river<br> # Samples consisted in surface water, benthic and hyporheic sediments taken in run, riffle and pool geomorphologic features, either upstream or downstream the CSO outlet, plus positive and negative controls</p> <table> <tbody> <tr> <td><strong>Metadata. Name and description of data tables provided as supplementary information</strong></td> </tr> <tr> <td><strong>Data Name</strong></td> <td><strong>Description</strong></td> </tr> <tr> <td>Data S1. River hydrology variables and hydraulic gradients at surveyed transects</td> <td>Array to describe the hydrologic variables and gradients at the studied transects. Top line is header, second line is metadata for each recorded variable, and third line is the unit of the variable, if any.</td> </tr> <tr> <td>Data S2. Environmental variables (water physical-chemistry, nutrients, FIBs, MTEs, PAHs) with metadata</td> <td>An array to list environmental variables for all true samples (n=90) included in the study. Sample identifiers and dates are provided. First 8 rows list the CAS number, SANDRE number, unit, method, limit of quantification and norm&nbsp; for each variable, if any.</td> </tr> <tr> <td>Data S3. Hydrological indices and synthetic variables computed with ClustOfVar</td> <td>Hydrological indices computed for the river flow, precipitations and CSO overflows computed over a 3-week period preceding each sampling date.</td> </tr> <tr> <td>Data S4. Discharge events selected to compute CSO dilution ratios</td> <td>An array to describe CSO events included for the computation of the CSO dilution ratio (SI Data 6A) together with 6 tables and 3 figures (SI Data 6B to 6J) describing the CSO event ratio all year round over the studied period, as well as for events that occurred before or after the CSO was modified and during low flow or high flow season. In SI Data 6A, top line is header and second line is metadata for each recorded variable.</td> </tr> <tr> <td>Data S5. Raw environmental matrix for use in R</td> <td>An array to list experimental design and environmental variables for all true samples and controls. Several environmental variables were synthetized using the ClustOfVar method (Chavent et al (2012) 10.18637/jss.v050.i13). Format is directly usable in R software.</td> </tr> </tbody> </table> <p>&nbsp;</p>

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

Analysis of EV Fires from Accesible Public Domain Data

<p>The incidents of EV fires have been collated from publicly accessible data, aiming to offer insights into potential EV fires in the future. The dataset also includes causes as determined from the reports analyzed.</p>

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

Mapping literature reviews on coral health: A review map, critical appraisal, and bibliometric analysis - Data and Code

<p>Data, code, and supplementary materials for &quot;Mapping literature reviews on coral health: A review map, critical appraisal, and bibliometric analysis&quot; by Burke et al., published in Ecological Solutions and Evidence.</p>

opencc-by-4.0Sep 2023View 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