Difference between revisions of "Aporras1 Week 9"
From LMU BioDB 2017
(→Electronic Notebook: tests 13-15) |
(final deliverable (I think)) |
||
(10 intermediate revisions by the same user not shown) | |||
Line 105: | Line 105: | ||
#Graph bounding box was contained within the viewport and graph zoomed out. | #Graph bounding box was contained within the viewport and graph zoomed out. | ||
#Passed test fifteen. | #Passed test fifteen. | ||
+ | |||
+ | ===Test sixteen=== | ||
+ | #Loaded the excel file. | ||
+ | #Unchecked restrict graph to viewport. | ||
+ | #Decreased zoom level with zoom slider. | ||
+ | #The graph bounding box was allowed to extend past the viewport and graph zoomed out. | ||
+ | #Passed test sixteen. | ||
+ | |||
+ | ===Test seventeen=== | ||
+ | #Loaded the sif file. | ||
+ | #Unchecked restrict graph to viewport. | ||
+ | #Decreased zoom level with zoom slider. | ||
+ | #The graph bounding box was allowed to extend past the viewport and graph zoomed out. | ||
+ | #Passed test seventeen. | ||
+ | |||
+ | ===Test eighteen=== | ||
+ | #Loaded the GraphML file. | ||
+ | #Unchecked restrict graph to viewport. | ||
+ | #Decreased zoom level with zoom slider. | ||
+ | #The graph bounding box was allowed to extend past the viewport and graph zoomed out. | ||
+ | #Passed test eighteen. | ||
+ | |||
+ | ===Web Service API Exploration=== | ||
+ | #Clicked on the first link http://rest.ensembl.org/documentation and went down to "GET lookup/symbol/:species/:symbol | ||
+ | #Knowing that the "species" had to be "saccharomyces_cerevisiae", I looked through their example requests and tried using bash next to see what came up. | ||
+ | #First I tried curling http://rest.ensembl.org/lookup/symbol/homo_sapiens/BRCA2?content-type=application/json to see if their example worked. | ||
+ | #Their example worked and provided the information they said it would. | ||
+ | #Next, I tried it for the favorite gene we used:CLN1. | ||
+ | #So, I knew the species "homo_sapiens" had to be replaced by "saccharomyces_cerevisiae" and "BRCA2" with "CLN1". | ||
+ | #Resulted in putting the following into Bash: curl http://rest.ensembl.org/lookup/symbol/saccharomyces_cerevisiae/CLN1?content-type=application/json | ||
+ | #Found the id for CLN1 to be "YMR199W". | ||
+ | #Then, used the resource GET lookup/id/:id to see if the id I found would work. | ||
+ | #Went to their example and used their format to format the URL: http://rest.ensembl.org/lookup/id/ENSG00000157764?content-type=application/json | ||
+ | #Instead of using their id, I replaced it with "YMR199W" to ultimately make this URL: http://rest.ensembl.org/lookup/id/YMR199W?content-type=application/json | ||
+ | |||
+ | ==Deliverable== | ||
+ | curl http://rest.ensembl.org/lookup/id/YMR199W?content-type=application/json | ||
==Acknowledgements== | ==Acknowledgements== | ||
Line 110: | Line 147: | ||
#Met outside of class and worked in class with [[User:Zvanysse|Zach Van Ysseldyk]] to discuss any questions we had throughout the process of completing the Week 9 assignment. | #Met outside of class and worked in class with [[User:Zvanysse|Zach Van Ysseldyk]] to discuss any questions we had throughout the process of completing the Week 9 assignment. | ||
#Additionally, worked alongside [[User:ArashLari|Arash Lari]] and [[User:Nicolekalcic|Nicole Kalcic]] to complete the Web Service API Exploration on the Week 9 assignment. | #Additionally, worked alongside [[User:ArashLari|Arash Lari]] and [[User:Nicolekalcic|Nicole Kalcic]] to complete the Web Service API Exploration on the Week 9 assignment. | ||
+ | #Special thanks to [[User:Dondi|Dondi]] for providing the clues to figure out the rest of the homework and find the URL. | ||
'''While I worked with the people noted above, this individual journal entry was completed by me and not copied from another source.''' | '''While I worked with the people noted above, this individual journal entry was completed by me and not copied from another source.''' | ||
Line 118: | Line 156: | ||
#LMU BioDB 2017. (2017). Week 9. Retrieved October 24, 2017, from https://xmlpipedb.cs.lmu.edu/biodb/fall2017/index.php/Week_9 | #LMU BioDB 2017. (2017). Week 9. Retrieved October 24, 2017, from https://xmlpipedb.cs.lmu.edu/biodb/fall2017/index.php/Week_9 | ||
+ | #Ensembl Gene Browser 90. (n.d.). Retrieved October 30, 2017, from https://www.ensembl.org/ | ||
[[Category:Journal Entry]] | [[Category:Journal Entry]] |
Latest revision as of 03:06, 31 October 2017
User Page: Antonio Porras
Assignment Page: Week 9
Contents
- 1 Electronic Notebook
- 1.1 Test one
- 1.2 Test two
- 1.3 Test three
- 1.4 Test four
- 1.5 Test five
- 1.6 Test six
- 1.7 Test seven
- 1.8 Test eight
- 1.9 Test nine
- 1.10 Test ten
- 1.11 Test eleven
- 1.12 Test twelve
- 1.13 Test thirteen
- 1.14 Test fourteen
- 1.15 Test fifteen
- 1.16 Test sixteen
- 1.17 Test seventeen
- 1.18 Test eighteen
- 1.19 Web Service API Exploration
- 2 Deliverable
- 3 Acknowledgements
- 4 References
Electronic Notebook
- Selected the following files for our test:
- 21-genes_31-edges_Schade-data_estimation_output.xlsx
- 21-genes_31-edges_Schade-data_estimation_output.sif
- 21-genes_31-edges_Schade-data_estimation_output.graphml
- Opened up GRNsight - beta
Test one
- Loaded the excel file.
- Restricted graph to viewport.
- Passed test one.
Test two
- Loaded the sif file.
- Restricted graph to viewport.
- Passed test two.
Test three
- Loaded the GraphML file.
- Restricted graph to viewport
- Passed test three.
Test four
- Loaded the excel file.
- Unchecked restrict graph to viewport.
- Failed test four by restricting the graph bounding box.
Test five
- Loaded the sif file.
- Unchecked restrict graph to viewport.
- Failed test five by restricting the graph bounding box.
Test six
- Loaded the GraphML file.
- Unchecked restrict graph to viewport.
- Failed test six by restricting the graph bounding box.
Test seven
- Loaded the excel file.
- Restricted graph to viewport.
- Increased zoom level with slider.
- Graph box was contained within the viewport and the graph zoomed in.
- Passed test seven.
Test eight
- Loaded the sif file.
- Restricted graph to viewport.
- Increased zoom level with slider.
- Graph box was contained within the viewport and the graph zoomed in.
- Passed test eight.
Test nine
- Loaded the GraphML file.
- Restricted graph to viewport.
- Increased zoom level with slider.
- Graph box was contained within the viewport and the graph zoomed in.
- Passed test nine.
Test ten
- Loaded the excel file.
- Unchecked restrict graph to viewport.
- Increased zoom level with slider.
- Graph bounding box was allowed to extend past the viewport and the graph zoomed in.
- Passed test ten.
Test eleven
- Loaded the sif file.
- Unchecked restrict graph to viewport.
- Increased zoom level with slider.
- Graph bounding box was allowed to extend past the viewport and the graph zoomed in.
- Passed test eleven.
Test twelve
- Loaded the GraphML file.
- Unchecked restrict graph to viewport.
- Increased zoom level with slider.
- Graph bounding box was allowed to extend past the viewport and the graph zoomed in.
- Passed test twelve.
Test thirteen
- Loaded the excel file.
- Restricted graph to viewport.
- Decreased zoom level with zoom slider,
- Graph bounding box was contained within the viewport and graph zoomed out.
- Passed test thirteen.
Test fourteen
- Loaded the sif file.
- Restricted graph to viewport.
- Decreased zoom level with zoom slider,
- Graph bounding box was contained within the viewport and graph zoomed out.
- Passed test fourteen.
Test fifteen
- Loaded the GraphML file.
- Restricted graph to viewport.
- Decreased zoom level with zoom slider,
- Graph bounding box was contained within the viewport and graph zoomed out.
- Passed test fifteen.
Test sixteen
- Loaded the excel file.
- Unchecked restrict graph to viewport.
- Decreased zoom level with zoom slider.
- The graph bounding box was allowed to extend past the viewport and graph zoomed out.
- Passed test sixteen.
Test seventeen
- Loaded the sif file.
- Unchecked restrict graph to viewport.
- Decreased zoom level with zoom slider.
- The graph bounding box was allowed to extend past the viewport and graph zoomed out.
- Passed test seventeen.
Test eighteen
- Loaded the GraphML file.
- Unchecked restrict graph to viewport.
- Decreased zoom level with zoom slider.
- The graph bounding box was allowed to extend past the viewport and graph zoomed out.
- Passed test eighteen.
Web Service API Exploration
- Clicked on the first link http://rest.ensembl.org/documentation and went down to "GET lookup/symbol/:species/:symbol
- Knowing that the "species" had to be "saccharomyces_cerevisiae", I looked through their example requests and tried using bash next to see what came up.
- First I tried curling http://rest.ensembl.org/lookup/symbol/homo_sapiens/BRCA2?content-type=application/json to see if their example worked.
- Their example worked and provided the information they said it would.
- Next, I tried it for the favorite gene we used:CLN1.
- So, I knew the species "homo_sapiens" had to be replaced by "saccharomyces_cerevisiae" and "BRCA2" with "CLN1".
- Resulted in putting the following into Bash: curl http://rest.ensembl.org/lookup/symbol/saccharomyces_cerevisiae/CLN1?content-type=application/json
- Found the id for CLN1 to be "YMR199W".
- Then, used the resource GET lookup/id/:id to see if the id I found would work.
- Went to their example and used their format to format the URL: http://rest.ensembl.org/lookup/id/ENSG00000157764?content-type=application/json
- Instead of using their id, I replaced it with "YMR199W" to ultimately make this URL: http://rest.ensembl.org/lookup/id/YMR199W?content-type=application/json
Deliverable
curl http://rest.ensembl.org/lookup/id/YMR199W?content-type=application/json
Acknowledgements
- Met outside of class and worked in class with Zach Van Ysseldyk to discuss any questions we had throughout the process of completing the Week 9 assignment.
- Additionally, worked alongside Arash Lari and Nicole Kalcic to complete the Web Service API Exploration on the Week 9 assignment.
- Special thanks to Dondi for providing the clues to figure out the rest of the homework and find the URL.
While I worked with the people noted above, this individual journal entry was completed by me and not copied from another source.
Aporras1 (talk) 15:40, 24 October 2017 (PDT)
References
- LMU BioDB 2017. (2017). Week 9. Retrieved October 24, 2017, from https://xmlpipedb.cs.lmu.edu/biodb/fall2017/index.php/Week_9
- Ensembl Gene Browser 90. (n.d.). Retrieved October 30, 2017, from https://www.ensembl.org/