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.

2,848

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

2,848 results for “sequence data”

Learn how ShareScore rates datasets ↗
zenodo28/100

FIGURE 32 Occulta ocnus comb.n in Combining target enrichment and Sanger sequencing data to clarify the systematics of the diverse Neotropical butterfly subtribe Euptychiina (Nymphalidae, Satyrinae)

FIGURE 32 Occulta ocnus comb.n. Locality records.

opennotspecifiedFeb 2023View details →
zenodo28/100

FIGURE 29 Trico tricolor comb.n in Combining target enrichment and Sanger sequencing data to clarify the systematics of the diverse Neotropical butterfly subtribe Euptychiina (Nymphalidae, Satyrinae)

FIGURE 29 Trico tricolor comb.n. Locality records.

opennotspecifiedFeb 2023View details →
zenodo28/100

FIGURE 25 Xenovena murrayae comb.n in Combining target enrichment and Sanger sequencing data to clarify the systematics of the diverse Neotropical butterfly subtribe Euptychiina (Nymphalidae, Satyrinae)

FIGURE 25 Xenovena murrayae comb.n. Locality records.

opennotspecifiedFeb 2023View details →
zenodo28/100

FIGURE 22 Taguaiba gen.n in Combining target enrichment and Sanger sequencing data to clarify the systematics of the diverse Neotropical butterfly subtribe Euptychiina (Nymphalidae, Satyrinae)

FIGURE 22 Taguaiba gen.n. Species diversity mapped on a 2 degree grid.

opennotspecifiedFeb 2023View details →
zenodo28/100

RAD2-065 Erenna sp. sequence data

<p>RNAseq and genome assembly data for the siphonophore Erenna sp.</p> <p>Files:</p> <p>RAD2-065_ISOseq_clustered.hq.fasta --&gt; PacBio IsoSeq mRNA assembly file</p> <p>RAD2-065.clustered.hq.fasta.transdecoder.pep --&gt; translated proteins from the transcriptome. Includes annotation information from swissprot and pfam.</p> <p>RAD2-065_primary.genome.scf_m1000.fasta --&gt; combined genome assembly. NOTE: only covers a small fraction of the estimated genome of &gt;27Gbp. Contains few genes. Submitted for reference.</p>

openDec 2023View details →
zenodo28/100

Data Repository - Impact of competing energy scales on the shell-filling sequence in elliptic bilayer graphene quantum dots

<p>Data Repository for the Publication: Impact of competing energy scales on the shell-filling sequence in elliptic bilayer graphene quantum dots</p> <p>Abstract:</p> <p>We report on a detailed investigation of the shell-filling sequence in electrostatically defined elliptic bilayer graphene quantum dots (QDs) in the regime of low charge carrier occupation, N &lt; 12, by means of magnetotransport spectroscopy and numerical calculations. We show the necessity of including both short-range electron-electron interaction and wavefunction-dependent valley g-factors for understanding the overall fourfold shell-filling sequence. These factors lead to an additional energy splitting at half-filling of each orbital state and different energy shifts in out-of-plane magnetic fields. Analysis of 31 different BLG QDs reveals that both valley g-factor and electron-electron interaction induced energy splitting increase with decreasing QD size, validating theory. However, we find that the electrostatic charging energy of such gate-defined QDs does not correlate consistently with their size, indicating complex electrostatics. These findings offer significant insights for future BLG QD devices and circuit designs.</p>

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

12S eDNA sequence data from a Maldivian Coral reef

<p>Raw eDNA sequence data and meta (including the tag files) data for the study of a coral reef in the Maldives.</p> <p>Used in the study:&nbsp;Field collections and environmental DNA surveys reveal topographic complexity of coral reefs as a predictor of cryptobenthic biodiversity across small spatial scales</p> <p>&nbsp;</p>

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

Raw sequence data for epiphytic fungi in an alpine grassland

<p>A&nbsp;field investigation for plant surface microbes of two dominant grassland species were conducted through&nbsp;18S rRNA sequencing</p>

opencc-by-4.0Jun 2022View details →
zenodo28/100

Data and code for, "Large language models design sequence-defined macromolecules via evolutionary optimization"

