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.

16

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

16 results for “Root Detection”

Learn how ShareScore rates datasets ↗
zenodo40/100

Figure 1 in Detection of Male Mediterranean Fruit Flies (Diptera: Tephritidae): Performance of Trimedlure Relative to Capilure and Enriched Ginger Root Oil

Figure 1. Capture of C. capitata males in TML- versus CPL-baited Jackson traps for 3 replicates in an Oahu coffee field. Abscissa represents period of lure ageing, where 0 weeks represents fresh lures. Bar heights indicate mean of 20 traps per lure type; error bars represent + 1 SE. Symbols above bars show results of the Tukey HSD test comparing the 2 lures for each ageing category, where an asterisk indicates P <0.001 and ns indicates no significant difference.

opencc-by-4.0Dec 2013View details →
zenodo36/100

Annotated datasets of Scots pine cross-sectional images for root rot detection and resin detection

<p>These are the annotated datasets used in the publication available at</p> <p><a href="https://doi.org/10.1080/14942119.2024.2327247">https://doi.org/10.1080/14942119.2024.2327247</a></p> <p>The first dataset is for root rot detection, the other dataset is for resin detection. Please see the publication for details.</p>

opencc-by-4.0Sep 2021View details →
zenodo32/100

Supplementary Material - Dataset for "Automating Quantum Software Maintenance: Flakiness Detection and Root Cause Analysis"

<h2>README</h2> <p>The dataset consists of the following components:<br>&nbsp;<br>- `<strong>prompts.txt</strong>`: This file contains the prompts used for large language models.<br>&nbsp;<br>- `<strong>Dataset</strong>` directory: includes general information about the dataset. Specifically, the `dataset.xlsx` file lists flaky and non-flaky tests, along with their root causes and fix types.<br>&nbsp;<br>- `<strong>Full</strong>` directory contains two subdirectories: `Flaky` and `Non-flaky`. Each of these directories is organized by individual GitHub organization projects, with each project having its list of repository subdirectories. These subdirectories are further divided into &ldquo;issues&rdquo; &nbsp;and &ldquo;pull requests&rdquo; (PRs).</p> <p><br>- `<strong>Method</strong>` level subdirectory has a similar structure but contains extracted code snippets at the method level instead of full code listings. The `code.diff` file is copied over and left unaltered. &nbsp;</p> <p><br>- <strong>Issue Directories (IRs):</strong> Named with an `issueID` template, each issue directory contains a `log.issue` file that includes the extracted description, comments, and metadata.<br>&nbsp;<br>- <strong>PR Directories (PRs)</strong>: Named using the `prID` template, each PR directory contains the text, comments, and metadata in the `pr.log` file. The text of the associated issue is stored in the `log.issue` file. Code listings are stored in a file with the `.bug` suffix, while the corresponding fixed version is in a `.fix` file. The `code.diff` file contains the patch that transforms the `.bug` version into the `.fix` version.</p> <p><br><strong>Additional notes:</strong><br>Issues with associated pull requests in `dataset.xlsx` are combined into the pull request directory template. If two pull requests are listed for a row, a PR directory is created for each. Due to updates in the extended dataset, some repositories have been renamed or archived, meaning the current repository directory names in `Dataset` will include both the previous and new names if it has been changed (e.g., a repository previously saved as Qiskit/qiskit-terra may now be saved as Qiskit/qiskit following the renaming from qiskit-terra to qiskit).</p> <h2>Directory Structure:</h2> <p><br>├── prompts.txt<br>├── Dataset/<br>&nbsp; └── dataset.xlsx<br>├── Full/<br>&nbsp; &nbsp;├── Flaky/<br>&nbsp; &nbsp; &nbsp; └── &lt;Organization&gt;/&lt;Repository&gt;/...<br>&nbsp; &nbsp;├── Non-Flaky/<br>&nbsp; &nbsp; &nbsp; └── &lt;Organization&gt;/&lt;Repository&gt;/...<br>├── Method/<br>&nbsp; &nbsp;├── Flaky/<br>&nbsp; &nbsp; &nbsp;└── &lt;Organization&gt;/&lt;Repository&gt;/...<br>&nbsp; &nbsp;├── Non-flaky/<br>&nbsp; &nbsp; &nbsp; &nbsp;└── &lt;Organization&gt;/&lt;Repository&gt;/...</p> <p>&nbsp;</p>

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

