docs: clarify ASCN CCF and Clonal column UI display behavior in File-Formats.md#11994
Merged
docs: clarify ASCN CCF and Clonal column UI display behavior in File-Formats.md#11994
Conversation
…Formats.md Co-authored-by: inodb <1334004+inodb@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Compare open pull requests related to clonal analysis
docs: clarify ASCN CCF and Clonal column UI display behavior in File-Formats.md
Feb 26, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the mutation file-format documentation for allele-specific copy number (ASCN) namespace columns, adding clarifications about how certain ASCN fields are shown in the patient view mutation table.
Changes:
- Expanded the description of
ASCN.CCF_EXPECTED_COPIESto include patient-view display behavior for single- vs multi-sample patients. - Expanded the description of
ASCN.CLONALto include how it appears as a boolean-style “Clonal” indicator in the patient view mutation table.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
|
|
||
| 42. **ASCN.ASCN_METHOD (Optional)**: Method used to obtain ASCN data e.g "FACETS". | ||
| 43. **ASCN.CCF_EXPECTED_COPIES (Optional)**: Cancer-cell fraction if mutation exists on major allele. | ||
| 43. **ASCN.CCF_EXPECTED_COPIES (Optional)**: Cancer-cell fraction if mutation exists on major allele. Displayed as a plain number for single-sample patients or as a bar chart for multi-sample patients in the patient view mutation table. |
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Multiple frontend PRs (#5386, #5396, #5399, #5405) all target the same two UI changes in the patient view mutation table: renaming the "Clonality" column to "Clonal" and displaying CCF as a plain number instead of a bar chart for single-sample patients. The backend documentation did not reflect this display behavior.
Changes
ASCN.CCF_EXPECTED_COPIES: added that it renders as a plain number for single-sample patients and as a bar chart for multi-sample patientsASCN.CLONAL: added that it renders as a "Clonal" boolean column where only"Clonal"values are indicated with a dot (not "Clonality", matching the frontend rename)View original Slack conversation
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.