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.

81

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

81 results for “SUMO”

Learn how ShareScore rates datasets ↗
zenodo48/100

Data set for the journal article: Site-Specific Protein Ubiquitylation Using an Engineered, Chimeric E1 Activating Enzyme and E2 SUMO Conjugating Enzyme Ubc9

<p>Mutations observed in evolved chimeric E1 variants. Top row (1.X to 4.X) describes rounds of evolutions with respective variants in the round.&nbsp;</p> <p>Residues that appear to be enriched are highlighted with gray fill. Star (★) marks residues subjected to saturation mutagenesis in the round 4.</p>

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

Generation of synthetic, realistic vehicular traces for three access highways of Quito using SUMO

<p>These files present the maps of three access highways of Quito simulated in SUMO. The contributions are.</p> <ul> <li>Careful validation of the imported maps from OpenStreetMaps (imported in July 2019) including time intervals in traffic lights, location of traffic lights, suppression on non-existing junctions, edges, etc.</li> <li>Simulation of realistic number of vehicles for each road considerings the statistics from traffic authority of Quito</li> <li>Configuration of the 5 generation tools provided in the SUMO package. We used all the meaningful configuration for each tool to obtain synthetic realistic vehicular traces</li> </ul>

opencc-by-4.0Sep 2019View details →
zenodo40/100

Synthetic, realistic vehicular traces for financial district of Quito using SUMO

<p>These files present the map&nbsp;of the financial district of Quito simulated in SUMO. The contributions are.</p> <ul> <li>Careful validation of the imported maps from OpenStreetMaps (imported in November&nbsp;2019) including time intervals in traffic lights, location of traffic lights, suppression on non-existing junctions, edges, etc.</li> <li>Simulation of realistic number of vehicles &nbsp;considering&nbsp;the statistics from traffic authority of Quito</li> <li>Configuration of the generation tools provided in the SUMO package. We used all the meaningful configuration for each tool to obtain synthetic realistic vehicular trace</li> </ul> <p>In addition, we include the scripts and program to analyze vehicular traces from the point of view of vehicular communications. The scripts were developed using awk, bash and R. The software to compute connectivity matrix was developed with C++</p>

opencc-by-4.0May 2020View details →
zenodo40/100

Traffic forecasting with Virtual Induction Loops - SUMO simulation dataset

<p>This repository is associated with my doctoral dissertation titled, &quot;<strong>Smartphone based applications for Road Traffic Telematics</strong>&quot;. In particular this repository serves as the basis of Chapter 7 titled, &quot;<strong>Traffic forecasting with Virtual Induction Loops (VIL)</strong>&quot;. The basic idea is to validate a traffic forecasting system which uses machine learning techniques on the simulation of real traffic flows on a real intersection in the City of Turin. This dataset contains simulation output from SUMO software for 56 real days between the months of October-2017 to April-2018. Details about these days are available in my thesis. For each day, 3 output files are available. Here is the description and naming convention:</p> <ol> <li>M1_100seed_100pr_dump.csv (This is the data dump file from SUMO. It contains flows of every single vehicle that was simulated. Naming convention is day_seed_vilPenetrationRate_dump.csv)</li> <li>M1_100seed_ilNorth_100pr.xml (This is the output from a simulated induction loop for Northbound traffic. Naming convention is day_seed_ilNorth_vilPenetrationRate.xml)</li> <li>M1_100seed_ilSouth_100pr.xml (This is the output from a simulated induction loop for Southbound traffic. Naming convention is day_seed_ilSouth_vilPenetrationRate.xml)</li> </ol> <p>For further details, please refer to my thesis.</p>

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

SUMO intersection model and vehicle trip data

