Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

v21 release: minor histology file update #1149

Closed
6 tasks done
jharenza opened this issue Aug 19, 2021 · 2 comments
Closed
6 tasks done

v21 release: minor histology file update #1149

jharenza opened this issue Aug 19, 2021 · 2 comments
Assignees
Labels

Comments

@jharenza
Copy link
Collaborator

jharenza commented Aug 19, 2021

What data file(s) does this issue pertain to?

histologies.tsv

What release are you using?

v20

  • The cancer_group column has ganglioglioma samples annotated as either GNG or Ganglioglioma, which separates them for plotting and will be fixed with a quick release.
> v20 %>%
+   filter(cancer_group == "GNG" | cancer_group == "Ganglioglioma") %>%
+   select(cancer_group) %>%
+   table()
.
Ganglioglioma           GNG 
            2            93 

Put a link to the relevant section of the OpenPBTA-manuscript here.

NA

Put your question or report your issue here.

NA

@kgaonkar6 will work on this

@kgaonkar6
Copy link
Collaborator

Additionally,
cancer_groups which currently have "/" will be updated to space so that while using the term for plots the "/" does not denote the subfolder.

Example:

Previous Update
High-grade glioma/astrocytoma High-grade glioma astrocytoma
Low-grade glioma/astrocytoma Low-grade glioma astrocytoma

And cancer_group with ";" will be updated "-"

Example

Previous Update
Metastatic secondary tumors;Neuroblastoma Metastatic secondary tumors-Neuroblastoma
Germinoma;Teratoma Germinoma-Teratoma

@kgaonkar6 kgaonkar6 mentioned this issue Aug 20, 2021
5 tasks
@kgaonkar6
Copy link
Collaborator

Closing with v21 release in #1157

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants