Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KPMP-5213: Change the dataset information one more time #508

Merged
merged 1 commit into from
Mar 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/DataViz/DataTypeSelector.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ class DataTypeSelector extends Component {
getDataTypeInfo = (dataType) => {
let copy = {
'sn': 'This single-nucleus dataset is comprised of Healthy Reference: KPMP Healthy Reference Living Donor protocol biopsies (10), KPMP Healthy Reference Percutaneous Nephrolithotomy protocol biopsies (2), tumor nephrectomy tissue originating from the KPMP Pilot 1 protocol living donor tumor nephrectomy samples (3), and tissue samples from Human Biomolecular Atlas Program (HuBMAP) and Washington University St. Louis (WUSTL) Kidney Translational Research Center (KTRC) participants (10); CKD: biopsy samples from the KPMP Main Study protocol participants (37); AKI: biopsy samples from the KPMP Main Study protocol participants (16); and DM-R: biopsy samples from the KPMP Main Study protocol participants (2).',
'sc': 'This single-cell dataset is comprised of Healthy Reference: KPMP Healthy Reference Living Donor protocol biopsies (4), KPMP Healthy Reference Percutaneous Nephrolithotomy protocol biopsies (4), and Human Cell Atlas Living Donor biopsies (18), CKD: biopsy samples from the KPMP Main Study protocol participants (37), and AKI: biopsy samples from the KPMP Main Study protocol participants (14).',
'sc': 'This single-cell dataset is comprised of Healthy Reference: KPMP Healthy Reference Living Donor protocol biopsies (4), KPMP Healthy Reference Percutaneous Nephrolithotomy protocol biopsies (4), and Human Cell Atlas Living Donor biopsies (20 samples from 18 participants), CKD: biopsy samples from the KPMP Main Study protocol participants (37), and AKI: biopsy samples from the KPMP Main Study protocol participants (14).',
'rt': 'This regional transcriptomics dataset is comprised of Healthy Reference: tumor nephrectomy tissue originating from the KPMP Pilot 1 protocol and deceased donor nephrectomy samples, CKD: biopsy samples from the KPMP Main Study protocol participants and biopsy samples from the Diabetic Complications Consortium (DiaComp), and AKI: biopsy samples from the KPMP Main Study protocol participants.',
'rp': 'This regional proteomics dataset is comprised of Healthy Reference: tumor nephrectomy tissue originating from Ohio State University living donor tumor nephrectomy samples, CKD: biopsy samples from the KPMP Main Study protocol participants, and AKI: biopsy samples from the KPMP Main Study protocol participants.'
}
Expand Down
Loading