Skip to content

Commit

Permalink
Merge pull request #983 from allyhawkins/allyhawkins/map-blueprint-on…
Browse files Browse the repository at this point in the history
…tology-name

Map blueprint ontology to CL names
  • Loading branch information
allyhawkins authored Jan 14, 2025
2 parents 109720d + a0c7796 commit b870a08
Show file tree
Hide file tree
Showing 5 changed files with 327 additions and 317 deletions.
2 changes: 1 addition & 1 deletion analyses/cell-type-consensus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ The `scpca-consensus-celltype-assignments.tsv` file contains cell type annotatio
| `cellassign_celltype_annotation` | Cell type assigned by `CellAssign`; this term is the original term found in the `PanglaoDB` reference file |
| `panglao_ontology` | Cell type ontology term associated with the term found in `cellassign_celltype_annotation` column |
| `panglao_annotation` | Name associated with the cell type ontology term in `panglao_ontology` |
| `blueprint_annotation_fine` | Fine grained cell type annotation (`label.fine`) from `BlueprintEncodeData` associated with the `singler_celltype_ontology` term |
| `blueprint_annotation_cl` | Name associated with the cell type ontology term in `singler_celltype_ontology` |
| `consensus_ontology` | Cell type ontology term assigned as the consensus cell type |
| `consensus_annotation` | Name associated with the assigned consensus cell type in `consensus_ontology` |

Expand Down
1 change: 1 addition & 0 deletions analyses/cell-type-consensus/references/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ The table includes the following columns:
| `blueprint_ontology` | Cell type ontology term for `BlueprintEncodeData` cell type |
| `blueprint_annotation_main` | Original name for the cell type as set by `BlueprintEncodeData` (main term) |
| `blueprint_annotation_fine` | Original name for the cell type as set by `BlueprintEncodeData` (fine term) |
| `blueprint_annotation_cl` | Name for the cell type defined by [Cell Ontology](https://www.ebi.ac.uk/ols4/ontologies/cl) |
| `consensus_ontology` | Cell type ontology term for consensus cell type |
| `consensus_annotation` | Human readable name for the consensus cell type |

Expand Down
Loading

0 comments on commit b870a08

Please sign in to comment.