EMBEDWATCH: Dynamic Root Cause Detection of Spatial Memory Errors in Embedded Systems

<p>Dataset of firmwares used for the experiments of the paper <em>EMBEDWATCH: Dynamic Root Cause Detection of Spatial Memory Errors in Embedded Systems</em></p>

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

Figure 2 in Detection of Male Mediterranean Fruit Flies (Diptera: Tephritidae): Performance of Trimedlure Relative to Capilure and Enriched Ginger Root Oil

Figure 2. Capture of C. capitata males in TML- versus EGRO-baited Jackson traps for a single replicate in an Oahu coffee field. Abscissa represents period of lure ageing, where 0 weeks represents fresh lures. Bar heights indicate mean of 20 traps per lure type; error bars represent + 1 SE. Symbols above bars show results of the Tukey HSD test comparing the 2 lures for each ageing category, where an asterisk indicates P &lt;0.001 and ns indicates no significant difference.

opencc-by-4.0Dec 2013View details →
zenodo28/100

BARO: Robust Root Cause Analysis for Microservices via Multivariate Bayesian Online Change Point Detection

<p>Artifacts for the paper titled <strong><em>BARO: Robust Root Cause Analysis for Microservices via Multivariate Bayesian Online Change Point Detection</em></strong>.</p> <p>This artifact repository contains 3 compressed folders, as follows:&nbsp;</p> <table> <tbody> <tr> <td><strong>File Name</strong></td> <td><strong>Benchmark System</strong></td> </tr> <tr> <td>fse-ob.zip</td> <td>Online Boutique</td> </tr> <tr> <td>fse-ss.zip</td> <td>Sock Shop</td> </tr> <tr> <td>fse-tt.zip</td> <td>Train Ticket</td> </tr> </tbody> </table> <p>Each zip file contains the collected data from the corresponding microservice benchmark systems (e.g., fse-ob.zip contains metrics data collected from the Online Boutique system).&nbsp;</p> <p><strong><strong>Data description</strong></strong></p> <p>To collect the metrics data, we deploy three benchmark microservice systems: Online Boutique, Sock Shop, and Train Ticket, on a Kubernetes cluster consisting of one master node and five worker nodes. Then, we deploy a monitoring system to monitor and collect resource-level and service-level metrics. To generate traffic, we use the load generators supplied by these systems and tailor them to explore all services with a load of 40-50 requests per second. Initially, we operate the applications normally to gather metrics data under normal conditions. Then, we inject faults into the running services. We execute into the designated container using kubectl exec. For CPU hog and memory leak, we use stress-ng to stress the container resource. For network delay and packet loss, we use tc (traffic control) to manipulate the traffic of the container. Specifically, we inject faults into five targeted services of Sock Shop (carts, catalogue, orders, payment, and user), five targeted services of Online Boutique (adservice, cartservice, checkoutservice, currencyservice, and productcatalogue), and five targeted services of Train Ticket (ts-auth-service, ts-order-service, ts-route-service, ts-train-service, ts-travel-service). For each combination of fault type and targeted service, we repeat the operation (i.e., fault injection and metrics data collection) five times, resulting in 100 failure cases for each benchmark microservice system.</p> <p><strong>Code</strong></p> <p>The code to reproduce the experimental results in the paper is available at <a href="https://github.com/phamquiluan/baro">https://github.com/phamquiluan/baro</a>.</p>

opencc-by-4.0Apr 2024View details →
geo24/100

Detection of siRNA movement in Arabidopsis thaliana using P19 under root cell layer specific expression

GEO Series GSE113029. Arabidopsis thaliana. 8 samples. Type: Expression profiling by high throughput sequencing.

openGEO-OpenApr 2020View details →
zenodo24/100

Traces, Metrics, and Logs for Anomaly Detection and Root Cause Localization in Microservices

