Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 10.2.0
-
Labels:None
-
Story Points:2
-
Epic Link:
-
Sprint:Spring 5, Spring 6, Spring 7
Description
Provide users a way to import tag values and colors from a saved file. The file format would be determined by the output of dimensionality reduction techniques like UMAP or t-SNE. So, it is highly likely to be a Seurat object based file format but that is yet to be determined. The purpose of this task is to experiment how the import button would look like and how the existing functionality needs to be generalized, if needed, receive the data in whatever form it is uploaded. Vice versa, this task could inform us how the format of the data should be modified to fit the functionality and that could help with API development in the next steps.
Attachments
Issue Links
- relates to
-
IGBF-4193 Fix SAMtag selection change error
-
- Closed
-
Activity
| Field | Original Value | New Value |
|---|---|---|
| Epic Link | IGBF-3765 [ 22984 ] |
| Status | To-Do [ 10305 ] | In Progress [ 3 ] |
| Sprint | Spring 5 [ 214 ] | Spring 5, Spring 6 [ 214, 215 ] |
| Rank | Ranked higher |
| Status | In Progress [ 3 ] | To-Do [ 10305 ] |
| Status | To-Do [ 10305 ] | In Progress [ 3 ] |
| Status | In Progress [ 3 ] | Needs 1st Level Review [ 10005 ] |
| Status | Needs 1st Level Review [ 10005 ] | First Level Review in Progress [ 10301 ] |
| Status | First Level Review in Progress [ 10301 ] | Ready for Pull Request [ 10304 ] |
| Status | Ready for Pull Request [ 10304 ] | Pull Request Submitted [ 10101 ] |
| Status | Pull Request Submitted [ 10101 ] | Reviewing Pull Request [ 10303 ] |
| Status | Reviewing Pull Request [ 10303 ] | To-Do [ 10305 ] |
| Status | To-Do [ 10305 ] | In Progress [ 3 ] |
| Sprint | Spring 5, Spring 6 [ 214, 215 ] | Spring 5, Spring 6, Spring 7 [ 214, 215, 216 ] |
| Rank | Ranked higher |
| Attachment | pbmc_cell_color_info.txt [ 18677 ] |
| Attachment | 3k PMBC from a Healthy Donor.zip [ 18678 ] |
| Status | In Progress [ 3 ] | Needs 1st Level Review [ 10005 ] |
| Assignee | Karthik Raveendran [ karthik ] |
| Assignee | Paige Kulzer [ pkulzer ] |
| Status | Needs 1st Level Review [ 10005 ] | First Level Review in Progress [ 10301 ] |
| Status | First Level Review in Progress [ 10301 ] | Needs 1st Level Review [ 10005 ] |
| Assignee | Paige Kulzer [ pkulzer ] | Karthik Raveendran [ karthik ] |
| Status | Needs 1st Level Review [ 10005 ] | First Level Review in Progress [ 10301 ] |
| Status | First Level Review in Progress [ 10301 ] | To-Do [ 10305 ] |
| Status | To-Do [ 10305 ] | In Progress [ 3 ] |
| Status | In Progress [ 3 ] | Needs 1st Level Review [ 10005 ] |
| Assignee | Karthik Raveendran [ karthik ] |
| Assignee | Paige Kulzer [ pkulzer ] |
| Status | Needs 1st Level Review [ 10005 ] | First Level Review in Progress [ 10301 ] |
| Status | First Level Review in Progress [ 10301 ] | Ready for Pull Request [ 10304 ] |
| Assignee | Paige Kulzer [ pkulzer ] | Karthik Raveendran [ karthik ] |
| Status | Ready for Pull Request [ 10304 ] | Pull Request Submitted [ 10101 ] |
| Assignee | Karthik Raveendran [ karthik ] | Ann Loraine [ aloraine ] |
| Status | Pull Request Submitted [ 10101 ] | Reviewing Pull Request [ 10303 ] |
| Status | Reviewing Pull Request [ 10303 ] | Merged Needs Testing [ 10002 ] |
| Assignee | Ann Loraine [ aloraine ] |
| Assignee | Paige Kulzer [ pkulzer ] |
| Status | Merged Needs Testing [ 10002 ] | Post-merge Testing In Progress [ 10003 ] |
| Resolution | Done [ 10000 ] | |
| Status | Post-merge Testing In Progress [ 10003 ] | Closed [ 6 ] |
| Assignee | Paige Kulzer [ pkulzer ] | Karthik Raveendran [ karthik ] |
| Fix Version/s | 10.2.0 [ 11100 ] |
A version of the import button was demo to Dr. Loraine and Dr. Freese. Takeaways and observations from that meeting:
1) When reads don't match the tag values provided by the user, its currently colored light grey. However, we found reads that may not have the tag itself . There was a suggestion that reads like that should be light grey and the other unmatched reads should be regular grey. However, if users are creating the import text file from a R program they can filter out reads that does not have the tag at all in the metadata.
2) The Edit Tags and Colors table is not scrollable right now. Needs to be fixed
3) The buttons and table header in Edit Tags and Colors window changes sizes when the window is resized. Needs to be addressed.
4) One of the conditions for the import button workflow is checking the headers in the file. The file headers is user defined so cannot really predict that. We just need to check if there is a tag column and a color column in the file and map that to reads.