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
-
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.