Details
-
Type:
Improvement
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 10.1.0
-
Labels:None
-
Story Points:5
-
Epic Link:
-
Sprint:Spring 5, Spring 6, Spring 7, Spring 8, Spring 9, Spring 10
Description
Situation: Many of the files provided by the UCSC REST API (see IGBF-3129) include additional coumns (see comments in IGBF-3598). These additional columns are added as "props" and can contain many different types of information.
In IGB, if you right-click on a track there are options to "Color by..." or "Filter...". Some of the current options include values for Length, RGB, Score, Property. However, the values stored in the "props" are not included.
Task: Investigate the possibility of enabling a user to use the "Color by..." or "Filter..." on the "props" values.
Attachments
Issue Links
- blocks
-
IGBF-3660 Include schema of UCSC data in the properties field of the dataset.
-
- Closed
-
Example:
Open the most recent chicken genome (G_gallus_Mar_2018).
Navigate to 1:79,200,818-79,317,139
Under UCSC REST in the Data Access tab under Available Data, select cpgIslandExt
Load Data
Select one of the data points and look at the Selection Info tab, you should see props such as "perCpg"
For the example above you will either need to be on Sravani's branch, or wait until we merge her changes into the Loraine Lab repo.