A guide to finding, filtering, and accessing pancreatic data
Last updated: May 28, 2026
PanKbase Data Library User Guide
The PanKbase Data Library at https://data.pankbase.org is the primary interface for browsing and searching all datasets in PanKbase. This guide walks you through finding, filtering and accessing the data you need.
| Browse category (/browse) | Search type | Description |
|---|---|---|
| Donor meta-data | HumanDonor | Human donors of pancreatic biosamples |
| Islet biosample meta-data | Biosample | Pancreatic biosamples from donors |
| Measurement Sets | MeasurementSet | Experimental assays of biosamples |
| Intermediate Analysis Results | AnalysisSet (intermediate analysis) | Standardized processing of experimental data |
| Resource Analysis | AnalysisSet (resource analysis) | Resources used for principal analysis (e.g. count matrices) |
| Principal Analysis Results | AnalysisSet (principal analysis) | Final analyses (DE, peak calls, etc.) |
| Workflows | Workflow | Computational analysis pipelines |




Report view appears when exactly one data type is selected. It shows a sortable table and export options.
To exclude a facet term (negative filter): click and hold a facet checkbox briefly. The filter chip will indicate exclusion. This is useful when you want "everything except" a specific value.
Best for: exploring what is available in each category.
Best for: finding data by topic, technology, or free text.
Best for: building cohorts that match specific criteria.
If you know an accession (e.g. PKBDO7330CDCK), use ID search: /id-search?id=PKBDO7330CDCK — you will be redirected to the record if found.

/search/?type=HumanDonor/human-donors/{accession}/On the detail page you will find:
| Facet label (UI) | Example values |
|---|---|
| Diabetes Status | Type 1 Diabetes, Control Without Diabetes, … |
| Gender | Male, Female, Other |
| Ethnicities | Self-reported ethnicity terms |
| GADA / IA-2 / ZNT8 / IAA | Positive, Negative, Unknown |
| Funding | Award component |
| Status | released, in progress, … |
/search/?type=Biosample/primary-islet/{id}/, /tissues/{uuid}/, and othersSample detail pages include:
/search/?type=MeasurementSet/measurement-sets/{id}/Detail pages include:

| Category | When to use |
|---|---|
| Intermediate Analysis | QC, normalized matrices, pipeline intermediates |
| Resource Analysis | Shared resources (e.g. donor × gene count matrices) |
| Principal Analysis | Final results: DE, peaks, cell type annotations |


/search/?type=Workflow/workflows/{id}/
Records are linked across types. Use detail-page links instead of re-searching when possible:
Donor → Samples → Measurement sets → Analysis sets → Files → Workflow
Find all T1D donors with single-cell data:
Access processed beta cell expression data:
| What you need | How to get it |
|---|---|
| Metadata spreadsheet | Report view → Columns → Download metadata as TSV |
| Many data files | Measurement/Analysis set page → Download Files (manifest) |
| Single file | Download icon on file row or file detail page |
| Featured bundles | Homepage carousel → Download (e.g. .tar.gz) |
| Programmatic access | API documentation + GitHub example scripts |
| Raw JSON | Append ?format=json on any object detail page |
| Page | URL |
|---|---|
| Homepage | https://data.pankbase.org/ |
| Browse categories | https://data.pankbase.org/browse |
| Donor search (list) | https://data.pankbase.org/search/?type=HumanDonor |
| Donor search (report) | https://data.pankbase.org/multireport/?type=HumanDonor |
| Site keyword search | https://data.pankbase.org/site-search?term=YOUR_TERM |
| ID lookup | https://data.pankbase.org/id-search?id=ACCESSION |
| Schema browser | https://data.pankbase.org/profiles/ |
| Example scripts | https://github.com/PanKbase/PanKbase-data-library-scripts |