Skip to content

Commit

Permalink
Merge pull request #504 from KPMP/rlreamy-patch-1
Browse files Browse the repository at this point in the history
Update DataTypeSelector.js
  • Loading branch information
rlreamy authored Mar 19, 2024
2 parents 0bc2d4f + e4371cb commit 487ec76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/DataViz/DataTypeSelector.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ 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, KPMP Healthy Reference Percutaneous Nephrolithotomy protocol biopsies, tumor nephrectomy tissue originating from the KPMP Pilot 1 protocol living donor tumor nephrectomy samples, and tissue samples from Human Biomolecular Atlas Program (HuBMAP) and WU Kidney Translational Research Center (KTRC) participants; CKD: biopsy samples from the KPMP Main Study protocol participants; AKI: biopsy samples from the KPMP Main Study protocol participants; and DM-R: biopsy samples from the KPMP Main Study protocol participants.',
'sc': 'This single-cell dataset is comprised of Healthy Reference: KPMP Healthy Reference Living Donor protocol biopsies, KPMP Healthy Reference Percutaneous Nephrolithotomy protocol biopsies, and Human Cell Atlas Living Donor biopsies, CKD: biopsy samples from the KPMP Main Study protocol participants, and AKI: biopsy samples from the KPMP Main Study protocol participants.',
'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).',
'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

0 comments on commit 487ec76

Please sign in to comment.