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.

182

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

182 results for “aaa”

Learn how ShareScore rates datasets ↗
ClinicalTrials.gov20/100

Laparoscopic Versus Open Abdominal Aortic Aneurysm (AAA) Exclusion

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

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

EndoSure Sensor for Long-term Follow-up After Endovascular AAA Repair

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

restrictedIPD-UNDECIDEDFeb 2026View details →
geo20/100

Active transcription and Orc1 drive chromatin association of the AAA+ ATPase Pch2 during meiotic G2/prophase

GEO Series GSE144836. Saccharomyces cerevisiae. 16 samples. Type: Expression profiling by high throughput sequencing; Genome binding/occupancy profiling by high throughput sequencing.

openGEO-OpenJun 2020View details →
geo20/100

Single cell RNAseq analysis of mouse AAA sample

GEO Series GSE141732. Mus musculus. 1 samples. Type: Expression profiling by high throughput sequencing.

openGEO-OpenAug 2020View details →
geo20/100

High throughput sequencing of the small RNAs from banana cv. Grand Naine (AAA group)

GEO Series GSE65727. Musa acuminata AAA Group. 1 samples. Type: Non-coding RNA profiling by high throughput sequencing.

openGEO-OpenFeb 2015View details →
geo16/100

Expression profiling of mRNAs and long noncoding RNAs in mouse Abdominal Aortic Aneurysm (AAA)

GEO Series GSE63396. Mus musculus. 9 samples. Type: Expression profiling by array; Non-coding RNA profiling by array.

openGEO-OpenAug 2017View details →
geo16/100

RNA-sequence analysis of mouse AAA samples obtained from wild type mice and PSGL-1-/- mice induced by DOCA plus salt or not

GEO Series GSE153425. Mus musculus. 13 samples. Type: Expression profiling by high throughput sequencing.

openGEO-OpenDec 2020View details →
geo16/100

Active transcription and Orc1 drive chromatin association of the AAA+ ATPase Pch2 during meiotic G2/prophase [RNA-Seq]

GEO Series GSE144835. Saccharomyces cerevisiae. 4 samples. Type: Expression profiling by high throughput sequencing.

openGEO-OpenJun 2020View details →
geo16/100

Comparative transcriptome analysis of banana (Musa acuminata L. AAA group, cv. Cavendish) leaves and roots in response to low-potassium stress

GEO Series GSE102968. Musa acuminata AAA Group. 4 samples. Type: Expression profiling by high throughput sequencing.

openGEO-OpenDec 2019View details →
geo16/100

Atherosclerotic process regulates arterial damage, abdominal aortic aneurysm (AAA) formation and rupture

GEO Series GSE224587. Homo sapiens. 8 samples. Type: Expression profiling by high throughput sequencing.

openGEO-OpenSep 2024View details →
geo16/100

An intersegmental single-cell profile reveals aortic heterogeneity [AAA]

GEO Series GSE191226. Mus musculus. 2 samples. Type: Expression profiling by high throughput sequencing.

openGEO-OpenMay 2022View details →
zenodo12/100

aaa

<p>test test</p>

restrictedOct 2022View details →
zenodo12/100

aaa

Open the record for dataset details and reuse information.

restrictedcc-by-4.0Apr 2024View details →
zenodo12/100

AAA

<p>AAAA</p>

restrictedJul 2021View details →
zenodo8/100

scRNAseq_Dataset Merge AMI d5 (CD45+Fibroblast) + AAA Kinetik + Cite-Seq_Dataset AG Gerdes

