Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:2
-
Epic Link:
-
Sprint:Fall 6, Fall 7
Description
Task: Explore the IGB DAS module to understand how UCSC DAS data is ingested by IGB.
The other functions in DasDataProvider are getAssemblyInfo(), used to get info (id and stop point) about segments in the entry point of a genome (https://genome.ucsc.edu/cgi-bin/das/hg38/entry_points) and getSequence() which is used to retrieve dna for a sequence span which contains the genome type, segment required and start and end points (https://genome.ucsc.edu/cgi-bin/das/hg38/dna?segment=M:1,16569). DasSymloader is used to get segment region specific feature information (https://genome.ucsc.edu/cgi-bin/das/hg16/features?segment=1:1,100000;type=refGene). DasResiduesHandler getDasResidues() function is used to parse the retrieved DNA and return it as a string.