<p>Here are the data used in our paper published at ICSE 2023:&nbsp;</p><p>"Eadro: An End-to-End Troubleshooting Framework for Microservices on Multi-source Data".<br><br>Please make sure to cite our paper whenever you use the data in your research:<br><br>@inproceedings{DBLP:conf/icse/LeeYCSL23, &nbsp;author &nbsp; &nbsp; &nbsp; = {Cheryl Lee and &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Tianyi Yang and &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Zhuangbin Chen and &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Yuxin Su and &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Michael R. Lyu}, &nbsp;title &nbsp; &nbsp; &nbsp; &nbsp;= {Eadro: An End-to-End Troubleshooting Framework for Microservices on &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Multi-source Data}, &nbsp;booktitle &nbsp; &nbsp;= {45th {IEEE/ACM} International Conference on Software Engineering, &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;{ICSE} 2023, Melbourne, Australia, May 14-20, 2023}, &nbsp;pages &nbsp; &nbsp; &nbsp; &nbsp;= {1750--1762}, &nbsp;publisher &nbsp; &nbsp;= {{IEEE}}, &nbsp;year &nbsp; &nbsp; &nbsp; &nbsp; = {2023}, &nbsp;url &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= {https://doi.org/10.1109/ICSE48619.2023.00150}, &nbsp;doi &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= {10.1109/ICSE48619.2023.00150}, &nbsp;timestamp &nbsp; &nbsp;= {Wed, 19 Jul 2023 10:09:12 +0200}, &nbsp;biburl &nbsp; &nbsp; &nbsp; = {https://dblp.org/rec/conf/icse/LeeYCSL23.bib}, &nbsp;bibsource &nbsp; &nbsp;= {dblp computer science bibliography, https://dblp.org} }</p>

openFeb 2023View details →
ClinicalTrials.gov24/100

On Previously Root Canal-treated Patients Using an AI Program, Detect the Accuracy of it in the Detection of Root Canal Obturation Quality on CBCT Compared With Conventional PA Radiography, e.g., Void

ClinicalTrials.gov study NCT07056998. IPD Sharing: YES. Countries: 1. Publications: 0.

controlledIPD-YESFeb 2026View details →
ClinicalTrials.gov24/100

Artificial Intelligence to Detect Missed Root Canals in Previously Treated Lower Back Teeth Using 3D Dental Imaging (CBCT)

ClinicalTrials.gov study NCT07077694. IPD Sharing: UNDECIDED. Countries: 1. Publications: 0.

restrictedIPD-UNDECIDEDFeb 2026View details →
ClinicalTrials.gov24/100

Accuracy of Artificial Intelligence Technology in Detecting Number of Root Canal of Human Mandibular Second Molar: Diagnostic Accuracy Experimental Study

ClinicalTrials.gov study NCT07319221. IPD Sharing: YES. Countries: 1. Publications: 0.

controlledIPD-YESFeb 2026View details →
ClinicalTrials.gov24/100

Accuracy of Artificial Intelligence Technology in Detecting Number of Root Canals in Human Mandibular First Molars Obturated and Indicated for Retreatment: Diagnostic Accuracy Experimental Study

ClinicalTrials.gov study NCT06325163. IPD Sharing: Not stated. Countries: 1. Publications: 0.

restrictedIPD-UNDECIDEDFeb 2026View details →
ClinicalTrials.gov24/100

Diagnostic Accuracy of Artificial Intelligence, CBCT, and Clinical Examination in Detecting Number of Root Canals in Conventional and Retreated Maxillary and Mandibular Molars

ClinicalTrials.gov study NCT06712160. IPD Sharing: NO. Countries: 1. Publications: 0.

closedIPD-NOFeb 2026View details →
zenodo20/100

Figure 1. Maximum parsimony rooted phylogenetic tree for a in A Coronavirus Detected in the Vampire Bat Desmodus rotundus

Figure 1. Maximum parsimony rooted phylogenetic tree for a segment of the ORF1b of the Coronavirus genus, showing each of the three groups in the genus and in bold and underlined the strain BatCoV DR/2007 detected in the enteric content of a Desmodus rotundus bat. Numbers at each node are 1,000 replicates bootstrap values.

opennotspecifiedJan 2009View details →
geo16/100

Fingerprinting of the hNGF P61R100E gene expression in rat Dorsal Root Ganglion detected by microarray analysis

GEO Series GSE80257. Rattus norvegicus. 8 samples. Type: Expression profiling by array.

openGEO-OpenApr 2017View details →
zenodo12/100

Supplementary Material - Dataset for "Automating Quantum Software Maintenance: Flakiness Detection and Root Cause Analysis"

Open the record for dataset details and reuse information.

restrictedcc-by-4.0Oct 2024View 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