<p>There are two parts of the data: 1) a SUMO model of a typical intersection that consists of 4 approaches, each of which consists of 3 movements (left turn, right turn, and straight); 2) the vehicle trip information data generated by SUMO under different volume files, which is used to train the intersection signal control algorithm.</p> <p>The SUMO model contains five &quot;.xml&quot; files (node, edge, connection, net, and additional files) which are used to construct and configure the model. One can refer to the official SUMO tutorial for the format and functions of these files: (<a href="https://sumo.dlr.de/wiki/Tutorials/Hello_Sumo">https://sumo.dlr.de/wiki/Tutorials/Hello_Sumo</a>)&nbsp;</p> <p>The vehicle trip data is generated by SUMO as an output (which is specified in &quot;.sumocfg&quot; file). One can refer to the official tutorial (<a href="https://sumo.dlr.de/wiki/Simulation/Output/TripInfo">https://sumo.dlr.de/wiki/Simulation/Output/TripInfo</a>) to understand the data format.</p> <p>Note that readers capable to read &quot;.xml&quot; files like Notepad++ are required to read the SUMO model and vehicle trip data.</p>

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

Synthetic dataset for mobile wireless networks with SUMO -- aggregated traces

<p>Aggregated dataset from a published wireless dataset generator base in SUMO mobility model.&nbsp;</p> <p>&nbsp;</p> <p>This work was supported by national funds through Funda&ccedil;&atilde;o para a Ci&ecirc;ncia e a Tecnologia (FCT) with reference UIDB/50021/2020 and SFRH/BD/132053/2017.</p>

opencc-by-4.0Nov 2021View details →
zenodo40/100

SUMO models

<p>SUMo models compressed file&nbsp;is composed of two models: source separation and target separation. These models were trained using the OSTrain dataset (available as a Zenodo DOI at 10.5281/zenodo.8362616) using gradient boosting decision trees (xgboost library in Python). The source separation model was trained&nbsp;with the hyperparameters {colsample_bylevel = 0.7; colsample_bytree = 0.6; gamma = 0.1; learning_rate = 0.1; max_depth = 3; n_estimators = 800; reg_alpha = 1e-5; reg_lambda = 0.1}, and the target separation model was trained with the hyperparameters {colsample_bylevel = 0.4; colsample_bytree = 0.6; gamma = 0.1; learning_rate = 0.1; max_depth = 15; n_estimators = 800; reg_alpha = 1e-5; reg_lambda = 1}. These hyperparameters&nbsp;were obtained&nbsp;using Bayesian optimization and validated using&nbsp;the OSValidate dataset (available as a Zenodo DOI at 10.5281/zenodo.8360991).</p> <p>&nbsp;</p> <p>Once decompressed, the source separation model will be at ./models/source_separation/source_separation_model_bayesian_optimization.joblib, and the target separation model will be at&nbsp;./models/target_separation/target_separation_model_bayesian_optimization.joblib. The files at&nbsp;./models/source_separation/log_parameters.txt and at&nbsp;./models/target_separation/log_parameters.txt contain the log for all the hyperparameter combinations considered during the Bayesian optimization process.</p>

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

sumo_features_for_deepcoffea

<p>SUMo datasets&nbsp;OSTrain, OSValidate, OSTest converted to DeepCoFFEA&#39;s format.</p>

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

Seasonal Foliar Respiration, Assimilation, Growth, Non-structural Carbohydrates and Water Potential data from Survival/Mortality (SUMO) Experiment, Piñon /Juniper Woodland, Los Alamos NM: 2013

These data were collected as part of an ecosystem temperature and precipitation manipulation experiment on mature piñon (Pinus edulis) and juniper (Juniperus monosperma) trees near Los Alamos, New Mexico, USA. The experiment used open-top chambers (OTCs) to manipulate temperature and under-canopy troughs to remove precipitation to test various hypotheses. The data presented herein contain measures of foliar carbon economy (respiration, assimilation, growth, non-structural carbohydrates) and water status (pre-dawn foliar water potential) in the growing season (April – October) of 2013.

openCC (other)Aug 2021View details →
zenodo32/100

Athens Car Traffic data SUMO

Open the record for dataset details and reuse information.

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

SUMO input route files used for experimental testing in Master's dissertation

<p>SUMO Simulator input route files that were used to generate an edge lane emissions file for each of the two scenarios considered in my Master&#39;s dissertation experimental testing.</p>

opencc-by-4.0Jul 2023View details →
zenodo28/100

Dataset related to article Super-resolution study of PIAS SUMO E3-ligases in hippocampal and cortical neurons

<p>Immagini ottenute con la sim e il confocale dei neuroni ippocampali e corticali presenti nelle immagini. Grafici relativi ai coefficenti di localizzazione</p>

opencc-by-4.0Aug 2021View details →
zenodo28/100

F2C precollected dataset in SUMO environment

<p>The dataset is collected by training&nbsp;pure SAC for 1,000,000 steps in SUMO environment.</p>

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

Distinct Adaptive Mechanisms Drive Recovery from Aneuploidy Caused by Loss of the Ulp2 SUMO Protease [WGS]

GEO Series GSE121899. Saccharomyces cerevisiae. 3 samples. Type: Other.

openGEO-OpenNov 2018View details →
geo24/100

Liver transcriptome analysis of obese mice expressing a SUMO-deficient Prox1 (K556R) mutant in hepatocytes

GEO Series GSE237593. Mus musculus. 29 samples. Type: Expression profiling by high throughput sequencing.

openGEO-OpenJul 2023View details →
geo24/100

Most cancer cell lines give very modest transcriptional regulation following treatment with the SUMO activating enzyme inhibitors TAK-981 or ML-792

GEO Series GSE173116. Mus musculus; Homo sapiens. 57 samples. Type: Expression profiling by high throughput sequencing.

openGEO-OpenApr 2021View details →
geo24/100

Gene expression profiles of rescue with wild type or SUMO double mutant TRIM24

GEO Series GSE77140. Homo sapiens. 6 samples. Type: Expression profiling by high throughput sequencing.

openGEO-OpenJan 2018View details →
geo24/100

The UBC9 E2 SUMO conjugating enzyme binds the PR-Set7 histone methyltransferase to facilitate target gene repression

GEO Series GSE30361. Homo sapiens. 4 samples. Type: Expression profiling by array.

openGEO-OpenJul 2011View details →
geo24/100

Transcriptome sequencing of K562 cells stably expressing SUMO negative MYB

GEO Series GSE124542. Homo sapiens. 6 samples. Type: Expression profiling by high throughput sequencing.

openGEO-OpenJul 2023View details →
geo24/100

Rhes, a striatal enriched protein, regulates SUMOylation of nuclear proteins and gene expression in a SUMO-dependent manner

GEO Series GSE150990. Mus musculus. 6 samples. Type: Expression profiling by high throughput sequencing.

openGEO-OpenNov 2020View 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