<p>Integration Skript:</p> <p>&nbsp;</p> <p>library(Seurat)<br> library(tidyverse)<br> library(Matrix)</p> <p>#cite &lt;- readRDS(&quot;C:/Users/alex/sciebo/ALL_NGS/scRNAseq/scRNAseq/Merge AAA mit Cite AAA/Cite_seq_v0.41.rds&quot;)<br> #CD45 &lt;- readRDS(&quot;C:/Users/alex/sciebo/ALL_NGS/scRNAseq/scRNAseq/Schrader/Fertige_Analysen/TS_d5_paper/CD45.rds&quot;)<br> AAA &lt;- readRDS(&quot;C:/Users/alex/sciebo/AAA_Zhao_v4.rds&quot;)<br> cite &lt;- readRDS(&quot;C:/Users/alex/sciebo/CITE_Seq_v0.5.rds&quot;)<br> all4 &lt;- readRDS(&quot;C:/Users/alex/sciebo/ALL_NGS/scRNAseq/scRNAseq/Schrader/Fertige_Analysen/Schrader_All4_Rohanalyse/all4_220228.rds&quot;)</p> <p>#fuse lists<br> c &lt;- list(cite, all4, AAA)<br> names(c) &lt;- c(&quot;cite&quot;, &quot;all4&quot;, &quot;AAA&quot;)</p> <p>pancreas.list &lt;- c[c(&quot;cite&quot;, &quot;all4&quot;, &quot;AAA&quot;)]<br> for (i in 1:length(pancreas.list)) {<br> &nbsp; pancreas.list[[i]] &lt;- SCTransform(pancreas.list[[i]], verbose = FALSE)<br> }</p> <p>pancreas.features &lt;- SelectIntegrationFeatures(object.list = pancreas.list, nfeatures = 3000)<br> #options(future.globals.maxSize= 6091289600)<br> #pancreas.list &lt;- PrepSCTIntegration(object.list = pancreas.list, anchor.features = pancreas.features,<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #verbose = FALSE) #future.globals.maxsize was to low. changed it to options(future.globals.maxSize= 1091289600)<br> #identify anchors</p> <p>#alternative from tutorial (https://satijalab.org/seurat/articles/integration_introduction.html)<br> #memory.limit(9999999999)<br> features &lt;- SelectIntegrationFeatures(object.list = pancreas.list, nfeatures = 3000)<br> pancreas.list &lt;- PrepSCTIntegration(object.list = pancreas.list, anchor.features = features)<br> pancreas.anchors &lt;- FindIntegrationAnchors(object.list = pancreas.list, normalization.method = &quot;SCT&quot;, anchor.features = pancreas.features, verbose = FALSE)<br> pancreas.integrated &lt;- IntegrateData(anchorset = pancreas.anchors, normalization.method = &quot;SCT&quot;,<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; verbose = FALSE)</p> <p>&nbsp;</p> <p>setwd(&quot;C:/Users/alex/sciebo/ALL_NGS/scRNAseq/scRNAseq/Schrader/Fertige_Analysen/TS_d5_paper&quot;)</p> <p>saveRDS(pancreas.integrated, file = &quot;integrated_AAA_Cite_AMI.rds&quot;)</p> <p>saveRDS(cd45, file = &quot;integrated_AAA_Cite_CD45.rds&quot;)</p> <p>seurat &lt;- pancreas.integrated</p> <p>#seurat &lt;- readRDS(&quot;C:/Users/alex/sciebo/ALL_NGS/scRNAseq/scRNAseq/Schrader/Fertige_Analysen/TS_d5_paper/integrated_d5_cite.rds&quot;)</p> <p>DefaultAssay(object = seurat) &lt;- &quot;integrated&quot;<br> seurat &lt;- FindVariableFeatures(seurat, selection.method = &quot;vst&quot;, nfeatures = 3000)<br> seurat &lt;- ScaleData(seurat, verbose = FALSE)<br> seurat &lt;- RunPCA(seurat, npcs = 30, verbose = FALSE)<br> seurat &lt;- FindNeighbors(seurat, dims = 1:30)<br> seurat &lt;- FindClusters(seurat, resolution = 0.5)<br> seurat &lt;- RunUMAP(seurat, reduction = &quot;pca&quot;, dims = 1:30)<br> DimPlot(seurat, reduction = &quot;umap&quot;, split.by = &quot;treatment&quot;) + NoLegend()</p> <p><br> DimPlot(seurat, label = T, repel = T) + NoLegend()</p> <p>DefaultAssay(object = seurat) &lt;- &quot;ADT&quot;<br> adt_marker_integrated &lt;- FindAllMarkers(seurat, logfc.threshold = 0.3)<br> write.csv(adt_marker_integrated, file = &quot;adt_marker_all4_integrated.csv&quot;)</p> <p>DefaultAssay(object = seurat) &lt;- &quot;RNA&quot;<br> RNA_marker_integrated &lt;- FindAllMarkers(seurat, logfc.threshold = 0.5)<br> write.csv(RNA_marker_integrated, file = &quot;RNA_marker_all4_integrated.csv&quot;)</p> <p>DimPlot(seurat, label = T, repel = T, split.by = &quot;tissue&quot;) + NoLegend()</p> <p>FeaturePlot(seurat, features = &quot;Cd40&quot;, order = T, label = T)<br> FeaturePlot(seurat, features = &quot;Ms.CD40&quot;, order = T, label = T)</p> <p><br> #####<br> #leanup:<br> &gt; seurat@meta.data[[&quot;sen_score1&quot;]] &lt;- NULL<br> &gt; seurat@meta.data[[&quot;sen_score2&quot;]] &lt;- NULL<br> &gt; seurat@meta.data[[&quot;sen_score3&quot;]] &lt;- NULL<br> &gt; seurat@meta.data[[&quot;sen_score4&quot;]] &lt;- NULL<br> &gt; seurat@meta.data[[&quot;sen_score5&quot;]] &lt;- NULL<br> &gt; seurat@meta.data[[&quot;sen_score6&quot;]] &lt;- NULL<br> &gt; seurat@meta.data[[&quot;sen_score7&quot;]] &lt;- NULL<br> &gt; seurat@meta.data[[&quot;pANN_0.25_0.1_1211&quot;]]&nbsp; &lt;- NULL<br> &gt; seurat@meta.data[[&quot;DF.classifications_0.25_0.1_1211&quot;]] &lt;- NULL<br> &gt; seurat@meta.data[[&quot;DF.classifications_0.25_0.1_466&quot;]] &lt;- NULL<br> &gt; seurat@assays[[&quot;prediction.score.celltype&quot;]] &lt;- NULL<br> &gt; seurat@meta.data[[&quot;predicted.celltype&quot;]] &lt;- NULL<br> &gt; seurat@meta.data[[&quot;DF.classifications_0.25_0.1_184&quot;]] &lt;- NULL<br> &gt; seurat@meta.data[[&quot;DF.classifications_0.25_0.1_953&quot;]] &lt;- NULL<br> &gt; seurat@meta.data[[&quot;integrated_snn_res.3&quot;]] &lt;- NULL<br> &gt; seurat@meta.data[[&quot;RNA_snn_res.3&quot;]] &lt;- NULL<br> &gt; seurat@meta.data[[&quot;SingleR&quot;]] &lt;- NULL<br> &gt; seurat@meta.data[[&quot;SingleR_fine&quot;]] &lt;- NULL<br> &gt; seurat@meta.data[[&quot;ImmGen&quot;]] &lt;- NULL<br> &gt; seurat@meta.data[[&quot;ImmGen_fine&quot;]] &lt;- NULL<br> &gt; seurat@meta.data[[&quot;percent.mt&quot;]] &lt;- NULL<br> &gt; seurat@meta.data[[&quot;nCount_integrated&quot;]] &lt;- NULL<br> &gt; seurat@meta.data[[&quot;nFeature_integrated&quot;]] &lt;- NULL<br> &gt; seurat@meta.data[[&quot;S.Score&quot;]] &lt;- NULL<br> &gt; seurat@meta.data[[&quot;G2M.Score&quot;]] &lt;- NULL<br> &gt; seurat@meta.data[[&quot;Phase&quot;]] &lt;- NULL<br> &gt; seurat@meta.data[[&quot;sen_score8&quot;]] &lt;- NULL<br> &gt; seurat@meta.data[[&quot;sen_score9&quot;]] &lt;- NULL<br> &gt; seurat@meta.data[[&quot;sen_score10&quot;]] &lt;- NULL<br> &gt; seurat@meta.data[[&quot;sen_score11&quot;]] &lt;- NULL<br> &gt; seurat@meta.data[[&quot;sen_score12&quot;]] &lt;- NULL<br> &gt; seurat@meta.data[[&quot;sen_score13&quot;]] &lt;- NULL<br> &gt; seurat@meta.data[[&quot;sen_score14&quot;]] &lt;- NULL<br> &gt; seurat@meta.data[[&quot;sen_score15&quot;]] &lt;- NULL<br> &gt; seurat@meta.data[[&quot;sen_score16&quot;]] &lt;- NULL<br> &gt; seurat@meta.data[[&quot;sen_score17&quot;]] &lt;- NULL<br> &gt; seurat@meta.data[[&quot;sen_score18&quot;]] &lt;- NULL<br> &gt; seurat@meta.data[[&quot;sen_score19&quot;]] &lt;- NULL<br> seurat@meta.data[[&quot;pANN_0.25_0.1_184&quot;]] &lt;- NULL<br> seurat@meta.data[[&quot;pANN_0.25_0.1_953&quot;]] &lt;- NULL<br> seurat@meta.data[[&quot;pANN_0.25_0.1_466&quot;]] &lt;- NULL</p> <p>&nbsp;</p> <p>&nbsp;</p>

restrictedMar 2023View details →
openaire8/100

doi_dedup___::cac985e57b9315e211f64b287e6242a7

Open the record for dataset details and reuse information.

May 2011View details →
zenodo4/100

AAA_IR_Int_v1

<p>Integration of AAA and MI Data into one file</p> <p>&nbsp;</p>

restrictedApr 2022View details →
zenodo4/100

aaa

<p>a</p>

restrictedJul 2022View details →
zenodo4/100

aaa

<p>a</p>

restrictedJul 2022View details →
zenodo4/100

aaa

<p>aaaaaaaa</p>

restrictedAug 2019View 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