<div> <pre># Codes and data for "Large language models design sequence-defined macromolecules via evolutionary optimization"<br><br>Note this repository contains codes and data files for the manuscript. This is a snapshot of the repository, frozen at the time of submission.<br><br># Codes<br><br>## LLM codes<br>- `run_claude.py` - the routine for performing LLM-based rollouts; intended for command line execution using argparse<br>- `message_utils.py` - utilities for constructing and parsing messages for LLM I/O<br>- `model_utils.py` - lightweight utilities for retrieving formatted predictions from the RNN ensemble<br>- `target_defs.py` - defines the sequence, locations, and natural language descriptions of the target structures<br>- `ask_about_oracle.ipynb` - asks the LLM to speculate about the nature of the optimization task<br><br>## other algorithms<br>- `active_learning.ipynb` - use EI acquisition with RF surrogate to label new sequences; includes an unused tokenization scheme<br>- `evolutionary_algorithm.ipynb` - use DEAP library to perform evolutionary optimization<br>- `random_sampling.ipynb` - sample sequences randomly from all possible sequences<br><br>## postprocessing<br>- `process_aggregated_logs.py` - reads data from the raw log files and prepares them for visualization<br>- `process_sample_rollouts.py` - reads data from the raw log files and prepares individual rollouts<br><br>## visualization<br>- `figure1b.ipynb` - renders panel b of Fig. 1<br>- `figure1efg.ipynb` - renders the last row of Fig. 1 (panels e-g)<br>- `figure2.ipynb` - renders all of Fig. 2<br>- `figure_si.ipynb` - renders Figs. S1 and S2<br>- `figure_md_validation.ipynb` - renders Fig. S3<br><br># Data files<br><br>- `prompts/`<br> - `prompt-scientific-v4.4.yml` - the full text of the scientific prompt, to be read by `run_claude.py`<br> - `prompt-oracle-v4.4.yml` - the full text of the oracle prompt, to be read by `run_claude.py`<br>- `models/` - the TorchScript RNN models used to make predictions<br>- `data/`<br> - `embeddings` - calculated embeddings for a collection of sequences from our prior work<br> - `llm-logs` - the raw logs obtained from the Claude 3.5 Sonnet LLM (other algorithms made to look like the LLM logs after the fact)<br> - `llm-logs-opus` - the raw logs obtained from the Claude 3.0 Opus LLM (used in the first draft of the article, replaced by Claude 3.5 Sonnet) <br> - `all-rollouts-kltd.csv` - postprocessed logs for all the rollouts using the "top $k &lt; d^*$" metric<br> - `all-rollouts-topkd.csv` - postprocessed logs for all the rollouts using the "mean $d$ for top $k$" metric<br> - `sample-rollout-membranes-x-3.csv` - postprocessed logs for a single rollout replica, `x` = each algorithm type<br> - `snapshots` - png snapshots of MD simulation results at different locations in the manifold</pre> </div>

opencc-by-4.0Aug 2024View details →
ClinicalTrials.gov28/100

Real-world Therapy of ALK-positive NSCLC in Sweden: the Sequencing of ALK Tyrosine Kinase Inhibitor Drugs and Their Therapeutic Outcomes Based on Data From National Registers.

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

closedIPD-NOFeb 2026View details →
dryad28/100

Data from: Genome sequences reveal cryptic speciation in the human pathogen Histoplasma capsulatum

Open the record for dataset details and reuse information.

publicNov 2018View details →
dryad28/100

Data from: Single nucleotide polymorphism discovery via genotyping by sequencing to assess population genetic structure and recurrent polyploidization in Andropogon gerardii

Open the record for dataset details and reuse information.

publicJul 2017View details →
dryad28/100

Data from: PSMC (pairwise sequentially Markovian coalescent) analysis of RAD (restriction site associated DNA) sequencing data

Open the record for dataset details and reuse information.

publicOct 2016View details →
dryad28/100

Data from: Ribosomal DNA sequence heterogeneity reflects intra-species phylogenies and predicts genome structure in two contrasting yeast species

Open the record for dataset details and reuse information.

publicMar 2014View details →
dryad28/100

Oxylobus (Asteraceae) analysis DNA sequence data

Open the record for dataset details and reuse information.

publicNov 2021View details →
dryad28/100

Data from: Data decisiveness, data quality, and incongruence in phylogenetic analysis: an example from the monocotyledons using mitochondrial atp A sequences

Open the record for dataset details and reuse information.

publicMar 2008View details →
dryad28/100

Data from: Genome-wide identification of microsatellites and transposable elements in the dromedary camel genome using whole genome sequencing data

Open the record for dataset details and reuse information.

publicJul 2019View details →
dryad28/100

Data from: De novo sequencing, assembly, and annotation of four threespine stickleback genomes based on microfluidic partitioned DNA libraries

Open the record for dataset details and reuse information.

publicJun 2019View details →
dryad28/100

Data from: "Development of the draft genome sequence of the marbled flounder Pseudopleuronectes yokohamae as a reference of population genomic analysis" in Genomic Resources Notes accepted 1 February 2015 – 31 March 2015

Open the record for dataset details and reuse information.

publicMay 2015View details →
dryad28/100

Data from: Intraspecific trait variation and colonization sequence alter community assembly and disease epidemics

Open the record for dataset details and reuse information.

publicApr 2015View 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