Difference between revisions of "Johnllopez Week 14"

From LMU BioDB 2017
Jump to: navigation, search
(Added my template)
(Explained how I used jquery)
Line 29: Line 29:
  
 
===Learning XML DOM===
 
===Learning XML DOM===
 +
I was first tasked to figure out how to extract data from XML files. This was necessary to pull the pieces above marked "XML". I did so by using aspects from the jQuery library and XML Document Object Model.
 +
 +
The functions I used from jQuery were $get and $append, and I learned how to use these thanks to the [[Week 7]] assignment. They allowed me to directly pull XML files from a query and append to a webpage. The next challenge was figuring out how to parse the data given to me and extract what I need.
 
===Working with JSON===
 
===Working with JSON===
 
==Acknowledgements and References==
 
==Acknowledgements and References==

Revision as of 03:19, 5 December 2017

Electronic Lab Notebook

Pulling Data

Thanks to Corrine Wong, I was able to use the following table to figure out what processes had to be made in order to pull certain data from the functions:

NCBI

UniProt

  • Protein type/name <Parse XML?
  • Protein sequence <Parse XML
  • Gene ID <Parse XML
  • Similar proteins <Could not find on XML, found on Page

Ensembl

SGD

JASPAR

  • Sequence logo
  • Frequency matrixon her

Learning XML DOM

I was first tasked to figure out how to extract data from XML files. This was necessary to pull the pieces above marked "XML". I did so by using aspects from the jQuery library and XML Document Object Model.

The functions I used from jQuery were $get and $append, and I learned how to use these thanks to the Week 7 assignment. They allowed me to directly pull XML files from a query and append to a webpage. The next challenge was figuring out how to parse the data given to me and extract what I need.

Working with JSON

Acknowledgements and References

Acknowledgements

References

Individual Journal Entries and Assignments

Class Assignments

Class Weekly Journal Entries / Project Weekly Journal Entries

My Page