From 9c06bc93880f038bc4932b76418a269929c70b4f Mon Sep 17 00:00:00 2001 From: Ally Hawkins <54039191+allyhawkins@users.noreply.github.com> Date: Tue, 23 Jul 2024 08:59:50 -0500 Subject: [PATCH] remove or not Co-authored-by: Stephanie Spielman --- docs/download_files.md | 2 +- docs/merged_objects.md | 2 +- docs/sce_file_contents.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/download_files.md b/docs/download_files.md index 4dc9851..a1ef7b5 100644 --- a/docs/download_files.md +++ b/docs/download_files.md @@ -104,7 +104,7 @@ Each row corresponds to a unique sample/library combination and contains the fol | `subdiagnosis` | Subcategory of diagnosis or mutation status (if applicable) | | `disease_timing` | At what stage of disease the sample was obtained, either diagnosis or recurrence | | `age` | Age provided by submitter | -| `age_timing` | Whether or not age is the age at diagnosis (`diagnosis`), age at collection (`collection`), or `unknown`| +| `age_timing` | Whether age is the age at diagnosis (`diagnosis`), age at collection (`collection`), or `unknown`| | `sex` | Sex of patient that the sample was obtained from | | `tissue_location` | Where in the body the tumor sample was located | | `participant_id` | Unique id corresponding to the donor from which the sample was obtained | diff --git a/docs/merged_objects.md b/docs/merged_objects.md index 153fa57..4c04b52 100644 --- a/docs/merged_objects.md +++ b/docs/merged_objects.md @@ -198,7 +198,7 @@ metadata(merged_sce)$sample_metadata # sample metadata only for projects with mu | `submitter_id` | Original sample identifier from submitter | | `submitter` | Submitter name/ID | | `age` | Age provided by submitter | -| `age_timing` | Whether or not age is the age at diagnosis (`diagnosis`), age at collection (`collection`), or `unknown`| +| `age_timing` | Whether age is the age at diagnosis (`diagnosis`), age at collection (`collection`), or `unknown`| | `sex` | Sex of patient that the sample was obtained from | | `diagnosis` | Tumor type | | `subdiagnosis` | Subcategory of diagnosis or mutation status (if applicable) | diff --git a/docs/sce_file_contents.md b/docs/sce_file_contents.md index 661b802..f3f4b24 100644 --- a/docs/sce_file_contents.md +++ b/docs/sce_file_contents.md @@ -176,7 +176,7 @@ The following columns are included in the sample metadata data frame for all lib | `submitter_id` | Original sample identifier from submitter | | `submitter` | Submitter name/ID | | `age` | Age provided by submitter | -| `age_timing` | Whether or not age is the age at diagnosis (`diagnosis`), age at collection (`collection`), or `unknown`| +| `age_timing` | Whether age is the age at diagnosis (`diagnosis`), age at collection (`collection`), or `unknown`| | `sex` | Sex of patient that the sample was obtained from | | `diagnosis` | Tumor type | | `subdiagnosis` | Subcategory of diagnosis or mutation status (if applicable) | @@ -391,7 +391,7 @@ The `AnnData` object also includes the following additional cell-level metadata | `submitter_id` | Original sample identifier from submitter | | `submitter` | Submitter name/ID | | `age` | Age provided by submitter | -| `age_timing` | Whether or not age is the age at diagnosis (`diagnosis`), age at collection (`collection`), or `unknown`| +| `age_timing` | Whether age is the age at diagnosis (`diagnosis`), age at collection (`collection`), or `unknown`| | `sex` | Sex of patient that the sample was obtained from | | `diagnosis` | Tumor type | | `subdiagnosis` | Subcategory of diagnosis or mutation status (if applicable) |