From 51d1d0005afe5ec819a3a2fbfc7ff5e16eb86ef9 Mon Sep 17 00:00:00 2001 From: Stephanie Spielman Date: Thu, 11 Jan 2024 12:20:39 -0500 Subject: [PATCH] Update docs/sce_file_contents.md Co-authored-by: Ally Hawkins <54039191+allyhawkins@users.noreply.github.com> --- docs/sce_file_contents.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sce_file_contents.md b/docs/sce_file_contents.md index 0443acba..ba5d0ecd 100644 --- a/docs/sce_file_contents.md +++ b/docs/sce_file_contents.md @@ -169,7 +169,7 @@ The following columns are included in the sample metadata data frame for all lib | `disease_timing` | At what stage of disease the sample was obtained, either diagnosis or recurrence | | `organism` | The organism the sample was obtained from (e.g., `Homo_sapiens`) | | `is_xenograft` | Whether the sample is a patient-derived xenograft | -| `is_cell_line` | Whether the sample derived from a cell line | +| `is_cell_line` | Whether the sample was derived from a cell line | | `development_stage_ontology_term_id` | [`HsapDv` ontology](http://obofoundry.org/ontology/hsapdv.html) term indicating developmental stage. If unavailable, `unknown` is used | | `sex_ontology_term_id` | [`PATO`](http://obofoundry.org/ontology/pato.html) term referring to the sex of the sample. If unavailable, `unknown` is used | | `organism_ontology_id` | [NCBI taxonomy](https://www.ncbi.nlm.nih.gov/taxonomy) term for organism, e.g. [`NCBITaxon:9606`](http://purl.obolibrary.org/obo/NCBITaxon_9606) |