Difference between revisions of "Mbalducc Week 9"

From LMU BioDB 2017
Jump to: navigation, search
(Notes)
(Notes)
Line 102: Line 102:
  
 
=Notes=
 
=Notes=
'''Part 1:'''
+
'''GRNSight Tests:'''
 
*I used the '''21-genes_31-edges_Schade-data_estimation_output.graphml''', '''21-genes_31-edges_Schade-data_estimation_output.sif''', and '''21-genes_31-edges_Schade-data_estimation_output.xlsx''' files for the tests.
 
*I used the '''21-genes_31-edges_Schade-data_estimation_output.graphml''', '''21-genes_31-edges_Schade-data_estimation_output.sif''', and '''21-genes_31-edges_Schade-data_estimation_output.xlsx''' files for the tests.
 +
*My partner used the same files as me so that we could confirm our results
 
*I checked with my partner to make sure that he got the same results for each test as I did.
 
*I checked with my partner to make sure that he got the same results for each test as I did.
'''Part 2:'''
+
'''API Exploration:'''
 
*We started by using this [https://www.ncbi.nlm.nih.gov/books/NBK25500/#chapter1.Searching_a_Database| Searching a Database] page
 
*We started by using this [https://www.ncbi.nlm.nih.gov/books/NBK25500/#chapter1.Searching_a_Database| Searching a Database] page
 
*We used the general search link: https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi?db=<database>&term=<query>
 
*We used the general search link: https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi?db=<database>&term=<query>
Line 114: Line 115:
 
*To narrow down, we added the organism name, ''Saccharomyces cerevisiae'' to the term field, so that the URL became: https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi?db=gene&term=pbs2+AND+Saccharomyces+cerivisiae
 
*To narrow down, we added the organism name, ''Saccharomyces cerevisiae'' to the term field, so that the URL became: https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi?db=gene&term=pbs2+AND+Saccharomyces+cerivisiae
 
**This did narrow the results to 492, but did not get us what we wanted.
 
**This did narrow the results to 492, but did not get us what we wanted.
*We searched the [https://www.ncbi.nlm.nih.gov/books/NBK25500/#chapter1.Searching_a_Database| Searching a Database] page again and found that adding bracketed categories to the terms would give us the results we wanted, so the next URL we tried was: <nowiki>https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi?db=gene&term=pbs2[gene]+AND+Saccharomyces+cerevisiae[Organism]</nowiki>
+
*We searched the [https://www.ncbi.nlm.nih.gov/books/NBK25500/#chapter1.Searching_a_Database| Searching a Database] page again and found that adding bracketed categories to the terms would give us the results we wanted, so the next URL we tried was: https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi?db=gene&term=pbs2[gene]+AND+Saccharomyces+cerevisiae[Organism]
 
**This gave only one result, with the ID for PBS2 in ''Saccharomyces cerevisiae'', which was 853313.
 
**This gave only one result, with the ID for PBS2 in ''Saccharomyces cerevisiae'', which was 853313.
 
*We then tried this again replacing the "pbs2" term with other genes.
 
*We then tried this again replacing the "pbs2" term with other genes.
 
**This worked to give their IDs as well.
 
**This worked to give their IDs as well.
 +
*The final step was to take the gene ID from that result page and use it to link to the page for that gene, we used another URL from the [https://www.ncbi.nlm.nih.gov/books/NBK25500/#chapter1.Searching_a_Database| Searching a Database] page to do this.
 +
**We used this link: https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi?db=gene&id=<query>
 +
***The <query> is the gene ID
 +
*For PBS2, the link from the ID result page is: https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi?db=gene&id=853313
  
 
=Acknowledgements=
 
=Acknowledgements=

Revision as of 01:29, 31 October 2017

GRNSight Edge Weight + Gray Threshold Test Results

Test 1

  • Passed
    • The graph displayed.
    • The edge weights showed only when I moused over them.

Test 2

  • Passed
    • The graph displayed.
    • The edge weights showed only when I moused over them.

Test 3

  • Passed
    • The file opened and graph displayed.
    • The edge weights showed only when I moused over them.

Test 4

  • Passed
    • The graph displayed.
    • The edge weights showed at all times.

Test 5

  • Passed
    • The graph displayed.
    • The edge weights showed at all times.

Test 6

  • Passed
    • The graph displayed.
    • The edge weights showed at all times.

Test 7

  • Passed
    • The graph displayed.
    • The edge weights never showed.

Test 8

  • Passed
    • The graph displayed.
    • The edge weights never showed.

Test 9

  • Passed
    • The graph displayed.
    • The edge weights never showed.

Test 10

  • Passed
    • The graph displayed.
    • The edge weights showed only when moused over.
    • The lines turned gray at the new thresholds I set.

Test 11

  • Passed
    • The graph displayed.
    • The edge weights showed only when moused over.
    • The lines turned gray at the new thresholds I set.

Test 12

  • Passed
    • The graph displayed.
    • The edge weights showed only when moused over.
    • The lines turned gray at the new thresholds I set.

Test 13

  • Passed
    • The graph displayed.
    • The edge weights showed at all times.
    • The lines turned gray at the new thresholds I set.

Test 14

  • Passed
    • The graph displayed.
    • The edge weights showed at all times.
    • The lines turned gray at the new thresholds I set.

Test 15

  • Passed
    • The graph displayed.
    • The edge weights showed at all times.
    • The lines turned gray at the new thresholds I set.

Test 16

  • Passed
    • The graph displayed.
    • The edge weights never showed.
    • The lines turned gray at the new thresholds I set.

Test 17

  • Passed
    • The graph displayed.
    • The edge weights never showed.
    • The lines turned gray at the new thresholds I set.

Test 18

  • Passed
    • The graph displayed.
    • The edge weights never showed.
    • The lines turned gray at the new thresholds I set.

Web Service API Exploration

Notes

GRNSight Tests:

  • I used the 21-genes_31-edges_Schade-data_estimation_output.graphml, 21-genes_31-edges_Schade-data_estimation_output.sif, and 21-genes_31-edges_Schade-data_estimation_output.xlsx files for the tests.
  • My partner used the same files as me so that we could confirm our results
  • I checked with my partner to make sure that he got the same results for each test as I did.

API Exploration:

Acknowledgements

I worked with my homework partner, Quinn Lanners, on this assignment.

While I worked with the people noted above, this individual entry was completed by me and not copied from another source.

Mbalducc (talk) 16:36, 29 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

Other Pages

Individual Journals

Mary Balducci

Week 2 Journal

Week 3 Journal

Week 4 Journal

Week 5 Journal

Week 6 Journal

Week 7 Journal

Week 8 Journal

Week 9 Journal

Week 10 Journal

Week 11 Journal

Week 12 Journal

No Assignment Week 13

Week 14 Journal

Week 15 Journal


Assignments

Week 1 Assignment

Week 2 Assignment

Week 3 Assignment

Week 4 Assignment

Week 5 Assignment

Week 6 Assignment

Week 7 Assignment

Week 8 Assignment

Week 9 Assignment

Week 10 Assignment

Week 11 Assignment

Week 12 Assignment

No Assignment Week 13

Week 14 Assignment

Week 15 Assignment

Shared Journals

Class Journal Week 1

Class Journal Week 2

Class Journal Week 3

Class Journal Week 4

Class Journal Week 5

Class Journal Week 6

Class Journal Week 7

Class Journal Week 8

Class Journal Week 9

Class Journal Week 10

Page Desiigner