<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://xmlpipedb.lmucs.io/biodb/fall2015/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Msaeedi23</id>
		<title>LMU BioDB 2015 - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://xmlpipedb.lmucs.io/biodb/fall2015/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Msaeedi23"/>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2015/index.php/Special:Contributions/Msaeedi23"/>
		<updated>2026-05-03T15:53:41Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.25.1</generator>

	<entry>
		<id>https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=Msaeedi23_Week_15&amp;diff=8203</id>
		<title>Msaeedi23 Week 15</title>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=Msaeedi23_Week_15&amp;diff=8203"/>
				<updated>2015-12-21T07:10:44Z</updated>
		
		<summary type="html">&lt;p&gt;Msaeedi23: /* Gene Database Testing Report */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==TallyEngine Customization (cw20151203)==&lt;br /&gt;
In GenMAPP Builder version 3.0.0 Build 5 - cw20151203, the &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; species profile was customized to import 11 ORF gene IDs that were not exported in previous versions. To account for this change, the TallyEngine was customized for &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; to count &amp;quot;ORF&amp;quot; gene listings separately from &amp;quot;Ordered Locus Names&amp;quot;. To do this, I followed the procedure documented below:&lt;br /&gt;
&lt;br /&gt;
* First, it was determined that we wanted to count the &amp;quot;ordered locus&amp;quot; IDs and &amp;quot;ORF&amp;quot; IDs from the &amp;#039;&amp;#039;gene/name&amp;#039;&amp;#039; tag in the UniProt XML file.&lt;br /&gt;
** In the relational database &amp;#039;&amp;#039;bpertussis_cw20151203_gmb3build5&amp;#039;&amp;#039;, gene IDs were defined by the type &amp;quot;ordered locus&amp;quot; or &amp;quot;ORF&amp;quot; in the table &amp;quot;genenametype&amp;quot;. &lt;br /&gt;
* Next, Brandon opened our team&amp;#039;s branch of GenMAPP Builder in Eclipse.&lt;br /&gt;
* Under &amp;#039;&amp;#039;edu.lmu.xmlpipedb.gmbuilder.resource.properties&amp;#039;&amp;#039;, he opened &amp;#039;&amp;#039;gmbuilder.properties&amp;#039;&amp;#039;.&lt;br /&gt;
* I located the block of text below (it was near the bottom).&lt;br /&gt;
 #&lt;br /&gt;
 # wizard.properties&lt;br /&gt;
 #&lt;br /&gt;
* Brandon added the necessary customizations above this block of text. The resulting code was as follows:&lt;br /&gt;
 # Bordetella pertussis&lt;br /&gt;
 bordetellapertussis_level_amount=1&lt;br /&gt;
 &lt;br /&gt;
 bordetellapertussis_element_level0=uniprot/entry/gene/name&amp;amp;type&amp;amp;ORF&lt;br /&gt;
 &lt;br /&gt;
 bordetellapertussis_query_level0=select count(*) from genenametype where type = &amp;#039;ORF&amp;#039;; &lt;br /&gt;
 &lt;br /&gt;
 bordetellapertussis_table_name_level0=ORF&lt;br /&gt;
 &lt;br /&gt;
 #&lt;br /&gt;
 # wizard.properties&lt;br /&gt;
 #&lt;br /&gt;
* Brandon then committed and pushed the changes in the code to Github and created a new distribution of GenMAPP Builder. &lt;br /&gt;
* Using the updated build of GenMAPP Builder present in the distribution folder, the relational database was connected &amp;#039;&amp;#039;bpertussis_cw20151203_gmb3build5&amp;#039;&amp;#039; and TallyEngine was run. The results are pictured below:&lt;br /&gt;
**[[File: Tallyenginecustomization_cw20151203.png]]&lt;br /&gt;
***The TallyEngine results successfully reflected the customizations we made to the TallyEngine, listing all 11 ORF genes in addition to the 3435 &amp;quot;Ordered Locus Names&amp;quot; gene IDs present in the &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene database.&lt;br /&gt;
&lt;br /&gt;
==Testing the Bordetella Pertussis Gene Database (cw20151203)==&lt;br /&gt;
The full Gene Database Testing Report for the .gdb file tagged cw20151203 can be found here: [[Gene Database Testing Report- cw20151203]]. In assessing this gene database with [[User:Bklein7 | Brandon]], we found one gene ID that was not successfully exported into the .gdb file. A summary of this issue and the steps that were taken to detail it is presented below:&lt;br /&gt;
&lt;br /&gt;
*TallyEngine Count&lt;br /&gt;
**As described in the &amp;quot;TallyEngine Customization (cw20151203)&amp;quot; section of this page, the expected gene ID count including &amp;quot;Ordered Locus Names&amp;quot; and &amp;quot;ORF&amp;quot; listings was 3446.&lt;br /&gt;
**This count was confirmed using the customized TallyEngine.&lt;br /&gt;
*XMLPipeDB Match Count&lt;br /&gt;
**With the help of [[User:Dondi|Dr. Dionisio]], a new regex was crafted to retrieve all possible &amp;quot;ordered locus&amp;quot; and &amp;quot;ORF&amp;quot; gene ID patterns that we identified. The XMLPipeDB Match query and result are pictured below:&lt;br /&gt;
***[[File:Xmlpipedbmatch cw20151203.png]]&lt;br /&gt;
****To our surprise, XMLPipeDB Match returned a result of 3447 gene IDs that matched our updated regex.&lt;br /&gt;
****Thus, this revealed that one ID matching our regex was not successfully epxorted to the cw20151203 .gdb file. Further investigation was necessary.&lt;br /&gt;
*XMLPipeDB Match vs. &amp;quot;Ordered Locus Names&amp;quot; from [[File:Bpertussis-std cw20151203.zip]]&lt;br /&gt;
**In order to identify the missing gene ID, we compared the XMLPipeDB Match output to the gene IDs listed in the &amp;quot;Ordered Locus Names&amp;quot; table of the file [[File:Bpertussis-std cw20151203.zip]] (retrieved using Microsoft Access).&lt;br /&gt;
** In Excel, the missing gene ID was identified to be &amp;#039;&amp;#039;BP3167A&amp;#039;&amp;#039;:&lt;br /&gt;
***[[File:Xmlpipedbmatch vs gdb cw20151203.PNG]]&lt;br /&gt;
****Interestingly, this gene ID had another unusual variant that we previously documented- BP3167.1.&lt;br /&gt;
****Although this gene ID&amp;#039;s pattern (BP####A) matched that of the ORF values, it was not present in the list of ORF genes retrieved in PostgreSQL (see [[Bklein7_Week_14]]).&lt;br /&gt;
*Identifying &amp;quot;BP3167A&amp;quot; in the Original XML File&lt;br /&gt;
**Based on our TallyEngine and PostgreSQL results, it appeared as though the gene ID &amp;quot;BP3167A&amp;quot; was not listed under the type &amp;quot;ordered locus&amp;quot; or &amp;quot;ORF&amp;quot;. To determine its gene type, we opened the original XML file ([[File:Uniprot-proteome-UP000002676 cw20151201.zip]]) and searched for &amp;quot;BP3167A&amp;quot;:&lt;br /&gt;
***[[File:MissedID cw20151203.png]]&lt;br /&gt;
****In the XML file, &amp;quot;BP3167A&amp;quot; was listed with the general gene type &amp;quot;gene ID&amp;quot;. This specific designation had not been observed as a stand alone gene type before.&lt;br /&gt;
****Nevertheless, the manner in which &amp;quot;BP3167A&amp;quot; was listed in the XML file indicated that it was in fact a proper gene ID and not an artifactual finding. This necessitated further research.&lt;br /&gt;
*Researching the Different Forms of &amp;quot;BP3167&amp;quot;&lt;br /&gt;
**UniProt&lt;br /&gt;
***Searching for &amp;quot;BP3167&amp;quot;, &amp;quot;BP3167.1&amp;quot;, or &amp;quot;BP3167A&amp;quot; all linked to the following gene page: http://www.uniprot.org/uniprot/Q7VUD4&lt;br /&gt;
****The above page specifies that the gene ID &amp;quot;BP3167.1&amp;quot; refers to the gene ureE that codes for Urease accessory protein UreE.&lt;br /&gt;
**EnsemblBacteria-&lt;br /&gt;
***Searching for &amp;quot;BP3167&amp;quot; and &amp;quot;BP3167A&amp;quot; retrieves two different results:&lt;br /&gt;
****[[http://bacteria.ensembl.org/Multi/Search/Results?species=all;idx=;q=bp3167;site=ensemblunit BP3167]]- gene ureF is a pseudogene.&lt;br /&gt;
****[[http://bacteria.ensembl.org/Multi/Search/Results?species=all;idx=;q=bp3167A;site=ensemblunit BP3167A]]- gene ureE, which codes for urease accessory protein (as in UniProt).&lt;br /&gt;
***Therefore, the gene ID &amp;quot;BP3167A&amp;quot; is a valid ID that corresponds to the same ID as &amp;quot;BP3167.1&amp;quot; in the UniProt database.&lt;br /&gt;
**Conclusion: &amp;quot;BP3167A&amp;quot; is a reference ID from EnsemblBacteria that is valid and must be exported.&lt;br /&gt;
&lt;br /&gt;
==Gene Database Testing Report 12/10==&lt;br /&gt;
The Gene Database Testing Report for this new gene database can be found here: [[Gene Database Testing Report- cw20151210]].&lt;br /&gt;
&lt;br /&gt;
{{template: msaeedi23}}&lt;/div&gt;</summary>
		<author><name>Msaeedi23</name></author>	</entry>

	<entry>
		<id>https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=Msaeedi23_Week_15&amp;diff=8202</id>
		<title>Msaeedi23 Week 15</title>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=Msaeedi23_Week_15&amp;diff=8202"/>
				<updated>2015-12-21T07:10:23Z</updated>
		
		<summary type="html">&lt;p&gt;Msaeedi23: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==TallyEngine Customization (cw20151203)==&lt;br /&gt;
In GenMAPP Builder version 3.0.0 Build 5 - cw20151203, the &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; species profile was customized to import 11 ORF gene IDs that were not exported in previous versions. To account for this change, the TallyEngine was customized for &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; to count &amp;quot;ORF&amp;quot; gene listings separately from &amp;quot;Ordered Locus Names&amp;quot;. To do this, I followed the procedure documented below:&lt;br /&gt;
&lt;br /&gt;
* First, it was determined that we wanted to count the &amp;quot;ordered locus&amp;quot; IDs and &amp;quot;ORF&amp;quot; IDs from the &amp;#039;&amp;#039;gene/name&amp;#039;&amp;#039; tag in the UniProt XML file.&lt;br /&gt;
** In the relational database &amp;#039;&amp;#039;bpertussis_cw20151203_gmb3build5&amp;#039;&amp;#039;, gene IDs were defined by the type &amp;quot;ordered locus&amp;quot; or &amp;quot;ORF&amp;quot; in the table &amp;quot;genenametype&amp;quot;. &lt;br /&gt;
* Next, Brandon opened our team&amp;#039;s branch of GenMAPP Builder in Eclipse.&lt;br /&gt;
* Under &amp;#039;&amp;#039;edu.lmu.xmlpipedb.gmbuilder.resource.properties&amp;#039;&amp;#039;, he opened &amp;#039;&amp;#039;gmbuilder.properties&amp;#039;&amp;#039;.&lt;br /&gt;
* I located the block of text below (it was near the bottom).&lt;br /&gt;
 #&lt;br /&gt;
 # wizard.properties&lt;br /&gt;
 #&lt;br /&gt;
* Brandon added the necessary customizations above this block of text. The resulting code was as follows:&lt;br /&gt;
 # Bordetella pertussis&lt;br /&gt;
 bordetellapertussis_level_amount=1&lt;br /&gt;
 &lt;br /&gt;
 bordetellapertussis_element_level0=uniprot/entry/gene/name&amp;amp;type&amp;amp;ORF&lt;br /&gt;
 &lt;br /&gt;
 bordetellapertussis_query_level0=select count(*) from genenametype where type = &amp;#039;ORF&amp;#039;; &lt;br /&gt;
 &lt;br /&gt;
 bordetellapertussis_table_name_level0=ORF&lt;br /&gt;
 &lt;br /&gt;
 #&lt;br /&gt;
 # wizard.properties&lt;br /&gt;
 #&lt;br /&gt;
* Brandon then committed and pushed the changes in the code to Github and created a new distribution of GenMAPP Builder. &lt;br /&gt;
* Using the updated build of GenMAPP Builder present in the distribution folder, the relational database was connected &amp;#039;&amp;#039;bpertussis_cw20151203_gmb3build5&amp;#039;&amp;#039; and TallyEngine was run. The results are pictured below:&lt;br /&gt;
**[[File: Tallyenginecustomization_cw20151203.png]]&lt;br /&gt;
***The TallyEngine results successfully reflected the customizations we made to the TallyEngine, listing all 11 ORF genes in addition to the 3435 &amp;quot;Ordered Locus Names&amp;quot; gene IDs present in the &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene database.&lt;br /&gt;
&lt;br /&gt;
==Testing the Bordetella Pertussis Gene Database (cw20151203)==&lt;br /&gt;
The full Gene Database Testing Report for the .gdb file tagged cw20151203 can be found here: [[Gene Database Testing Report- cw20151203]]. In assessing this gene database with [[User:Bklein7 | Brandon]], we found one gene ID that was not successfully exported into the .gdb file. A summary of this issue and the steps that were taken to detail it is presented below:&lt;br /&gt;
&lt;br /&gt;
*TallyEngine Count&lt;br /&gt;
**As described in the &amp;quot;TallyEngine Customization (cw20151203)&amp;quot; section of this page, the expected gene ID count including &amp;quot;Ordered Locus Names&amp;quot; and &amp;quot;ORF&amp;quot; listings was 3446.&lt;br /&gt;
**This count was confirmed using the customized TallyEngine.&lt;br /&gt;
*XMLPipeDB Match Count&lt;br /&gt;
**With the help of [[User:Dondi|Dr. Dionisio]], a new regex was crafted to retrieve all possible &amp;quot;ordered locus&amp;quot; and &amp;quot;ORF&amp;quot; gene ID patterns that we identified. The XMLPipeDB Match query and result are pictured below:&lt;br /&gt;
***[[File:Xmlpipedbmatch cw20151203.png]]&lt;br /&gt;
****To our surprise, XMLPipeDB Match returned a result of 3447 gene IDs that matched our updated regex.&lt;br /&gt;
****Thus, this revealed that one ID matching our regex was not successfully epxorted to the cw20151203 .gdb file. Further investigation was necessary.&lt;br /&gt;
*XMLPipeDB Match vs. &amp;quot;Ordered Locus Names&amp;quot; from [[File:Bpertussis-std cw20151203.zip]]&lt;br /&gt;
**In order to identify the missing gene ID, we compared the XMLPipeDB Match output to the gene IDs listed in the &amp;quot;Ordered Locus Names&amp;quot; table of the file [[File:Bpertussis-std cw20151203.zip]] (retrieved using Microsoft Access).&lt;br /&gt;
** In Excel, the missing gene ID was identified to be &amp;#039;&amp;#039;BP3167A&amp;#039;&amp;#039;:&lt;br /&gt;
***[[File:Xmlpipedbmatch vs gdb cw20151203.PNG]]&lt;br /&gt;
****Interestingly, this gene ID had another unusual variant that we previously documented- BP3167.1.&lt;br /&gt;
****Although this gene ID&amp;#039;s pattern (BP####A) matched that of the ORF values, it was not present in the list of ORF genes retrieved in PostgreSQL (see [[Bklein7_Week_14]]).&lt;br /&gt;
*Identifying &amp;quot;BP3167A&amp;quot; in the Original XML File&lt;br /&gt;
**Based on our TallyEngine and PostgreSQL results, it appeared as though the gene ID &amp;quot;BP3167A&amp;quot; was not listed under the type &amp;quot;ordered locus&amp;quot; or &amp;quot;ORF&amp;quot;. To determine its gene type, we opened the original XML file ([[File:Uniprot-proteome-UP000002676 cw20151201.zip]]) and searched for &amp;quot;BP3167A&amp;quot;:&lt;br /&gt;
***[[File:MissedID cw20151203.png]]&lt;br /&gt;
****In the XML file, &amp;quot;BP3167A&amp;quot; was listed with the general gene type &amp;quot;gene ID&amp;quot;. This specific designation had not been observed as a stand alone gene type before.&lt;br /&gt;
****Nevertheless, the manner in which &amp;quot;BP3167A&amp;quot; was listed in the XML file indicated that it was in fact a proper gene ID and not an artifactual finding. This necessitated further research.&lt;br /&gt;
*Researching the Different Forms of &amp;quot;BP3167&amp;quot;&lt;br /&gt;
**UniProt&lt;br /&gt;
***Searching for &amp;quot;BP3167&amp;quot;, &amp;quot;BP3167.1&amp;quot;, or &amp;quot;BP3167A&amp;quot; all linked to the following gene page: http://www.uniprot.org/uniprot/Q7VUD4&lt;br /&gt;
****The above page specifies that the gene ID &amp;quot;BP3167.1&amp;quot; refers to the gene ureE that codes for Urease accessory protein UreE.&lt;br /&gt;
**EnsemblBacteria-&lt;br /&gt;
***Searching for &amp;quot;BP3167&amp;quot; and &amp;quot;BP3167A&amp;quot; retrieves two different results:&lt;br /&gt;
****[[http://bacteria.ensembl.org/Multi/Search/Results?species=all;idx=;q=bp3167;site=ensemblunit BP3167]]- gene ureF is a pseudogene.&lt;br /&gt;
****[[http://bacteria.ensembl.org/Multi/Search/Results?species=all;idx=;q=bp3167A;site=ensemblunit BP3167A]]- gene ureE, which codes for urease accessory protein (as in UniProt).&lt;br /&gt;
***Therefore, the gene ID &amp;quot;BP3167A&amp;quot; is a valid ID that corresponds to the same ID as &amp;quot;BP3167.1&amp;quot; in the UniProt database.&lt;br /&gt;
**Conclusion: &amp;quot;BP3167A&amp;quot; is a reference ID from EnsemblBacteria that is valid and must be exported.&lt;br /&gt;
&lt;br /&gt;
==Gene Database Testing Report==&lt;br /&gt;
The Gene Database Testing Report for this new gene database can be found here: [[Gene Database Testing Report- cw20151210]].&lt;br /&gt;
&lt;br /&gt;
{{template: msaeedi23}}&lt;/div&gt;</summary>
		<author><name>Msaeedi23</name></author>	</entry>

	<entry>
		<id>https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=The_Class_Whoopers&amp;diff=8201</id>
		<title>The Class Whoopers</title>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=The_Class_Whoopers&amp;diff=8201"/>
				<updated>2015-12-21T07:08:05Z</updated>
		
		<summary type="html">&lt;p&gt;Msaeedi23: /* Week 14 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Team Information &amp;amp; Links =&lt;br /&gt;
&lt;br /&gt;
{{Template:Class Whoopers}}&lt;br /&gt;
&lt;br /&gt;
= Deliverables =&lt;br /&gt;
[[Bordetella Pertussis GenMAPP Analysis Deliverables]]&lt;br /&gt;
&lt;br /&gt;
==Presentation Download Links==&lt;br /&gt;
*Journal Club&lt;br /&gt;
** Genome Paper: [[File:Genomepaper_cw20151116.pdf]]&lt;br /&gt;
** Microarray Paper: [[File: Microarray_Journal_Club_Presentation.pdf]]&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Final Project&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
**[[File:Bpertussis_findings_powerpoint.pdf]]&lt;br /&gt;
&lt;br /&gt;
==File Naming Protocol==&lt;br /&gt;
All file types generated in this project will receive their own unique names composed of two key parts:&lt;br /&gt;
#Description&lt;br /&gt;
#*This will contain a brief, file-specific description of what content the file contains.&lt;br /&gt;
#*Descriptions for different versions of the same file will remain consistent.&lt;br /&gt;
#Identifier Tag&lt;br /&gt;
#*This tag will be listed as a suffix in the following form: &amp;quot;_cwYYYYMMDD&amp;quot;&lt;br /&gt;
#**cw- team name abbreviation&lt;br /&gt;
#**YYYYMMDD- date the file was created in the form year/month/day&lt;br /&gt;
&lt;br /&gt;
Additionally, the following file naming best practices will be observed when creating descriptions for new files:&lt;br /&gt;
*Our species will be referred to consistently as &amp;quot;bpertussis&amp;quot;.&lt;br /&gt;
*Spaces will be written as underscores.&lt;br /&gt;
*No capitalization will be used.&lt;br /&gt;
*No special characters will be used.&lt;br /&gt;
*If sequential numbering systems are used, leading zeros will be included for clarity.&lt;br /&gt;
&lt;br /&gt;
=Weekly Updates=&lt;br /&gt;
==Week 15==&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Goals&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Assignment due date:&amp;#039;&amp;#039;&amp;#039; Midnight Tuesday, December 15&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;Coder:&amp;#039;&amp;#039;&amp;#039; Adjust the GenMAPP Builder code to account for the one EnsemblBacteria reference ID that was missing in our last export; conduct a new import-export cycle to create the (hopefully) final .gdb file; begin characterizing the exported .gdb file in a Gene Database Testing Report; customize the GenMAPP Builder TallyEngine to account for any changes made.&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Quality Assurance:&amp;#039;&amp;#039;&amp;#039; Reconfigure TallyEngine Configuration with Coder in order to accommodate missing gene IDs that were not exported the previous time. Test the revised database by running TallyEngine count, XmlpipeDB Match, and PostgreSQL. Locate missing gene IDs if any. &lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;GenMAPP User:&amp;#039;&amp;#039;&amp;#039; Import data into GenMAPP, create ColorSets, and run MAPPFinder. Document and take notes on test runs with GenMAPP. Use the EX.txt file to help the Coder/Quality Assurance team members to validate the .gdb. Create a .mapp file showing one pathway that is changed in your data.&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Progress&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Brandon (Coder and Project Manager):&amp;#039;&amp;#039;&amp;#039; I began this week by customizing the GenMAPP Builder TallyEngine to report ORF counts for &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; (see [[Bklein7_Week_15]]). After this, I worked with [[User:Msaeedi23|Mahrad]] to identify the 1 gene ID that was missing in the .gdb file [[File:bpertussis-std_cw20151203.zip]]. I found that this gene was a necessary EnsemblBacteria reference ID and edited the GenMAPP Builder code with the help of [[User:Dondi|Dr. Dionisio]] to include this ID in our next export (see [[Bklein7_Week_15]]). I conducted a complete import-export cycle on 12/10/2015 to create the .gdb file [[File:bpertussis-std_cw20151210.zip]]. I then characterized this export, authoring sections 1-5.2 of its testing report: [[Gene_Database_Testing_Report-_cw20151210]]. During our Sunday meeting, I worked with [[User:Lenaolufson|Lena]] to use this new gene database in GenMAPP. During our Monday meeting, I worked on our PowerPoint presentation: [[File:Bpertussis findings powerpoint.pdf]].&lt;br /&gt;
*** [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 22:31, 14 December 2015 (PST)&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Mahrad (Quality Assurance):&amp;#039;&amp;#039;&amp;#039; I worked closely with the coder [[User: Bklein7|Brandon]] in order to re-customize TallyEngine to include the 11 missing ORF genes. The specific customizations and following results are detailed in my [[Msaeedi23 Week 15| Week 15 Journal Entry]]  Having located the missing gene IDs, Brandon went into Eclipse to code for them to be included in the export. Following this, we tested out revised gene database to make sure these missing IDs were actually exported. We ran TallyEngine count, which gave a total of 3446 gene IDs, demonstrating that the IDs were now exported. Then we ran XMLpipeDB Match, and this provided a total of 3447 gene IDs exported, one additional. Finally, we ran PostgreSQL and this gave a total of 3446 gene IDs. We came to find that gene &amp;quot;BP3167A&amp;quot; was in the original XML file, but not accounted for in the exported file. With further investigation we concluded that &amp;quot;BP3167A&amp;quot; is a reference ID from EnsemblBacteria and corresponds to the same ID as &amp;quot;BP3167.1&amp;quot; which was exported. &lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Lena (GenMAPP User):&amp;#039;&amp;#039;&amp;#039; I was able to import the data into GenMAPP and then I created color sets in order to run MAPPFinder. I obtained the ontology results and did some background research on what exactly the top results related to from the microarray article. I then used Kegg pathways for my specific organism to create two separate MAPPS, one for ribosome and one for the nitrogen cycle.&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Meetings!&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
**This week, our group used class work sessions to coordinate our work:&lt;br /&gt;
***Tuesday, December 8, 2:40 - 4:00&lt;br /&gt;
***Thursday, December 10, 2:40 - 4:00&lt;br /&gt;
**In addition, we scheduled meetings outside of class to work on the final PowerPoint Presentation and deliverables for our project:&lt;br /&gt;
***Sunday, December 13, 7:00 PM - 1:00 AM&lt;br /&gt;
***Monday, December 14, 2:00 PM - 11:00 PM&lt;br /&gt;
&lt;br /&gt;
==Week 14==&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Goals&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Assignment due date:&amp;#039;&amp;#039;&amp;#039; Midnight Tuesday, December 8&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Coder:&amp;#039;&amp;#039;&amp;#039; Create the custom species profile for &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039;, run an export using the customized version of GenMAPP Builder, add further customizations to the custom species profile as appear necessary, and run a second export using the further customized version of GenMAPP Builder.&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Quality Assurance:&amp;#039;&amp;#039;&amp;#039; Identify gene IDs that are missing in the first custom export, work with the coder to classify these IDs, configure the Tally Engine, and complete a gene database testing report for the second custom export.&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;GenMAPP User:&amp;#039;&amp;#039;&amp;#039; Complete the statistical analysis of the data, format the data for import into GenMAPP, and coordinate with the coder/QA to import this data into GenMAPP using the custom gene database.&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Progress&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Brandon (Coder and Project Manager):&amp;#039;&amp;#039;&amp;#039; This week, I focused on creating and customizing the species profile for &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; in GenMAPP Builder, the details of which can be found in my [[Bklein7 Week 14| Week 14 Journal Entry]]. I documented the first export I conducted using a custom &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; species profile here: [[Gene Database Testing Report- cw20151201]]. I demonstrated that the custom species information implemented in this export worked as intended, but Mahrad and I identified 11 ORF genes that failed to export. I updated the &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; species profile to account for these ORF genes and conducted a new export, detailed here: [[Gene Database Testing Report- cw20151203]]. Mahrad analyzed the exported .gdb file. In addition to this, I kept tabs on my fellow group members to keep us on track to accomplish our long-term project goals in a timely manner.&lt;br /&gt;
*** [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 13:39, 7 December 2015 (PST)&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Mahrad (Quality Assurance):&amp;#039;&amp;#039;&amp;#039; This week as Q and A I worked directly with Brandon to do the initial data exports. The work can be summarized here: [[Msaeedi23 Week 14| Week 14 Journal Entry]]. Next we meticulously characterized regular expression patterns to detect discrepancies in extracting the data from the original samples. In the following week I will work to do the tally configuration to customize it according to our specific species. Now I will focus on the tally configuration which may take some time and coding assistance from Brandon. Once the Tally Engine has been configured to our specific species, Lena can proceed with with GenMAPP processing. Week 14 reflection:&lt;br /&gt;
# What worked?&lt;br /&gt;
#*We were able to use the various counting systems to detect the total number of gene IDs that were imported into our gdb file. Through our investigation, Brandon and I came to find four specific missing IDs. &lt;br /&gt;
# What didn&amp;#039;t work?&lt;br /&gt;
#*There were four ID inconsistencies detected to be missing in our gdb file. We were able to target the specific IDs that were missing and now the code will have to be changed to incorporate these missing IDs in our database. &lt;br /&gt;
# What will I do next to fix what didn&amp;#039;t work?&lt;br /&gt;
#*Work more closely with Brandon to ensure the Tally Engine is configured properly and that we can properly import and obtain confirmation that all the gene IDs were imported successfully. &lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Lena (GenMAPP User):&amp;#039;&amp;#039;&amp;#039; This week, I made progress on performing the statistical analysis of the data to prepare it for GenMAPP. I was able to post my progress for each of the class working sessions on my [[Lenaolufson Week 14| Week 14 Journal Entry]] as I updated the excel data sheets after each session. Dr. Dahlquist helped me figure out a problem with the original raw data that was causing the values to be very skewed. I then sent her my updated data sheet and she was able to use a program to separate the duplicates of the chips. After she sent me back the data with the sorted values, I performed the statistical analysis on the data, the most updated version of the file can be found on my Week 14 journal entry linked previously. &lt;br /&gt;
[[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 19:54, 7 December 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Meetings!&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
**This week, our group used class work sessions to coordinate our work:&lt;br /&gt;
***Tuesday, December 1, 2:40 - 4:00&lt;br /&gt;
***Thursday, December 3, 2:40 - 4:00&lt;br /&gt;
*** Monday, December 7, 10:30 - 12 am&lt;br /&gt;
&lt;br /&gt;
==Week 12==&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Goals&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Assignment due date:&amp;#039;&amp;#039;&amp;#039; Midnight Tuesday, November 24&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Coder:&amp;#039;&amp;#039;&amp;#039; Set up a GitHub repository clone of the XMLPipeDB project on your development device, the development rig, and the initial as-is build for gmbuilder. Complete an import-export cycle in association with QA.&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Quality Assurance:&amp;#039;&amp;#039;&amp;#039; Complete an import-export cycle for the 1st &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene database. Complete a Gene Database Testing Report for this export.&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;GenMAPP Users:&amp;#039;&amp;#039;&amp;#039; Create a Master Raw Data file that contains the IDs and columns of data required for further analysis. Consult with Dr. Dahlquist on how to process the data (normalization, statistics).&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Progress&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Brandon (Quality Assurance and Interim Coder):&amp;#039;&amp;#039;&amp;#039; This week, I focused on completing an import-export cycle for our first &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene database- [[File:Bpertussis-std cw20151119.zip]]. With my QA hat, I imported the appropriate data, exported the gene database, and discussed the gene database creation &amp;amp; counting protocol here- [[Gene Database Testing Report- cw20151119]]. With my Coder hat, I followed the instructions on the [[Coder| Coder Guild Page]] to setup a GitHub repository clone of the XMLPipdeDB project on my personal laptop, the Eclipse developer rig, and the initial as-is build for gmbuilder. The electronic lab notebook for my QA and Coder work is present on my [[Bklein7 Week 12| Week 12 Page]]. Finally, I wrote a PowerPoint presentation on our genome sequencing paper, which is linked to on my [[Bklein7 Week 12| Week 12 Page]] as well. &lt;br /&gt;
***[[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 18:48, 23 November 2015 (PST)&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Lena (GenMAPP):&amp;#039;&amp;#039;&amp;#039; I worked on downloading the correct data sample files from the provided files on the microarray paper page. The files were unzipped and prepared to be imported into excel. In excel, the data was manipulated to form a spreadsheet that had all of the gene IDs from the different samples with their appropriate columns to be analyzed. The corrections and further manipulations of the data are to be continued to be done in the coming week in order to create the desired dataset to be exported from excel. [[File:Bpertussis CompiledRawData MS2015.xlsx]]&lt;br /&gt;
***[[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 17:33, 23 November 2015 (PST)&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Mahrad (GenMAPP--&amp;gt; Quality Assurance)&amp;#039;&amp;#039;&amp;#039;: This week I downloaded the six data sample files provided  by the microarray paper. The process is detailed in my [[Msaeedi23 Week 12| Week 12 Journal Entry]]. Files were unzipped, imported into excel, and manipulated to form a single spreadsheet containing all gene IDs from the different samples. Each sample was placed in its respective column to be further analyzed and manipulated in the upcoming week. Following this, I assumed the position of quality assurance to accommodate the absence of Nicole.&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;Nicole&amp;#039;&amp;#039;&amp;#039; was absent this week. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 18:52, 23 November 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Meetings!&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
** Monday, November 23: Seaver 120- Brandon and Lena met to work on the GenMAPP testing of the gene IDs from our database.&lt;br /&gt;
&lt;br /&gt;
==Week 11==&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Goals&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
** For all:&lt;br /&gt;
*** Outline your assigned paper on your user page and include a list of 10 defined terms from the paper.&lt;br /&gt;
**Nicole &amp;amp; Brandon&lt;br /&gt;
***Prepare Journal Club presentation on the designated genome sequencing article&lt;br /&gt;
***Slides Due: by midnight, Tuesday, November 17&lt;br /&gt;
***Presentation Date: Tuesday, November 24&lt;br /&gt;
**Lena &amp;amp; Mahrad&lt;br /&gt;
***Prepare Journal Club presentation on the designated microarray paper&lt;br /&gt;
***Slides Due: by midnight, Tuesday, November 17&lt;br /&gt;
***Presentation Date: Tuesday, November 17&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Progress&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
**Nicole Anguiano (Coder): Nicole was absent this week for a medical emergency and is (hopefully) getting some much deserved rest. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 23:14, 16 November 2015 (PST)&lt;br /&gt;
**Brandon Klein (QA): This week I made several edits to the [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/The_Class_Whoopers Class Whoopers Team Page] in accordance with the [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/Week_11 Week 11 assignment]. These edits included the following: revising the Class Whoopers template, reorganizing the Team Page structure, commenting out unneeded articles in the annotated bibliography, creating the new bibliography entry as requested by Dr. Dahlquist, and writing the naming conventions for our files. Additionally, I outlined our genome sequencing paper for &amp;quot;Bordetella pertussis&amp;quot; and assessed the [http://www.genedb.org/Homepage/Bpertussis GeneDB MOD] on my [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/Bklein7_Week_11#Identifying_the_Bordetella_Pertussis_MOD Week 11 Individual Journal Entry]. A preliminary draft of the genome sequencing paper that I will likely be presenting solo was uploaded there. Finally, I kept tabs on group members as the interim Project Manager. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 23:14, 16 November 2015 (PST)&lt;br /&gt;
**Lena Olufson (GennMAPP): This week Mahrad and I met up and analyzed the microarray paper together. We split up the powerpoint into two halves; I did the introduction/significance of the study as well as the methods performed. Mahrad and I created our presentation together and worked through a google doc to edit it simultaneously as we discussed out loud. We also created a flow chart together that demonstrated the experimental design, thus we have the same ones included in our individual assignments. We made sure to check in with the temporary project manager and keep him updated on our progress. [[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 23:24, 16 November 2015 (PST) &lt;br /&gt;
**Mahrad Saeedi (GennMAPP): This week Lena and I worked on analyzing the microarray paper and creating an outline. The outline and detailed process involved with the experiment can be found in my [[Msaeedi23 Week 11| Week 11 Journal Entry]]. We each defined 10 terms separately based upon words we didn&amp;#039;t recognize in the article. We then proceeded to producing the powerpoint presentation for journal club. &lt;br /&gt;
[[User:Msaeedi23|Msaeedi23]] ([[User talk:Msaeedi23|talk]]) 23:46, 16 November 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Meetings!&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
**11/15- Lena &amp;amp; Mahrad met to work on outlining article and answering questions&lt;br /&gt;
**11/16- Lena &amp;amp; Mahrad met to prepare powerpoint presentation for journal club&lt;br /&gt;
&lt;br /&gt;
==Week 10==&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Goals&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
** For all:&lt;br /&gt;
*** Create an annotated bibliography including one genome sequencing paper and two microarray experiments for Bordetella pertussis&lt;br /&gt;
*** Create/update team page &amp;amp; compile group annotated bibliography&lt;br /&gt;
*** Assignment due date: Midnight Tuesday, November 10&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Progress&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
**All group members created annotated bibliographies and compiled them on the newly created group page.&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Meetings!&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
** Monday, November 9, 8pm-9pm, Seaver 120&lt;br /&gt;
&lt;br /&gt;
= Annotated Bibliography =&lt;br /&gt;
== Genome Sequencing Paper ==&lt;br /&gt;
&lt;br /&gt;
Neither of these papers is the &amp;#039;&amp;#039;first&amp;#039;&amp;#039; to report the genome sequence of &amp;#039;&amp;#039;B. pertussis.&amp;#039;&amp;#039;  The paper that you will want to use is [http://www.nature.com/ng/journal/v35/n1/full/ng1227.html this one].  I found it by looking at the introduction and references of the Zhang et. al (2011) paper.  For your Week 11 assignment, please remove your annotated bibliography entries for the two papers below and create one for this new paper by Parkhill et al. (2003).  You will use the Parkhill paper for your project.  &amp;#039;&amp;#039;&amp;amp;mdash; [[User:Kdahlquist|Kdahlquist]] ([[User talk:Kdahlquist|talk]]) 09:54, 10 November 2015 (PST)&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
*Parkhill, J., Sebaihia, M., Preston, A., Murphy, L. D., et al. (2003). Comparative analysis of the genome sequences of Bordetella pertussis, Bordetella parapertussis and Bordetella bronchiseptica. Nature genetics, 35(1), 32-40. doi:10.1038/ng1227&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/12910271&lt;br /&gt;
* PubMed Central:  Not available on PubMed Central.&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.nature.com/ng/journal/v35/n1/full/ng1227.html&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.nature.com/ng/journal/v35/n1/pdf/ng1227.pdf&lt;br /&gt;
* Copyright: ©2003 Nature Publishing Group (information found on PDF version of article). This article is not Open Access, but it is freely available 6 months after publication.&lt;br /&gt;
* Publisher: Nature Publishing Group (for-profit).&lt;br /&gt;
* Availability: In print and online.&lt;br /&gt;
* Did LMU pay a fee for this article: Yes, LMU pays a subscription fee for access to the journal &amp;#039;&amp;#039;Nature Genetics&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
== Microarray Paper ==&lt;br /&gt;
&lt;br /&gt;
This paper is suitable for your project.  &amp;#039;&amp;#039;&amp;amp;mdash; [[User:Kdahlquist|Kdahlquist]] ([[User talk:Kdahlquist|talk]]) 10:04, 10 November 2015 (PST)&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Hoo, R., Lam, J.H., Huot, L., Pant, A., Li, R., Hot, D., &amp;amp; Alonso, S. (2014). Evidence for a Role of the Polysaccharide Capsule Transport Proteins in Pertussis Pathogenesis. PLoS ONE, 9(12):e115243. doi: 10.1371/journal.pone.0115243&lt;br /&gt;
* PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/25501560 &lt;br /&gt;
* PubMed Central: http://www.ncbi.nlm.nih.gov/pmc/articles/PMC4264864/&lt;br /&gt;
* Publisher Full Text (HTML): http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0115243&lt;br /&gt;
* Publisher Full Text (PDF): http://www.plosone.org/article/fetchObject.action?uri=info:doi/10.1371/journal.pone.0115243&amp;amp;representation=PDF&lt;br /&gt;
* Copyright: © 2014 Hoo et al. This is an open-access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited (info found [http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0115243 here]).&lt;br /&gt;
* Publisher: PLOS ONE (respected open access organization).&lt;br /&gt;
* Availability: Online only.&lt;br /&gt;
* Did LMU pay a fee for this article: No.&lt;br /&gt;
* Web site where the data resides: [http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE62088 NCBI GEO data]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--#2&lt;br /&gt;
*Brickman, T. J., Cummings, C. A., Liew, S.-Y., Relman, D. A., &amp;amp; Armstrong, S. K. (2011). Transcriptional Profiling of the Iron Starvation Response in Bordetella pertussis Provides New Insights into Siderophore Utilization and Virulence Gene Expression . Journal of Bacteriology, 193(18), 4798–4812. http://doi.org/10.1128/JB.05136-11&lt;br /&gt;
* ArrayExpress Abstract: https://www.ebi.ac.uk/arrayexpress/experiments/E-MEXP-3263/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC532028/&lt;br /&gt;
*PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/?term=Transcriptional+Profiling+of+the+Iron+Starvation+Response+in+Bordetella+pertussis+Provides+New+Insights+into+Siderophore+Utilization+and+Virulence+Gene+Expression&lt;br /&gt;
* Publisher Full Text (HTML): http://jb.asm.org/content/193/18/4798.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/193/18/4798.full.pdf+html &lt;br /&gt;
* Copyright:  2011 by the American Society for Microbiology &lt;br /&gt;
* Publisher:  Journal of Bacteriology &lt;br /&gt;
* Availability:  in print and online&lt;br /&gt;
* Did LMU pay a fee for this article: yes&lt;br /&gt;
*Link to where the microarray data resides: https://www.ebi.ac.uk/arrayexpress/experiments/E-MEXP-3263/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
&lt;br /&gt;
#3&lt;br /&gt;
King, A. J., van der Lee, S., Mohangoo, A., van Gent, M., van der Ark, A., &amp;amp; van de Waterbeemd, B. (2013). Genome-Wide Gene Expression Analysis of Bordetella pertussis Isolates Associated with a Resurgence in Pertussis: Elucidation of Factors Involved in the Increased Fitness of Epidemic Strains. PLoS ONE, 8(6): e66150. doi: 10.1371/journal.pone.0066150&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/23776625&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3679012/&lt;br /&gt;
* Publisher Full Text (HTML):  http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0066150&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.plosone.org/article/fetchObject.action?uri=info:doi/10.1371/journal.pone.0066150&amp;amp;representation=PDF&lt;br /&gt;
* Copyright: © 2013 King et al. This is an open-access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited. (info found [http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0066150 here])&lt;br /&gt;
* Publisher: PLOS ONE (respected open access organization)&lt;br /&gt;
* Availability: online only&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
* Web site where the data resides: [http://www.ebi.ac.uk/arrayexpress/experiments/E-MTAB-1594/samples/?keywords=Bordetella+pertussis&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&amp;amp;s_page=1&amp;amp;s_pagesize=100 EBI ArrayExpress Data]&lt;br /&gt;
&lt;br /&gt;
#4 (note, all of the papers from this point on involve additional species other than Bordetella pertussis)&lt;br /&gt;
&lt;br /&gt;
* Cummings, C. A., Bootsma, H. J., Relman, D. A., &amp;amp; Miller, J. F. (2006). Species-and strain-specific control of a complex, flexible regulon by Bordetella BvgAS. Journal of bacteriology, 188(5), 1775-1785.&lt;br /&gt;
* ArrayExpress Abstract: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-29/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1426559/&lt;br /&gt;
*PubMed Abstract:http://www.ncbi.nlm.nih.gov/pubmed/?term=Species-+and+Strain-Specific+Control+of+a+Complex%2C+Flexible+Regulon+by+Bordetella+BvgAS&lt;br /&gt;
* Publisher Full Text (HTML): http://jb.asm.org/content/188/5/1775.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/188/5/1775.full.pdf+html&lt;br /&gt;
* Copyright:  2006 by the American Society for Microbiology &lt;br /&gt;
* Publisher:  Journal of Bacteriology &lt;br /&gt;
* Availability:  in print and online&lt;br /&gt;
* Did LMU pay a fee for this article: yes&lt;br /&gt;
*Link to where the microarray data resides: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-29/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
&lt;br /&gt;
#5&lt;br /&gt;
&lt;br /&gt;
* Brinig, M., Register, K., Ackermann, M., &amp;amp; Relman, D. (2006). Genomic features of Bordetella parapertussis clades with distinct host species specificity. Genome Biology, 7(9). doi:doi:10.1186/gb-2006-7-9-r81&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/16956413?dopt=Abstract&amp;amp;holding=f1000,f1000m,isrctn&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1794550/&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.genomebiology.com/2006/7/9/R81&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.genomebiology.com/content/pdf/gb-2006-7-9-r81.pdf&lt;br /&gt;
* Copyright: Brinig et al.; licensee BioMed Central Ltd. (information found on the article); open access&lt;br /&gt;
* Publisher:  BioMed Central Ltd (for-profit publisher)&lt;br /&gt;
* Availability:  online&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
# What experiment was performed?  What was the &amp;quot;treatment&amp;quot; and what was the &amp;quot;control&amp;quot; in the experiment?&lt;br /&gt;
# Were replicate experiments of the &amp;quot;treatment&amp;quot; and &amp;quot;control&amp;quot; conditions conducted?  Were these biological or technical replicates?  How many of each?&lt;br /&gt;
* Link to microarray data: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-95/&lt;br /&gt;
&lt;br /&gt;
#6&lt;br /&gt;
&lt;br /&gt;
* Cummings, C., Bootsma, H., Relman, D., &amp;amp; Miller, J. (2006). Species- and Strain-Specific Control of a Complex, Flexible Regulon by Bordetella BvgAS. Journal of Bacteriology, 188(5), 1775-1785. doi:doi: 10.1128/JB.188.5.1775-1785.2006&lt;br /&gt;
* PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/16484188?dopt=Abstract&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1426559/&lt;br /&gt;
* Publisher Full Text (HTML):  http://jb.asm.org/content/188/5/1775.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/188/5/1775.full.pdf&lt;br /&gt;
* Copyright: American Society for Microbiology; open access&lt;br /&gt;
* Publisher:  American Society for Microbiology (professional organization for scientists)&lt;br /&gt;
* Availability:  online and in print&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
# What experiment was performed?  What was the &amp;quot;treatment&amp;quot; and what was the &amp;quot;control&amp;quot; in the experiment?&lt;br /&gt;
# Were replicate experiments of the &amp;quot;treatment&amp;quot; and &amp;quot;control&amp;quot; conditions conducted?  Were these biological or technical replicates?  How many of each?&lt;br /&gt;
* Link to microarray data: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-28/&lt;br /&gt;
&lt;br /&gt;
#7&lt;br /&gt;
&lt;br /&gt;
*King, A. J., van Gorkom, T., Pennings, J. L., van der Heide, H. G., He, Q., Diavatopoulos, D., … Mooi, F. R. (2010). Correction: Comparative genomic profiling of Dutch clinical Bordetella pertussis isolates using DNA microarrays: identification of genes absent from epidemic strains. BMC Genomics, 11, 196. http://doi.org/10.1186/1471-2164-11-196&lt;br /&gt;
* PubMed Abstract:  http://www.biomedcentral.com/1471-2164/9/311#abs&lt;br /&gt;
* PubMed Central: &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/&amp;gt;&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/&lt;br /&gt;
* Publisher Full Text (PDF): &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/pdf/1471-2164-9-311.pdf&amp;gt;&lt;br /&gt;
* Copyright:  © 2008 King et al; licensee BioMed Central Ltd.This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.&lt;br /&gt;
* Publisher: BMC Genomics&lt;br /&gt;
* Availability: online access&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
&lt;br /&gt;
#8&lt;br /&gt;
&lt;br /&gt;
*Nakamura, M. M., Liew, S.-Y., Cummings, C. A., Brinig, M. M., Dieterich, C., &amp;amp; Relman, D. A. (2006). Growth Phase- and Nutrient Limitation-Associated Transcript Abundance Regulation in Bordetella pertussis  . Infection and Immunity, 74(10), 5537–5548. http://doi.org/10.1128/IAI.00781-06&lt;br /&gt;
* PubMed Abstract:  &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1594893/?report=reader#__abstractid499869title&amp;gt;&lt;br /&gt;
* PubMed Central: &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1594893/&amp;gt;&lt;br /&gt;
* Publisher Full Text (HTML): &amp;lt;http://iai.asm.org/content/74/10/5537.full&amp;gt;&lt;br /&gt;
* Publisher Full Text (PDF):  &amp;lt;http://iai.asm.org/content/74/10/5537.full.pdf+html&amp;gt;&lt;br /&gt;
* Copyright: © 2006, American Society for Microbiology&lt;br /&gt;
* Publisher: Infection and Immunity&lt;br /&gt;
* Availability: online access&lt;br /&gt;
* Did LMU pay a fee for this article: no!--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Msaeedi23</name></author>	</entry>

	<entry>
		<id>https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=Msaeedi23_Week_14&amp;diff=8200</id>
		<title>Msaeedi23 Week 14</title>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=Msaeedi23_Week_14&amp;diff=8200"/>
				<updated>2015-12-21T06:56:05Z</updated>
		
		<summary type="html">&lt;p&gt;Msaeedi23: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Link to completed gene database testing report for most recent created database 12/3: [[Gene Database Testing Report- cw20151203]]&lt;br /&gt;
&lt;br /&gt;
==Bordetella Pertussis Species Profile Customization==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===ID inconsistencies===&lt;br /&gt;
To assess the need for further customization of the &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; species profile, I worked directly with our coder [[User:Bklein7|Brandon]] to compare the gene IDs present in the cw20151201 .gdb file ([[File:Bpertussis-std cw20151201.zip]]) and the original .xml file ([[File:Uniprot-proteome-UP000002676 cw20151201.zip]]). This was done by copying the &amp;quot;OrderedLocusNames&amp;quot; table from the .gdb file into a new Excel document alongside the list of &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene IDs in the original .xml file that was generated using xmlpipedb match. Further details can be found in [[Msaeedi23 Week 14| Mahrad&amp;#039;s Week 14 Journal Entry]]. Overall, we found 4 discrepant IDs.&lt;br /&gt;
Together we went through and processed each individual gene which had an apparent discrepancy from the original dataset to the exported one. &lt;br /&gt;
&lt;br /&gt;
#&amp;#039;&amp;#039;&amp;#039;BP3167.1&amp;#039;&amp;#039;&amp;#039;- existed in the .gdb file but not in the the xmlpipedb match result&lt;br /&gt;
#*Additionally, we found that the expected variant of this ID, BP3167, existed in the xmlpipedb match result but not in the .gdb file.&lt;br /&gt;
#*We hypothesized that the ID existed as BP3167.1 in the original .xml file but was retrieved incompletely in the xmlpipedb match result due to the use of an imprecise regex (BP####). &lt;br /&gt;
#**To test this hypothesis, we conducted a new xmlpipedb match query using the updated regex BP####.1:&lt;br /&gt;
#**[[File: Bp3167issue_cw20151119.png]]&lt;br /&gt;
#***This test confirmed our hypothesis, demonstrating that BP3167.1 is the complete gene ID. Additionally, no other gene IDs in the .xml file exhibited this pattern.&lt;br /&gt;
#&amp;#039;&amp;#039;&amp;#039;BP0101&amp;#039;&amp;#039;&amp;#039;- did not get exported into the .gdb file&lt;br /&gt;
#*To investigate why this gene was not exported, we looked up this ID in the original .xml file.&lt;br /&gt;
#**We found that the gene ID was actually listed as both BP0101A and BP0101B, which was not retrieved in the xmlpipedb match result due to the use of an imprecise regex (BP####).&lt;br /&gt;
#**The gene IDs BP0101A and BP0101B were both listed as open reading frame (ORF) genes in the .xml file as opposed to ordered locus names. This presented a new category of gene IDs that the custom &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; species profile was not designed to export.&lt;br /&gt;
#*ORF investigation&lt;br /&gt;
#**To see if there were other ORF genes with the pattern BP####A or BP####B, we ran a query to retrieve such IDs from the original PostgreSQL database: &amp;#039;&amp;#039;bpertussis_cw20151119_gmb3build5&amp;#039;&amp;#039;.&lt;br /&gt;
#***[[File: ORFissue_cw20151119.png]]&lt;br /&gt;
#****This query retrieved a list of 11 ORF genes. Seven of these genes exhibited numerical sequences (####) that were cross-listed as ordered locus names, whereas four of the genes exhibited unique numerical sequences that were only listed as ORF genes. Therefore, only four of the ORF IDs should been discrepant during our comparative analysis between .gdb and .xml IDs. Of these four, two were BP0101A and BP0101B.&lt;br /&gt;
#**To evaluate the total number of genes that should be exported into the .gdb file, including both genes listed under the ordered locus names and ORF tables, we queried the original PostgreSQL database once more:&lt;br /&gt;
#***[[File: Oln-orfcounts_cw20151119.png]]&lt;br /&gt;
#****This demonstrates that 3446 unique genes exist in the original .xml file, all of which need to be exported into our .gdb file. The number 3446 comes from 3435 ordered locus names listings and 11 ORF listings.&lt;br /&gt;
#&amp;#039;&amp;#039;&amp;#039;BP0970&amp;#039;&amp;#039;&amp;#039;- did not get exported into the .gdb file&lt;br /&gt;
#*This was the third ORF gene with a unique numerical sequence. The gene was listed as BP0970A in the original .xml file.&lt;br /&gt;
#&amp;#039;&amp;#039;&amp;#039;BP0684&amp;#039;&amp;#039;&amp;#039;- did not get exported into the .gdb file&lt;br /&gt;
#*This was the third ORF gene with a unique numerical sequence. The gene was listed as BP0684A in the original .xml file.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Conclusion:&amp;#039;&amp;#039;&amp;#039; The custom &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; species profile in GenMAPP Builder needs to be customized to export the 11 ORF genes. The gene BP3167.1 was already being exported and, therefore, does not warrant coding changes. Instead, this unique pattern should be incorporated into the regex used to count &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene IDs when running future gene database testing reports.&lt;br /&gt;
&lt;br /&gt;
===Changes to the Code===&lt;br /&gt;
To make changes to the GenMAPP Builder code, Brandon opened the &amp;#039;&amp;#039;gmbuilder&amp;#039;&amp;#039; project within the &amp;#039;&amp;#039;Java perspective&amp;#039;&amp;#039; using the program &amp;#039;&amp;#039;Eclipse&amp;#039;&amp;#039;. The details regarding the developer rig, used can be found on Brandon&amp;#039;s page. [[Bklein7 Week 12| Week 12 Assignment Page]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{template: msaeedi23}}&lt;/div&gt;</summary>
		<author><name>Msaeedi23</name></author>	</entry>

	<entry>
		<id>https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=The_Class_Whoopers&amp;diff=8199</id>
		<title>The Class Whoopers</title>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=The_Class_Whoopers&amp;diff=8199"/>
				<updated>2015-12-21T06:49:00Z</updated>
		
		<summary type="html">&lt;p&gt;Msaeedi23: /* Week 15 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Team Information &amp;amp; Links =&lt;br /&gt;
&lt;br /&gt;
{{Template:Class Whoopers}}&lt;br /&gt;
&lt;br /&gt;
= Deliverables =&lt;br /&gt;
[[Bordetella Pertussis GenMAPP Analysis Deliverables]]&lt;br /&gt;
&lt;br /&gt;
==Presentation Download Links==&lt;br /&gt;
*Journal Club&lt;br /&gt;
** Genome Paper: [[File:Genomepaper_cw20151116.pdf]]&lt;br /&gt;
** Microarray Paper: [[File: Microarray_Journal_Club_Presentation.pdf]]&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Final Project&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
**[[File:Bpertussis_findings_powerpoint.pdf]]&lt;br /&gt;
&lt;br /&gt;
==File Naming Protocol==&lt;br /&gt;
All file types generated in this project will receive their own unique names composed of two key parts:&lt;br /&gt;
#Description&lt;br /&gt;
#*This will contain a brief, file-specific description of what content the file contains.&lt;br /&gt;
#*Descriptions for different versions of the same file will remain consistent.&lt;br /&gt;
#Identifier Tag&lt;br /&gt;
#*This tag will be listed as a suffix in the following form: &amp;quot;_cwYYYYMMDD&amp;quot;&lt;br /&gt;
#**cw- team name abbreviation&lt;br /&gt;
#**YYYYMMDD- date the file was created in the form year/month/day&lt;br /&gt;
&lt;br /&gt;
Additionally, the following file naming best practices will be observed when creating descriptions for new files:&lt;br /&gt;
*Our species will be referred to consistently as &amp;quot;bpertussis&amp;quot;.&lt;br /&gt;
*Spaces will be written as underscores.&lt;br /&gt;
*No capitalization will be used.&lt;br /&gt;
*No special characters will be used.&lt;br /&gt;
*If sequential numbering systems are used, leading zeros will be included for clarity.&lt;br /&gt;
&lt;br /&gt;
=Weekly Updates=&lt;br /&gt;
==Week 15==&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Goals&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Assignment due date:&amp;#039;&amp;#039;&amp;#039; Midnight Tuesday, December 15&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;Coder:&amp;#039;&amp;#039;&amp;#039; Adjust the GenMAPP Builder code to account for the one EnsemblBacteria reference ID that was missing in our last export; conduct a new import-export cycle to create the (hopefully) final .gdb file; begin characterizing the exported .gdb file in a Gene Database Testing Report; customize the GenMAPP Builder TallyEngine to account for any changes made.&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Quality Assurance:&amp;#039;&amp;#039;&amp;#039; Reconfigure TallyEngine Configuration with Coder in order to accommodate missing gene IDs that were not exported the previous time. Test the revised database by running TallyEngine count, XmlpipeDB Match, and PostgreSQL. Locate missing gene IDs if any. &lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;GenMAPP User:&amp;#039;&amp;#039;&amp;#039; Import data into GenMAPP, create ColorSets, and run MAPPFinder. Document and take notes on test runs with GenMAPP. Use the EX.txt file to help the Coder/Quality Assurance team members to validate the .gdb. Create a .mapp file showing one pathway that is changed in your data.&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Progress&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Brandon (Coder and Project Manager):&amp;#039;&amp;#039;&amp;#039; I began this week by customizing the GenMAPP Builder TallyEngine to report ORF counts for &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; (see [[Bklein7_Week_15]]). After this, I worked with [[User:Msaeedi23|Mahrad]] to identify the 1 gene ID that was missing in the .gdb file [[File:bpertussis-std_cw20151203.zip]]. I found that this gene was a necessary EnsemblBacteria reference ID and edited the GenMAPP Builder code with the help of [[User:Dondi|Dr. Dionisio]] to include this ID in our next export (see [[Bklein7_Week_15]]). I conducted a complete import-export cycle on 12/10/2015 to create the .gdb file [[File:bpertussis-std_cw20151210.zip]]. I then characterized this export, authoring sections 1-5.2 of its testing report: [[Gene_Database_Testing_Report-_cw20151210]]. During our Sunday meeting, I worked with [[User:Lenaolufson|Lena]] to use this new gene database in GenMAPP. During our Monday meeting, I worked on our PowerPoint presentation: [[File:Bpertussis findings powerpoint.pdf]].&lt;br /&gt;
*** [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 22:31, 14 December 2015 (PST)&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Mahrad (Quality Assurance):&amp;#039;&amp;#039;&amp;#039; I worked closely with the coder [[User: Bklein7|Brandon]] in order to re-customize TallyEngine to include the 11 missing ORF genes. The specific customizations and following results are detailed in my [[Msaeedi23 Week 15| Week 15 Journal Entry]]  Having located the missing gene IDs, Brandon went into Eclipse to code for them to be included in the export. Following this, we tested out revised gene database to make sure these missing IDs were actually exported. We ran TallyEngine count, which gave a total of 3446 gene IDs, demonstrating that the IDs were now exported. Then we ran XMLpipeDB Match, and this provided a total of 3447 gene IDs exported, one additional. Finally, we ran PostgreSQL and this gave a total of 3446 gene IDs. We came to find that gene &amp;quot;BP3167A&amp;quot; was in the original XML file, but not accounted for in the exported file. With further investigation we concluded that &amp;quot;BP3167A&amp;quot; is a reference ID from EnsemblBacteria and corresponds to the same ID as &amp;quot;BP3167.1&amp;quot; which was exported. &lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Lena (GenMAPP User):&amp;#039;&amp;#039;&amp;#039; I was able to import the data into GenMAPP and then I created color sets in order to run MAPPFinder. I obtained the ontology results and did some background research on what exactly the top results related to from the microarray article. I then used Kegg pathways for my specific organism to create two separate MAPPS, one for ribosome and one for the nitrogen cycle.&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Meetings!&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
**This week, our group used class work sessions to coordinate our work:&lt;br /&gt;
***Tuesday, December 8, 2:40 - 4:00&lt;br /&gt;
***Thursday, December 10, 2:40 - 4:00&lt;br /&gt;
**In addition, we scheduled meetings outside of class to work on the final PowerPoint Presentation and deliverables for our project:&lt;br /&gt;
***Sunday, December 13, 7:00 PM - 1:00 AM&lt;br /&gt;
***Monday, December 14, 2:00 PM - 11:00 PM&lt;br /&gt;
&lt;br /&gt;
==Week 14==&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Goals&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Assignment due date:&amp;#039;&amp;#039;&amp;#039; Midnight Tuesday, December 8&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Coder:&amp;#039;&amp;#039;&amp;#039; Create the custom species profile for &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039;, run an export using the customized version of GenMAPP Builder, add further customizations to the custom species profile as appear necessary, and run a second export using the further customized version of GenMAPP Builder.&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Quality Assurance:&amp;#039;&amp;#039;&amp;#039; Identify gene IDs that are missing in the first custom export, work with the coder to classify these IDs, configure the Tally Engine, and complete a gene database testing report for the second custom export.&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;GenMAPP User:&amp;#039;&amp;#039;&amp;#039; Complete the statistical analysis of the data, format the data for import into GenMAPP, and coordinate with the coder/QA to import this data into GenMAPP using the custom gene database.&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Progress&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Brandon (Coder and Project Manager):&amp;#039;&amp;#039;&amp;#039; This week, I focused on creating and customizing the species profile for &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; in GenMAPP Builder, the details of which can be found in my [[Bklein7 Week 14| Week 14 Journal Entry]]. I documented the first export I conducted using a custom &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; species profile here: [[Gene Database Testing Report- cw20151201]]. I demonstrated that the custom species information implemented in this export worked as intended, but Mahrad and I identified 11 ORF genes that failed to export. I updated the &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; species profile to account for these ORF genes and conducted a new export, detailed here: [[Gene Database Testing Report- cw20151203]]. Mahrad analyzed the exported .gdb file. In addition to this, I kept tabs on my fellow group members to keep us on track to accomplish our long-term project goals in a timely manner.&lt;br /&gt;
*** [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 13:39, 7 December 2015 (PST)&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Mahrad (Quality Assurance):&amp;#039;&amp;#039;&amp;#039; This week as Q and A I worked directly with Brandon to do the initial data exports. The work can be summarized here: [[Msaeedi23 Week 14| Week 14 Journal Entry]]. Next we meticulously characterized regular expression patterns to detect discrepancies in extracting the data from the original samples. In the following week I will work to do the tally configuration to customize it according to our specific species. Now I will focus on the tally configuration which may take some time and coding assistance from Brandon. Once the Tally Engine has been configured to our specific species, Lena can proceed with with GenMAPP processing. &lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Lena (GenMAPP User):&amp;#039;&amp;#039;&amp;#039; This week, I made progress on performing the statistical analysis of the data to prepare it for GenMAPP. I was able to post my progress for each of the class working sessions on my [[Lenaolufson Week 14| Week 14 Journal Entry]] as I updated the excel data sheets after each session. Dr. Dahlquist helped me figure out a problem with the original raw data that was causing the values to be very skewed. I then sent her my updated data sheet and she was able to use a program to separate the duplicates of the chips. After she sent me back the data with the sorted values, I performed the statistical analysis on the data, the most updated version of the file can be found on my Week 14 journal entry linked previously. &lt;br /&gt;
[[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 19:54, 7 December 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Meetings!&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
**This week, our group used class work sessions to coordinate our work:&lt;br /&gt;
***Tuesday, December 1, 2:40 - 4:00&lt;br /&gt;
***Thursday, December 3, 2:40 - 4:00&lt;br /&gt;
*** Monday, December 7, 10:30 - 12 am&lt;br /&gt;
&lt;br /&gt;
==Week 12==&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Goals&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Assignment due date:&amp;#039;&amp;#039;&amp;#039; Midnight Tuesday, November 24&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Coder:&amp;#039;&amp;#039;&amp;#039; Set up a GitHub repository clone of the XMLPipeDB project on your development device, the development rig, and the initial as-is build for gmbuilder. Complete an import-export cycle in association with QA.&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Quality Assurance:&amp;#039;&amp;#039;&amp;#039; Complete an import-export cycle for the 1st &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene database. Complete a Gene Database Testing Report for this export.&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;GenMAPP Users:&amp;#039;&amp;#039;&amp;#039; Create a Master Raw Data file that contains the IDs and columns of data required for further analysis. Consult with Dr. Dahlquist on how to process the data (normalization, statistics).&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Progress&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Brandon (Quality Assurance and Interim Coder):&amp;#039;&amp;#039;&amp;#039; This week, I focused on completing an import-export cycle for our first &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene database- [[File:Bpertussis-std cw20151119.zip]]. With my QA hat, I imported the appropriate data, exported the gene database, and discussed the gene database creation &amp;amp; counting protocol here- [[Gene Database Testing Report- cw20151119]]. With my Coder hat, I followed the instructions on the [[Coder| Coder Guild Page]] to setup a GitHub repository clone of the XMLPipdeDB project on my personal laptop, the Eclipse developer rig, and the initial as-is build for gmbuilder. The electronic lab notebook for my QA and Coder work is present on my [[Bklein7 Week 12| Week 12 Page]]. Finally, I wrote a PowerPoint presentation on our genome sequencing paper, which is linked to on my [[Bklein7 Week 12| Week 12 Page]] as well. &lt;br /&gt;
***[[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 18:48, 23 November 2015 (PST)&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Lena (GenMAPP):&amp;#039;&amp;#039;&amp;#039; I worked on downloading the correct data sample files from the provided files on the microarray paper page. The files were unzipped and prepared to be imported into excel. In excel, the data was manipulated to form a spreadsheet that had all of the gene IDs from the different samples with their appropriate columns to be analyzed. The corrections and further manipulations of the data are to be continued to be done in the coming week in order to create the desired dataset to be exported from excel. [[File:Bpertussis CompiledRawData MS2015.xlsx]]&lt;br /&gt;
***[[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 17:33, 23 November 2015 (PST)&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Mahrad (GenMAPP--&amp;gt; Quality Assurance)&amp;#039;&amp;#039;&amp;#039;: This week I downloaded the six data sample files provided  by the microarray paper. The process is detailed in my [[Msaeedi23 Week 12| Week 12 Journal Entry]]. Files were unzipped, imported into excel, and manipulated to form a single spreadsheet containing all gene IDs from the different samples. Each sample was placed in its respective column to be further analyzed and manipulated in the upcoming week. Following this, I assumed the position of quality assurance to accommodate the absence of Nicole.&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;Nicole&amp;#039;&amp;#039;&amp;#039; was absent this week. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 18:52, 23 November 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Meetings!&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
** Monday, November 23: Seaver 120- Brandon and Lena met to work on the GenMAPP testing of the gene IDs from our database.&lt;br /&gt;
&lt;br /&gt;
==Week 11==&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Goals&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
** For all:&lt;br /&gt;
*** Outline your assigned paper on your user page and include a list of 10 defined terms from the paper.&lt;br /&gt;
**Nicole &amp;amp; Brandon&lt;br /&gt;
***Prepare Journal Club presentation on the designated genome sequencing article&lt;br /&gt;
***Slides Due: by midnight, Tuesday, November 17&lt;br /&gt;
***Presentation Date: Tuesday, November 24&lt;br /&gt;
**Lena &amp;amp; Mahrad&lt;br /&gt;
***Prepare Journal Club presentation on the designated microarray paper&lt;br /&gt;
***Slides Due: by midnight, Tuesday, November 17&lt;br /&gt;
***Presentation Date: Tuesday, November 17&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Progress&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
**Nicole Anguiano (Coder): Nicole was absent this week for a medical emergency and is (hopefully) getting some much deserved rest. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 23:14, 16 November 2015 (PST)&lt;br /&gt;
**Brandon Klein (QA): This week I made several edits to the [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/The_Class_Whoopers Class Whoopers Team Page] in accordance with the [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/Week_11 Week 11 assignment]. These edits included the following: revising the Class Whoopers template, reorganizing the Team Page structure, commenting out unneeded articles in the annotated bibliography, creating the new bibliography entry as requested by Dr. Dahlquist, and writing the naming conventions for our files. Additionally, I outlined our genome sequencing paper for &amp;quot;Bordetella pertussis&amp;quot; and assessed the [http://www.genedb.org/Homepage/Bpertussis GeneDB MOD] on my [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/Bklein7_Week_11#Identifying_the_Bordetella_Pertussis_MOD Week 11 Individual Journal Entry]. A preliminary draft of the genome sequencing paper that I will likely be presenting solo was uploaded there. Finally, I kept tabs on group members as the interim Project Manager. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 23:14, 16 November 2015 (PST)&lt;br /&gt;
**Lena Olufson (GennMAPP): This week Mahrad and I met up and analyzed the microarray paper together. We split up the powerpoint into two halves; I did the introduction/significance of the study as well as the methods performed. Mahrad and I created our presentation together and worked through a google doc to edit it simultaneously as we discussed out loud. We also created a flow chart together that demonstrated the experimental design, thus we have the same ones included in our individual assignments. We made sure to check in with the temporary project manager and keep him updated on our progress. [[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 23:24, 16 November 2015 (PST) &lt;br /&gt;
**Mahrad Saeedi (GennMAPP): This week Lena and I worked on analyzing the microarray paper and creating an outline. The outline and detailed process involved with the experiment can be found in my [[Msaeedi23 Week 11| Week 11 Journal Entry]]. We each defined 10 terms separately based upon words we didn&amp;#039;t recognize in the article. We then proceeded to producing the powerpoint presentation for journal club. &lt;br /&gt;
[[User:Msaeedi23|Msaeedi23]] ([[User talk:Msaeedi23|talk]]) 23:46, 16 November 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Meetings!&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
**11/15- Lena &amp;amp; Mahrad met to work on outlining article and answering questions&lt;br /&gt;
**11/16- Lena &amp;amp; Mahrad met to prepare powerpoint presentation for journal club&lt;br /&gt;
&lt;br /&gt;
==Week 10==&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Goals&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
** For all:&lt;br /&gt;
*** Create an annotated bibliography including one genome sequencing paper and two microarray experiments for Bordetella pertussis&lt;br /&gt;
*** Create/update team page &amp;amp; compile group annotated bibliography&lt;br /&gt;
*** Assignment due date: Midnight Tuesday, November 10&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Progress&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
**All group members created annotated bibliographies and compiled them on the newly created group page.&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Meetings!&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
** Monday, November 9, 8pm-9pm, Seaver 120&lt;br /&gt;
&lt;br /&gt;
= Annotated Bibliography =&lt;br /&gt;
== Genome Sequencing Paper ==&lt;br /&gt;
&lt;br /&gt;
Neither of these papers is the &amp;#039;&amp;#039;first&amp;#039;&amp;#039; to report the genome sequence of &amp;#039;&amp;#039;B. pertussis.&amp;#039;&amp;#039;  The paper that you will want to use is [http://www.nature.com/ng/journal/v35/n1/full/ng1227.html this one].  I found it by looking at the introduction and references of the Zhang et. al (2011) paper.  For your Week 11 assignment, please remove your annotated bibliography entries for the two papers below and create one for this new paper by Parkhill et al. (2003).  You will use the Parkhill paper for your project.  &amp;#039;&amp;#039;&amp;amp;mdash; [[User:Kdahlquist|Kdahlquist]] ([[User talk:Kdahlquist|talk]]) 09:54, 10 November 2015 (PST)&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
*Parkhill, J., Sebaihia, M., Preston, A., Murphy, L. D., et al. (2003). Comparative analysis of the genome sequences of Bordetella pertussis, Bordetella parapertussis and Bordetella bronchiseptica. Nature genetics, 35(1), 32-40. doi:10.1038/ng1227&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/12910271&lt;br /&gt;
* PubMed Central:  Not available on PubMed Central.&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.nature.com/ng/journal/v35/n1/full/ng1227.html&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.nature.com/ng/journal/v35/n1/pdf/ng1227.pdf&lt;br /&gt;
* Copyright: ©2003 Nature Publishing Group (information found on PDF version of article). This article is not Open Access, but it is freely available 6 months after publication.&lt;br /&gt;
* Publisher: Nature Publishing Group (for-profit).&lt;br /&gt;
* Availability: In print and online.&lt;br /&gt;
* Did LMU pay a fee for this article: Yes, LMU pays a subscription fee for access to the journal &amp;#039;&amp;#039;Nature Genetics&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
== Microarray Paper ==&lt;br /&gt;
&lt;br /&gt;
This paper is suitable for your project.  &amp;#039;&amp;#039;&amp;amp;mdash; [[User:Kdahlquist|Kdahlquist]] ([[User talk:Kdahlquist|talk]]) 10:04, 10 November 2015 (PST)&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Hoo, R., Lam, J.H., Huot, L., Pant, A., Li, R., Hot, D., &amp;amp; Alonso, S. (2014). Evidence for a Role of the Polysaccharide Capsule Transport Proteins in Pertussis Pathogenesis. PLoS ONE, 9(12):e115243. doi: 10.1371/journal.pone.0115243&lt;br /&gt;
* PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/25501560 &lt;br /&gt;
* PubMed Central: http://www.ncbi.nlm.nih.gov/pmc/articles/PMC4264864/&lt;br /&gt;
* Publisher Full Text (HTML): http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0115243&lt;br /&gt;
* Publisher Full Text (PDF): http://www.plosone.org/article/fetchObject.action?uri=info:doi/10.1371/journal.pone.0115243&amp;amp;representation=PDF&lt;br /&gt;
* Copyright: © 2014 Hoo et al. This is an open-access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited (info found [http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0115243 here]).&lt;br /&gt;
* Publisher: PLOS ONE (respected open access organization).&lt;br /&gt;
* Availability: Online only.&lt;br /&gt;
* Did LMU pay a fee for this article: No.&lt;br /&gt;
* Web site where the data resides: [http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE62088 NCBI GEO data]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--#2&lt;br /&gt;
*Brickman, T. J., Cummings, C. A., Liew, S.-Y., Relman, D. A., &amp;amp; Armstrong, S. K. (2011). Transcriptional Profiling of the Iron Starvation Response in Bordetella pertussis Provides New Insights into Siderophore Utilization and Virulence Gene Expression . Journal of Bacteriology, 193(18), 4798–4812. http://doi.org/10.1128/JB.05136-11&lt;br /&gt;
* ArrayExpress Abstract: https://www.ebi.ac.uk/arrayexpress/experiments/E-MEXP-3263/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC532028/&lt;br /&gt;
*PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/?term=Transcriptional+Profiling+of+the+Iron+Starvation+Response+in+Bordetella+pertussis+Provides+New+Insights+into+Siderophore+Utilization+and+Virulence+Gene+Expression&lt;br /&gt;
* Publisher Full Text (HTML): http://jb.asm.org/content/193/18/4798.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/193/18/4798.full.pdf+html &lt;br /&gt;
* Copyright:  2011 by the American Society for Microbiology &lt;br /&gt;
* Publisher:  Journal of Bacteriology &lt;br /&gt;
* Availability:  in print and online&lt;br /&gt;
* Did LMU pay a fee for this article: yes&lt;br /&gt;
*Link to where the microarray data resides: https://www.ebi.ac.uk/arrayexpress/experiments/E-MEXP-3263/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
&lt;br /&gt;
#3&lt;br /&gt;
King, A. J., van der Lee, S., Mohangoo, A., van Gent, M., van der Ark, A., &amp;amp; van de Waterbeemd, B. (2013). Genome-Wide Gene Expression Analysis of Bordetella pertussis Isolates Associated with a Resurgence in Pertussis: Elucidation of Factors Involved in the Increased Fitness of Epidemic Strains. PLoS ONE, 8(6): e66150. doi: 10.1371/journal.pone.0066150&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/23776625&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3679012/&lt;br /&gt;
* Publisher Full Text (HTML):  http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0066150&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.plosone.org/article/fetchObject.action?uri=info:doi/10.1371/journal.pone.0066150&amp;amp;representation=PDF&lt;br /&gt;
* Copyright: © 2013 King et al. This is an open-access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited. (info found [http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0066150 here])&lt;br /&gt;
* Publisher: PLOS ONE (respected open access organization)&lt;br /&gt;
* Availability: online only&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
* Web site where the data resides: [http://www.ebi.ac.uk/arrayexpress/experiments/E-MTAB-1594/samples/?keywords=Bordetella+pertussis&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&amp;amp;s_page=1&amp;amp;s_pagesize=100 EBI ArrayExpress Data]&lt;br /&gt;
&lt;br /&gt;
#4 (note, all of the papers from this point on involve additional species other than Bordetella pertussis)&lt;br /&gt;
&lt;br /&gt;
* Cummings, C. A., Bootsma, H. J., Relman, D. A., &amp;amp; Miller, J. F. (2006). Species-and strain-specific control of a complex, flexible regulon by Bordetella BvgAS. Journal of bacteriology, 188(5), 1775-1785.&lt;br /&gt;
* ArrayExpress Abstract: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-29/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1426559/&lt;br /&gt;
*PubMed Abstract:http://www.ncbi.nlm.nih.gov/pubmed/?term=Species-+and+Strain-Specific+Control+of+a+Complex%2C+Flexible+Regulon+by+Bordetella+BvgAS&lt;br /&gt;
* Publisher Full Text (HTML): http://jb.asm.org/content/188/5/1775.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/188/5/1775.full.pdf+html&lt;br /&gt;
* Copyright:  2006 by the American Society for Microbiology &lt;br /&gt;
* Publisher:  Journal of Bacteriology &lt;br /&gt;
* Availability:  in print and online&lt;br /&gt;
* Did LMU pay a fee for this article: yes&lt;br /&gt;
*Link to where the microarray data resides: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-29/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
&lt;br /&gt;
#5&lt;br /&gt;
&lt;br /&gt;
* Brinig, M., Register, K., Ackermann, M., &amp;amp; Relman, D. (2006). Genomic features of Bordetella parapertussis clades with distinct host species specificity. Genome Biology, 7(9). doi:doi:10.1186/gb-2006-7-9-r81&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/16956413?dopt=Abstract&amp;amp;holding=f1000,f1000m,isrctn&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1794550/&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.genomebiology.com/2006/7/9/R81&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.genomebiology.com/content/pdf/gb-2006-7-9-r81.pdf&lt;br /&gt;
* Copyright: Brinig et al.; licensee BioMed Central Ltd. (information found on the article); open access&lt;br /&gt;
* Publisher:  BioMed Central Ltd (for-profit publisher)&lt;br /&gt;
* Availability:  online&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
# What experiment was performed?  What was the &amp;quot;treatment&amp;quot; and what was the &amp;quot;control&amp;quot; in the experiment?&lt;br /&gt;
# Were replicate experiments of the &amp;quot;treatment&amp;quot; and &amp;quot;control&amp;quot; conditions conducted?  Were these biological or technical replicates?  How many of each?&lt;br /&gt;
* Link to microarray data: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-95/&lt;br /&gt;
&lt;br /&gt;
#6&lt;br /&gt;
&lt;br /&gt;
* Cummings, C., Bootsma, H., Relman, D., &amp;amp; Miller, J. (2006). Species- and Strain-Specific Control of a Complex, Flexible Regulon by Bordetella BvgAS. Journal of Bacteriology, 188(5), 1775-1785. doi:doi: 10.1128/JB.188.5.1775-1785.2006&lt;br /&gt;
* PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/16484188?dopt=Abstract&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1426559/&lt;br /&gt;
* Publisher Full Text (HTML):  http://jb.asm.org/content/188/5/1775.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/188/5/1775.full.pdf&lt;br /&gt;
* Copyright: American Society for Microbiology; open access&lt;br /&gt;
* Publisher:  American Society for Microbiology (professional organization for scientists)&lt;br /&gt;
* Availability:  online and in print&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
# What experiment was performed?  What was the &amp;quot;treatment&amp;quot; and what was the &amp;quot;control&amp;quot; in the experiment?&lt;br /&gt;
# Were replicate experiments of the &amp;quot;treatment&amp;quot; and &amp;quot;control&amp;quot; conditions conducted?  Were these biological or technical replicates?  How many of each?&lt;br /&gt;
* Link to microarray data: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-28/&lt;br /&gt;
&lt;br /&gt;
#7&lt;br /&gt;
&lt;br /&gt;
*King, A. J., van Gorkom, T., Pennings, J. L., van der Heide, H. G., He, Q., Diavatopoulos, D., … Mooi, F. R. (2010). Correction: Comparative genomic profiling of Dutch clinical Bordetella pertussis isolates using DNA microarrays: identification of genes absent from epidemic strains. BMC Genomics, 11, 196. http://doi.org/10.1186/1471-2164-11-196&lt;br /&gt;
* PubMed Abstract:  http://www.biomedcentral.com/1471-2164/9/311#abs&lt;br /&gt;
* PubMed Central: &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/&amp;gt;&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/&lt;br /&gt;
* Publisher Full Text (PDF): &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/pdf/1471-2164-9-311.pdf&amp;gt;&lt;br /&gt;
* Copyright:  © 2008 King et al; licensee BioMed Central Ltd.This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.&lt;br /&gt;
* Publisher: BMC Genomics&lt;br /&gt;
* Availability: online access&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
&lt;br /&gt;
#8&lt;br /&gt;
&lt;br /&gt;
*Nakamura, M. M., Liew, S.-Y., Cummings, C. A., Brinig, M. M., Dieterich, C., &amp;amp; Relman, D. A. (2006). Growth Phase- and Nutrient Limitation-Associated Transcript Abundance Regulation in Bordetella pertussis  . Infection and Immunity, 74(10), 5537–5548. http://doi.org/10.1128/IAI.00781-06&lt;br /&gt;
* PubMed Abstract:  &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1594893/?report=reader#__abstractid499869title&amp;gt;&lt;br /&gt;
* PubMed Central: &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1594893/&amp;gt;&lt;br /&gt;
* Publisher Full Text (HTML): &amp;lt;http://iai.asm.org/content/74/10/5537.full&amp;gt;&lt;br /&gt;
* Publisher Full Text (PDF):  &amp;lt;http://iai.asm.org/content/74/10/5537.full.pdf+html&amp;gt;&lt;br /&gt;
* Copyright: © 2006, American Society for Microbiology&lt;br /&gt;
* Publisher: Infection and Immunity&lt;br /&gt;
* Availability: online access&lt;br /&gt;
* Did LMU pay a fee for this article: no!--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Msaeedi23</name></author>	</entry>

	<entry>
		<id>https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=The_Class_Whoopers&amp;diff=8198</id>
		<title>The Class Whoopers</title>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=The_Class_Whoopers&amp;diff=8198"/>
				<updated>2015-12-21T06:47:33Z</updated>
		
		<summary type="html">&lt;p&gt;Msaeedi23: /* Week 12 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Team Information &amp;amp; Links =&lt;br /&gt;
&lt;br /&gt;
{{Template:Class Whoopers}}&lt;br /&gt;
&lt;br /&gt;
= Deliverables =&lt;br /&gt;
[[Bordetella Pertussis GenMAPP Analysis Deliverables]]&lt;br /&gt;
&lt;br /&gt;
==Presentation Download Links==&lt;br /&gt;
*Journal Club&lt;br /&gt;
** Genome Paper: [[File:Genomepaper_cw20151116.pdf]]&lt;br /&gt;
** Microarray Paper: [[File: Microarray_Journal_Club_Presentation.pdf]]&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Final Project&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
**[[File:Bpertussis_findings_powerpoint.pdf]]&lt;br /&gt;
&lt;br /&gt;
==File Naming Protocol==&lt;br /&gt;
All file types generated in this project will receive their own unique names composed of two key parts:&lt;br /&gt;
#Description&lt;br /&gt;
#*This will contain a brief, file-specific description of what content the file contains.&lt;br /&gt;
#*Descriptions for different versions of the same file will remain consistent.&lt;br /&gt;
#Identifier Tag&lt;br /&gt;
#*This tag will be listed as a suffix in the following form: &amp;quot;_cwYYYYMMDD&amp;quot;&lt;br /&gt;
#**cw- team name abbreviation&lt;br /&gt;
#**YYYYMMDD- date the file was created in the form year/month/day&lt;br /&gt;
&lt;br /&gt;
Additionally, the following file naming best practices will be observed when creating descriptions for new files:&lt;br /&gt;
*Our species will be referred to consistently as &amp;quot;bpertussis&amp;quot;.&lt;br /&gt;
*Spaces will be written as underscores.&lt;br /&gt;
*No capitalization will be used.&lt;br /&gt;
*No special characters will be used.&lt;br /&gt;
*If sequential numbering systems are used, leading zeros will be included for clarity.&lt;br /&gt;
&lt;br /&gt;
=Weekly Updates=&lt;br /&gt;
==Week 15==&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Goals&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Assignment due date:&amp;#039;&amp;#039;&amp;#039; Midnight Tuesday, December 15&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;Coder:&amp;#039;&amp;#039;&amp;#039; Adjust the GenMAPP Builder code to account for the one EnsemblBacteria reference ID that was missing in our last export; conduct a new import-export cycle to create the (hopefully) final .gdb file; begin characterizing the exported .gdb file in a Gene Database Testing Report; customize the GenMAPP Builder TallyEngine to account for any changes made.&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Quality Assurance:&amp;#039;&amp;#039;&amp;#039; Reconfigure TallyEngine Configuration with Coder in order to accommodate missing gene IDs that were not exported the previous time. Test the revised database by running TallyEngine count, XmlpipeDB Match, and PostgreSQL. Locate missing gene IDs if any. &lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;GenMAPP User:&amp;#039;&amp;#039;&amp;#039; Import data into GenMAPP, create ColorSets, and run MAPPFinder. Document and take notes on test runs with GenMAPP. Use the EX.txt file to help the Coder/Quality Assurance team members to validate the .gdb. Create a .mapp file showing one pathway that is changed in your data.&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Progress&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Brandon (Coder and Project Manager):&amp;#039;&amp;#039;&amp;#039; I began this week by customizing the GenMAPP Builder TallyEngine to report ORF counts for &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; (see [[Bklein7_Week_15]]). After this, I worked with [[User:Msaeedi23|Mahrad]] to identify the 1 gene ID that was missing in the .gdb file [[File:bpertussis-std_cw20151203.zip]]. I found that this gene was a necessary EnsemblBacteria reference ID and edited the GenMAPP Builder code with the help of [[User:Dondi|Dr. Dionisio]] to include this ID in our next export (see [[Bklein7_Week_15]]). I conducted a complete import-export cycle on 12/10/2015 to create the .gdb file [[File:bpertussis-std_cw20151210.zip]]. I then characterized this export, authoring sections 1-5.2 of its testing report: [[Gene_Database_Testing_Report-_cw20151210]]. During our Sunday meeting, I worked with [[User:Lenaolufson|Lena]] to use this new gene database in GenMAPP. During our Monday meeting, I worked on our PowerPoint presentation: [[File:Bpertussis findings powerpoint.pdf]].&lt;br /&gt;
*** [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 22:31, 14 December 2015 (PST)&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Mahrad (Quality Assurance):&amp;#039;&amp;#039;&amp;#039; I worked closely with the coder [[User: Bklein7|Brandon]] in order to re-customize TallyEngine to include the 11 missing ORF genes. Having located the missing gene IDs, Brandon went into Eclipse to code for them to be included in the export. Following this, we tested out revised gene database to make sure these missing IDs were actually exported. We ran TallyEngine count, which gave a total of 3446 gene IDs, demonstrating that the IDs were now exported. Then we ran XMLpipeDB Match, and this provided a total of 3447 gene IDs exported, one additional. Finally, we ran PostgreSQL and this gave a total of 3446 gene IDs. We came to find that gene &amp;quot;BP3167A&amp;quot; was in the original XML file, but not accounted for in the exported file. With further investigation we concluded that &amp;quot;BP3167A&amp;quot; is a reference ID from EnsemblBacteria and corresponds to the same ID as &amp;quot;BP3167.1&amp;quot; which was exported. &lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Lena (GenMAPP User):&amp;#039;&amp;#039;&amp;#039; I was able to import the data into GenMAPP and then I created color sets in order to run MAPPFinder. I obtained the ontology results and did some background research on what exactly the top results related to from the microarray article. I then used Kegg pathways for my specific organism to create two separate MAPPS, one for ribosome and one for the nitrogen cycle.&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Meetings!&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
**This week, our group used class work sessions to coordinate our work:&lt;br /&gt;
***Tuesday, December 8, 2:40 - 4:00&lt;br /&gt;
***Thursday, December 10, 2:40 - 4:00&lt;br /&gt;
**In addition, we scheduled meetings outside of class to work on the final PowerPoint Presentation and deliverables for our project:&lt;br /&gt;
***Sunday, December 13, 7:00 PM - 1:00 AM&lt;br /&gt;
***Monday, December 14, 2:00 PM - 11:00 PM&lt;br /&gt;
&lt;br /&gt;
==Week 14==&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Goals&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Assignment due date:&amp;#039;&amp;#039;&amp;#039; Midnight Tuesday, December 8&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Coder:&amp;#039;&amp;#039;&amp;#039; Create the custom species profile for &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039;, run an export using the customized version of GenMAPP Builder, add further customizations to the custom species profile as appear necessary, and run a second export using the further customized version of GenMAPP Builder.&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Quality Assurance:&amp;#039;&amp;#039;&amp;#039; Identify gene IDs that are missing in the first custom export, work with the coder to classify these IDs, configure the Tally Engine, and complete a gene database testing report for the second custom export.&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;GenMAPP User:&amp;#039;&amp;#039;&amp;#039; Complete the statistical analysis of the data, format the data for import into GenMAPP, and coordinate with the coder/QA to import this data into GenMAPP using the custom gene database.&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Progress&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Brandon (Coder and Project Manager):&amp;#039;&amp;#039;&amp;#039; This week, I focused on creating and customizing the species profile for &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; in GenMAPP Builder, the details of which can be found in my [[Bklein7 Week 14| Week 14 Journal Entry]]. I documented the first export I conducted using a custom &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; species profile here: [[Gene Database Testing Report- cw20151201]]. I demonstrated that the custom species information implemented in this export worked as intended, but Mahrad and I identified 11 ORF genes that failed to export. I updated the &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; species profile to account for these ORF genes and conducted a new export, detailed here: [[Gene Database Testing Report- cw20151203]]. Mahrad analyzed the exported .gdb file. In addition to this, I kept tabs on my fellow group members to keep us on track to accomplish our long-term project goals in a timely manner.&lt;br /&gt;
*** [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 13:39, 7 December 2015 (PST)&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Mahrad (Quality Assurance):&amp;#039;&amp;#039;&amp;#039; This week as Q and A I worked directly with Brandon to do the initial data exports. The work can be summarized here: [[Msaeedi23 Week 14| Week 14 Journal Entry]]. Next we meticulously characterized regular expression patterns to detect discrepancies in extracting the data from the original samples. In the following week I will work to do the tally configuration to customize it according to our specific species. Now I will focus on the tally configuration which may take some time and coding assistance from Brandon. Once the Tally Engine has been configured to our specific species, Lena can proceed with with GenMAPP processing. &lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Lena (GenMAPP User):&amp;#039;&amp;#039;&amp;#039; This week, I made progress on performing the statistical analysis of the data to prepare it for GenMAPP. I was able to post my progress for each of the class working sessions on my [[Lenaolufson Week 14| Week 14 Journal Entry]] as I updated the excel data sheets after each session. Dr. Dahlquist helped me figure out a problem with the original raw data that was causing the values to be very skewed. I then sent her my updated data sheet and she was able to use a program to separate the duplicates of the chips. After she sent me back the data with the sorted values, I performed the statistical analysis on the data, the most updated version of the file can be found on my Week 14 journal entry linked previously. &lt;br /&gt;
[[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 19:54, 7 December 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Meetings!&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
**This week, our group used class work sessions to coordinate our work:&lt;br /&gt;
***Tuesday, December 1, 2:40 - 4:00&lt;br /&gt;
***Thursday, December 3, 2:40 - 4:00&lt;br /&gt;
*** Monday, December 7, 10:30 - 12 am&lt;br /&gt;
&lt;br /&gt;
==Week 12==&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Goals&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Assignment due date:&amp;#039;&amp;#039;&amp;#039; Midnight Tuesday, November 24&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Coder:&amp;#039;&amp;#039;&amp;#039; Set up a GitHub repository clone of the XMLPipeDB project on your development device, the development rig, and the initial as-is build for gmbuilder. Complete an import-export cycle in association with QA.&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Quality Assurance:&amp;#039;&amp;#039;&amp;#039; Complete an import-export cycle for the 1st &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene database. Complete a Gene Database Testing Report for this export.&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;GenMAPP Users:&amp;#039;&amp;#039;&amp;#039; Create a Master Raw Data file that contains the IDs and columns of data required for further analysis. Consult with Dr. Dahlquist on how to process the data (normalization, statistics).&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Progress&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Brandon (Quality Assurance and Interim Coder):&amp;#039;&amp;#039;&amp;#039; This week, I focused on completing an import-export cycle for our first &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene database- [[File:Bpertussis-std cw20151119.zip]]. With my QA hat, I imported the appropriate data, exported the gene database, and discussed the gene database creation &amp;amp; counting protocol here- [[Gene Database Testing Report- cw20151119]]. With my Coder hat, I followed the instructions on the [[Coder| Coder Guild Page]] to setup a GitHub repository clone of the XMLPipdeDB project on my personal laptop, the Eclipse developer rig, and the initial as-is build for gmbuilder. The electronic lab notebook for my QA and Coder work is present on my [[Bklein7 Week 12| Week 12 Page]]. Finally, I wrote a PowerPoint presentation on our genome sequencing paper, which is linked to on my [[Bklein7 Week 12| Week 12 Page]] as well. &lt;br /&gt;
***[[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 18:48, 23 November 2015 (PST)&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Lena (GenMAPP):&amp;#039;&amp;#039;&amp;#039; I worked on downloading the correct data sample files from the provided files on the microarray paper page. The files were unzipped and prepared to be imported into excel. In excel, the data was manipulated to form a spreadsheet that had all of the gene IDs from the different samples with their appropriate columns to be analyzed. The corrections and further manipulations of the data are to be continued to be done in the coming week in order to create the desired dataset to be exported from excel. [[File:Bpertussis CompiledRawData MS2015.xlsx]]&lt;br /&gt;
***[[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 17:33, 23 November 2015 (PST)&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Mahrad (GenMAPP--&amp;gt; Quality Assurance)&amp;#039;&amp;#039;&amp;#039;: This week I downloaded the six data sample files provided  by the microarray paper. The process is detailed in my [[Msaeedi23 Week 12| Week 12 Journal Entry]]. Files were unzipped, imported into excel, and manipulated to form a single spreadsheet containing all gene IDs from the different samples. Each sample was placed in its respective column to be further analyzed and manipulated in the upcoming week. Following this, I assumed the position of quality assurance to accommodate the absence of Nicole.&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;Nicole&amp;#039;&amp;#039;&amp;#039; was absent this week. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 18:52, 23 November 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Meetings!&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
** Monday, November 23: Seaver 120- Brandon and Lena met to work on the GenMAPP testing of the gene IDs from our database.&lt;br /&gt;
&lt;br /&gt;
==Week 11==&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Goals&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
** For all:&lt;br /&gt;
*** Outline your assigned paper on your user page and include a list of 10 defined terms from the paper.&lt;br /&gt;
**Nicole &amp;amp; Brandon&lt;br /&gt;
***Prepare Journal Club presentation on the designated genome sequencing article&lt;br /&gt;
***Slides Due: by midnight, Tuesday, November 17&lt;br /&gt;
***Presentation Date: Tuesday, November 24&lt;br /&gt;
**Lena &amp;amp; Mahrad&lt;br /&gt;
***Prepare Journal Club presentation on the designated microarray paper&lt;br /&gt;
***Slides Due: by midnight, Tuesday, November 17&lt;br /&gt;
***Presentation Date: Tuesday, November 17&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Progress&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
**Nicole Anguiano (Coder): Nicole was absent this week for a medical emergency and is (hopefully) getting some much deserved rest. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 23:14, 16 November 2015 (PST)&lt;br /&gt;
**Brandon Klein (QA): This week I made several edits to the [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/The_Class_Whoopers Class Whoopers Team Page] in accordance with the [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/Week_11 Week 11 assignment]. These edits included the following: revising the Class Whoopers template, reorganizing the Team Page structure, commenting out unneeded articles in the annotated bibliography, creating the new bibliography entry as requested by Dr. Dahlquist, and writing the naming conventions for our files. Additionally, I outlined our genome sequencing paper for &amp;quot;Bordetella pertussis&amp;quot; and assessed the [http://www.genedb.org/Homepage/Bpertussis GeneDB MOD] on my [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/Bklein7_Week_11#Identifying_the_Bordetella_Pertussis_MOD Week 11 Individual Journal Entry]. A preliminary draft of the genome sequencing paper that I will likely be presenting solo was uploaded there. Finally, I kept tabs on group members as the interim Project Manager. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 23:14, 16 November 2015 (PST)&lt;br /&gt;
**Lena Olufson (GennMAPP): This week Mahrad and I met up and analyzed the microarray paper together. We split up the powerpoint into two halves; I did the introduction/significance of the study as well as the methods performed. Mahrad and I created our presentation together and worked through a google doc to edit it simultaneously as we discussed out loud. We also created a flow chart together that demonstrated the experimental design, thus we have the same ones included in our individual assignments. We made sure to check in with the temporary project manager and keep him updated on our progress. [[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 23:24, 16 November 2015 (PST) &lt;br /&gt;
**Mahrad Saeedi (GennMAPP): This week Lena and I worked on analyzing the microarray paper and creating an outline. The outline and detailed process involved with the experiment can be found in my [[Msaeedi23 Week 11| Week 11 Journal Entry]]. We each defined 10 terms separately based upon words we didn&amp;#039;t recognize in the article. We then proceeded to producing the powerpoint presentation for journal club. &lt;br /&gt;
[[User:Msaeedi23|Msaeedi23]] ([[User talk:Msaeedi23|talk]]) 23:46, 16 November 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Meetings!&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
**11/15- Lena &amp;amp; Mahrad met to work on outlining article and answering questions&lt;br /&gt;
**11/16- Lena &amp;amp; Mahrad met to prepare powerpoint presentation for journal club&lt;br /&gt;
&lt;br /&gt;
==Week 10==&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Goals&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
** For all:&lt;br /&gt;
*** Create an annotated bibliography including one genome sequencing paper and two microarray experiments for Bordetella pertussis&lt;br /&gt;
*** Create/update team page &amp;amp; compile group annotated bibliography&lt;br /&gt;
*** Assignment due date: Midnight Tuesday, November 10&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Progress&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
**All group members created annotated bibliographies and compiled them on the newly created group page.&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Meetings!&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
** Monday, November 9, 8pm-9pm, Seaver 120&lt;br /&gt;
&lt;br /&gt;
= Annotated Bibliography =&lt;br /&gt;
== Genome Sequencing Paper ==&lt;br /&gt;
&lt;br /&gt;
Neither of these papers is the &amp;#039;&amp;#039;first&amp;#039;&amp;#039; to report the genome sequence of &amp;#039;&amp;#039;B. pertussis.&amp;#039;&amp;#039;  The paper that you will want to use is [http://www.nature.com/ng/journal/v35/n1/full/ng1227.html this one].  I found it by looking at the introduction and references of the Zhang et. al (2011) paper.  For your Week 11 assignment, please remove your annotated bibliography entries for the two papers below and create one for this new paper by Parkhill et al. (2003).  You will use the Parkhill paper for your project.  &amp;#039;&amp;#039;&amp;amp;mdash; [[User:Kdahlquist|Kdahlquist]] ([[User talk:Kdahlquist|talk]]) 09:54, 10 November 2015 (PST)&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
*Parkhill, J., Sebaihia, M., Preston, A., Murphy, L. D., et al. (2003). Comparative analysis of the genome sequences of Bordetella pertussis, Bordetella parapertussis and Bordetella bronchiseptica. Nature genetics, 35(1), 32-40. doi:10.1038/ng1227&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/12910271&lt;br /&gt;
* PubMed Central:  Not available on PubMed Central.&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.nature.com/ng/journal/v35/n1/full/ng1227.html&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.nature.com/ng/journal/v35/n1/pdf/ng1227.pdf&lt;br /&gt;
* Copyright: ©2003 Nature Publishing Group (information found on PDF version of article). This article is not Open Access, but it is freely available 6 months after publication.&lt;br /&gt;
* Publisher: Nature Publishing Group (for-profit).&lt;br /&gt;
* Availability: In print and online.&lt;br /&gt;
* Did LMU pay a fee for this article: Yes, LMU pays a subscription fee for access to the journal &amp;#039;&amp;#039;Nature Genetics&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
== Microarray Paper ==&lt;br /&gt;
&lt;br /&gt;
This paper is suitable for your project.  &amp;#039;&amp;#039;&amp;amp;mdash; [[User:Kdahlquist|Kdahlquist]] ([[User talk:Kdahlquist|talk]]) 10:04, 10 November 2015 (PST)&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Hoo, R., Lam, J.H., Huot, L., Pant, A., Li, R., Hot, D., &amp;amp; Alonso, S. (2014). Evidence for a Role of the Polysaccharide Capsule Transport Proteins in Pertussis Pathogenesis. PLoS ONE, 9(12):e115243. doi: 10.1371/journal.pone.0115243&lt;br /&gt;
* PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/25501560 &lt;br /&gt;
* PubMed Central: http://www.ncbi.nlm.nih.gov/pmc/articles/PMC4264864/&lt;br /&gt;
* Publisher Full Text (HTML): http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0115243&lt;br /&gt;
* Publisher Full Text (PDF): http://www.plosone.org/article/fetchObject.action?uri=info:doi/10.1371/journal.pone.0115243&amp;amp;representation=PDF&lt;br /&gt;
* Copyright: © 2014 Hoo et al. This is an open-access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited (info found [http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0115243 here]).&lt;br /&gt;
* Publisher: PLOS ONE (respected open access organization).&lt;br /&gt;
* Availability: Online only.&lt;br /&gt;
* Did LMU pay a fee for this article: No.&lt;br /&gt;
* Web site where the data resides: [http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE62088 NCBI GEO data]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--#2&lt;br /&gt;
*Brickman, T. J., Cummings, C. A., Liew, S.-Y., Relman, D. A., &amp;amp; Armstrong, S. K. (2011). Transcriptional Profiling of the Iron Starvation Response in Bordetella pertussis Provides New Insights into Siderophore Utilization and Virulence Gene Expression . Journal of Bacteriology, 193(18), 4798–4812. http://doi.org/10.1128/JB.05136-11&lt;br /&gt;
* ArrayExpress Abstract: https://www.ebi.ac.uk/arrayexpress/experiments/E-MEXP-3263/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC532028/&lt;br /&gt;
*PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/?term=Transcriptional+Profiling+of+the+Iron+Starvation+Response+in+Bordetella+pertussis+Provides+New+Insights+into+Siderophore+Utilization+and+Virulence+Gene+Expression&lt;br /&gt;
* Publisher Full Text (HTML): http://jb.asm.org/content/193/18/4798.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/193/18/4798.full.pdf+html &lt;br /&gt;
* Copyright:  2011 by the American Society for Microbiology &lt;br /&gt;
* Publisher:  Journal of Bacteriology &lt;br /&gt;
* Availability:  in print and online&lt;br /&gt;
* Did LMU pay a fee for this article: yes&lt;br /&gt;
*Link to where the microarray data resides: https://www.ebi.ac.uk/arrayexpress/experiments/E-MEXP-3263/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
&lt;br /&gt;
#3&lt;br /&gt;
King, A. J., van der Lee, S., Mohangoo, A., van Gent, M., van der Ark, A., &amp;amp; van de Waterbeemd, B. (2013). Genome-Wide Gene Expression Analysis of Bordetella pertussis Isolates Associated with a Resurgence in Pertussis: Elucidation of Factors Involved in the Increased Fitness of Epidemic Strains. PLoS ONE, 8(6): e66150. doi: 10.1371/journal.pone.0066150&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/23776625&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3679012/&lt;br /&gt;
* Publisher Full Text (HTML):  http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0066150&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.plosone.org/article/fetchObject.action?uri=info:doi/10.1371/journal.pone.0066150&amp;amp;representation=PDF&lt;br /&gt;
* Copyright: © 2013 King et al. This is an open-access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited. (info found [http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0066150 here])&lt;br /&gt;
* Publisher: PLOS ONE (respected open access organization)&lt;br /&gt;
* Availability: online only&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
* Web site where the data resides: [http://www.ebi.ac.uk/arrayexpress/experiments/E-MTAB-1594/samples/?keywords=Bordetella+pertussis&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&amp;amp;s_page=1&amp;amp;s_pagesize=100 EBI ArrayExpress Data]&lt;br /&gt;
&lt;br /&gt;
#4 (note, all of the papers from this point on involve additional species other than Bordetella pertussis)&lt;br /&gt;
&lt;br /&gt;
* Cummings, C. A., Bootsma, H. J., Relman, D. A., &amp;amp; Miller, J. F. (2006). Species-and strain-specific control of a complex, flexible regulon by Bordetella BvgAS. Journal of bacteriology, 188(5), 1775-1785.&lt;br /&gt;
* ArrayExpress Abstract: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-29/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1426559/&lt;br /&gt;
*PubMed Abstract:http://www.ncbi.nlm.nih.gov/pubmed/?term=Species-+and+Strain-Specific+Control+of+a+Complex%2C+Flexible+Regulon+by+Bordetella+BvgAS&lt;br /&gt;
* Publisher Full Text (HTML): http://jb.asm.org/content/188/5/1775.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/188/5/1775.full.pdf+html&lt;br /&gt;
* Copyright:  2006 by the American Society for Microbiology &lt;br /&gt;
* Publisher:  Journal of Bacteriology &lt;br /&gt;
* Availability:  in print and online&lt;br /&gt;
* Did LMU pay a fee for this article: yes&lt;br /&gt;
*Link to where the microarray data resides: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-29/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
&lt;br /&gt;
#5&lt;br /&gt;
&lt;br /&gt;
* Brinig, M., Register, K., Ackermann, M., &amp;amp; Relman, D. (2006). Genomic features of Bordetella parapertussis clades with distinct host species specificity. Genome Biology, 7(9). doi:doi:10.1186/gb-2006-7-9-r81&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/16956413?dopt=Abstract&amp;amp;holding=f1000,f1000m,isrctn&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1794550/&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.genomebiology.com/2006/7/9/R81&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.genomebiology.com/content/pdf/gb-2006-7-9-r81.pdf&lt;br /&gt;
* Copyright: Brinig et al.; licensee BioMed Central Ltd. (information found on the article); open access&lt;br /&gt;
* Publisher:  BioMed Central Ltd (for-profit publisher)&lt;br /&gt;
* Availability:  online&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
# What experiment was performed?  What was the &amp;quot;treatment&amp;quot; and what was the &amp;quot;control&amp;quot; in the experiment?&lt;br /&gt;
# Were replicate experiments of the &amp;quot;treatment&amp;quot; and &amp;quot;control&amp;quot; conditions conducted?  Were these biological or technical replicates?  How many of each?&lt;br /&gt;
* Link to microarray data: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-95/&lt;br /&gt;
&lt;br /&gt;
#6&lt;br /&gt;
&lt;br /&gt;
* Cummings, C., Bootsma, H., Relman, D., &amp;amp; Miller, J. (2006). Species- and Strain-Specific Control of a Complex, Flexible Regulon by Bordetella BvgAS. Journal of Bacteriology, 188(5), 1775-1785. doi:doi: 10.1128/JB.188.5.1775-1785.2006&lt;br /&gt;
* PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/16484188?dopt=Abstract&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1426559/&lt;br /&gt;
* Publisher Full Text (HTML):  http://jb.asm.org/content/188/5/1775.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/188/5/1775.full.pdf&lt;br /&gt;
* Copyright: American Society for Microbiology; open access&lt;br /&gt;
* Publisher:  American Society for Microbiology (professional organization for scientists)&lt;br /&gt;
* Availability:  online and in print&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
# What experiment was performed?  What was the &amp;quot;treatment&amp;quot; and what was the &amp;quot;control&amp;quot; in the experiment?&lt;br /&gt;
# Were replicate experiments of the &amp;quot;treatment&amp;quot; and &amp;quot;control&amp;quot; conditions conducted?  Were these biological or technical replicates?  How many of each?&lt;br /&gt;
* Link to microarray data: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-28/&lt;br /&gt;
&lt;br /&gt;
#7&lt;br /&gt;
&lt;br /&gt;
*King, A. J., van Gorkom, T., Pennings, J. L., van der Heide, H. G., He, Q., Diavatopoulos, D., … Mooi, F. R. (2010). Correction: Comparative genomic profiling of Dutch clinical Bordetella pertussis isolates using DNA microarrays: identification of genes absent from epidemic strains. BMC Genomics, 11, 196. http://doi.org/10.1186/1471-2164-11-196&lt;br /&gt;
* PubMed Abstract:  http://www.biomedcentral.com/1471-2164/9/311#abs&lt;br /&gt;
* PubMed Central: &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/&amp;gt;&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/&lt;br /&gt;
* Publisher Full Text (PDF): &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/pdf/1471-2164-9-311.pdf&amp;gt;&lt;br /&gt;
* Copyright:  © 2008 King et al; licensee BioMed Central Ltd.This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.&lt;br /&gt;
* Publisher: BMC Genomics&lt;br /&gt;
* Availability: online access&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
&lt;br /&gt;
#8&lt;br /&gt;
&lt;br /&gt;
*Nakamura, M. M., Liew, S.-Y., Cummings, C. A., Brinig, M. M., Dieterich, C., &amp;amp; Relman, D. A. (2006). Growth Phase- and Nutrient Limitation-Associated Transcript Abundance Regulation in Bordetella pertussis  . Infection and Immunity, 74(10), 5537–5548. http://doi.org/10.1128/IAI.00781-06&lt;br /&gt;
* PubMed Abstract:  &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1594893/?report=reader#__abstractid499869title&amp;gt;&lt;br /&gt;
* PubMed Central: &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1594893/&amp;gt;&lt;br /&gt;
* Publisher Full Text (HTML): &amp;lt;http://iai.asm.org/content/74/10/5537.full&amp;gt;&lt;br /&gt;
* Publisher Full Text (PDF):  &amp;lt;http://iai.asm.org/content/74/10/5537.full.pdf+html&amp;gt;&lt;br /&gt;
* Copyright: © 2006, American Society for Microbiology&lt;br /&gt;
* Publisher: Infection and Immunity&lt;br /&gt;
* Availability: online access&lt;br /&gt;
* Did LMU pay a fee for this article: no!--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Msaeedi23</name></author>	</entry>

	<entry>
		<id>https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=The_Class_Whoopers&amp;diff=8197</id>
		<title>The Class Whoopers</title>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=The_Class_Whoopers&amp;diff=8197"/>
				<updated>2015-12-21T06:46:43Z</updated>
		
		<summary type="html">&lt;p&gt;Msaeedi23: /* Week 11 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Team Information &amp;amp; Links =&lt;br /&gt;
&lt;br /&gt;
{{Template:Class Whoopers}}&lt;br /&gt;
&lt;br /&gt;
= Deliverables =&lt;br /&gt;
[[Bordetella Pertussis GenMAPP Analysis Deliverables]]&lt;br /&gt;
&lt;br /&gt;
==Presentation Download Links==&lt;br /&gt;
*Journal Club&lt;br /&gt;
** Genome Paper: [[File:Genomepaper_cw20151116.pdf]]&lt;br /&gt;
** Microarray Paper: [[File: Microarray_Journal_Club_Presentation.pdf]]&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Final Project&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
**[[File:Bpertussis_findings_powerpoint.pdf]]&lt;br /&gt;
&lt;br /&gt;
==File Naming Protocol==&lt;br /&gt;
All file types generated in this project will receive their own unique names composed of two key parts:&lt;br /&gt;
#Description&lt;br /&gt;
#*This will contain a brief, file-specific description of what content the file contains.&lt;br /&gt;
#*Descriptions for different versions of the same file will remain consistent.&lt;br /&gt;
#Identifier Tag&lt;br /&gt;
#*This tag will be listed as a suffix in the following form: &amp;quot;_cwYYYYMMDD&amp;quot;&lt;br /&gt;
#**cw- team name abbreviation&lt;br /&gt;
#**YYYYMMDD- date the file was created in the form year/month/day&lt;br /&gt;
&lt;br /&gt;
Additionally, the following file naming best practices will be observed when creating descriptions for new files:&lt;br /&gt;
*Our species will be referred to consistently as &amp;quot;bpertussis&amp;quot;.&lt;br /&gt;
*Spaces will be written as underscores.&lt;br /&gt;
*No capitalization will be used.&lt;br /&gt;
*No special characters will be used.&lt;br /&gt;
*If sequential numbering systems are used, leading zeros will be included for clarity.&lt;br /&gt;
&lt;br /&gt;
=Weekly Updates=&lt;br /&gt;
==Week 15==&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Goals&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Assignment due date:&amp;#039;&amp;#039;&amp;#039; Midnight Tuesday, December 15&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;Coder:&amp;#039;&amp;#039;&amp;#039; Adjust the GenMAPP Builder code to account for the one EnsemblBacteria reference ID that was missing in our last export; conduct a new import-export cycle to create the (hopefully) final .gdb file; begin characterizing the exported .gdb file in a Gene Database Testing Report; customize the GenMAPP Builder TallyEngine to account for any changes made.&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Quality Assurance:&amp;#039;&amp;#039;&amp;#039; Reconfigure TallyEngine Configuration with Coder in order to accommodate missing gene IDs that were not exported the previous time. Test the revised database by running TallyEngine count, XmlpipeDB Match, and PostgreSQL. Locate missing gene IDs if any. &lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;GenMAPP User:&amp;#039;&amp;#039;&amp;#039; Import data into GenMAPP, create ColorSets, and run MAPPFinder. Document and take notes on test runs with GenMAPP. Use the EX.txt file to help the Coder/Quality Assurance team members to validate the .gdb. Create a .mapp file showing one pathway that is changed in your data.&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Progress&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Brandon (Coder and Project Manager):&amp;#039;&amp;#039;&amp;#039; I began this week by customizing the GenMAPP Builder TallyEngine to report ORF counts for &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; (see [[Bklein7_Week_15]]). After this, I worked with [[User:Msaeedi23|Mahrad]] to identify the 1 gene ID that was missing in the .gdb file [[File:bpertussis-std_cw20151203.zip]]. I found that this gene was a necessary EnsemblBacteria reference ID and edited the GenMAPP Builder code with the help of [[User:Dondi|Dr. Dionisio]] to include this ID in our next export (see [[Bklein7_Week_15]]). I conducted a complete import-export cycle on 12/10/2015 to create the .gdb file [[File:bpertussis-std_cw20151210.zip]]. I then characterized this export, authoring sections 1-5.2 of its testing report: [[Gene_Database_Testing_Report-_cw20151210]]. During our Sunday meeting, I worked with [[User:Lenaolufson|Lena]] to use this new gene database in GenMAPP. During our Monday meeting, I worked on our PowerPoint presentation: [[File:Bpertussis findings powerpoint.pdf]].&lt;br /&gt;
*** [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 22:31, 14 December 2015 (PST)&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Mahrad (Quality Assurance):&amp;#039;&amp;#039;&amp;#039; I worked closely with the coder [[User: Bklein7|Brandon]] in order to re-customize TallyEngine to include the 11 missing ORF genes. Having located the missing gene IDs, Brandon went into Eclipse to code for them to be included in the export. Following this, we tested out revised gene database to make sure these missing IDs were actually exported. We ran TallyEngine count, which gave a total of 3446 gene IDs, demonstrating that the IDs were now exported. Then we ran XMLpipeDB Match, and this provided a total of 3447 gene IDs exported, one additional. Finally, we ran PostgreSQL and this gave a total of 3446 gene IDs. We came to find that gene &amp;quot;BP3167A&amp;quot; was in the original XML file, but not accounted for in the exported file. With further investigation we concluded that &amp;quot;BP3167A&amp;quot; is a reference ID from EnsemblBacteria and corresponds to the same ID as &amp;quot;BP3167.1&amp;quot; which was exported. &lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Lena (GenMAPP User):&amp;#039;&amp;#039;&amp;#039; I was able to import the data into GenMAPP and then I created color sets in order to run MAPPFinder. I obtained the ontology results and did some background research on what exactly the top results related to from the microarray article. I then used Kegg pathways for my specific organism to create two separate MAPPS, one for ribosome and one for the nitrogen cycle.&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Meetings!&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
**This week, our group used class work sessions to coordinate our work:&lt;br /&gt;
***Tuesday, December 8, 2:40 - 4:00&lt;br /&gt;
***Thursday, December 10, 2:40 - 4:00&lt;br /&gt;
**In addition, we scheduled meetings outside of class to work on the final PowerPoint Presentation and deliverables for our project:&lt;br /&gt;
***Sunday, December 13, 7:00 PM - 1:00 AM&lt;br /&gt;
***Monday, December 14, 2:00 PM - 11:00 PM&lt;br /&gt;
&lt;br /&gt;
==Week 14==&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Goals&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Assignment due date:&amp;#039;&amp;#039;&amp;#039; Midnight Tuesday, December 8&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Coder:&amp;#039;&amp;#039;&amp;#039; Create the custom species profile for &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039;, run an export using the customized version of GenMAPP Builder, add further customizations to the custom species profile as appear necessary, and run a second export using the further customized version of GenMAPP Builder.&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Quality Assurance:&amp;#039;&amp;#039;&amp;#039; Identify gene IDs that are missing in the first custom export, work with the coder to classify these IDs, configure the Tally Engine, and complete a gene database testing report for the second custom export.&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;GenMAPP User:&amp;#039;&amp;#039;&amp;#039; Complete the statistical analysis of the data, format the data for import into GenMAPP, and coordinate with the coder/QA to import this data into GenMAPP using the custom gene database.&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Progress&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Brandon (Coder and Project Manager):&amp;#039;&amp;#039;&amp;#039; This week, I focused on creating and customizing the species profile for &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; in GenMAPP Builder, the details of which can be found in my [[Bklein7 Week 14| Week 14 Journal Entry]]. I documented the first export I conducted using a custom &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; species profile here: [[Gene Database Testing Report- cw20151201]]. I demonstrated that the custom species information implemented in this export worked as intended, but Mahrad and I identified 11 ORF genes that failed to export. I updated the &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; species profile to account for these ORF genes and conducted a new export, detailed here: [[Gene Database Testing Report- cw20151203]]. Mahrad analyzed the exported .gdb file. In addition to this, I kept tabs on my fellow group members to keep us on track to accomplish our long-term project goals in a timely manner.&lt;br /&gt;
*** [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 13:39, 7 December 2015 (PST)&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Mahrad (Quality Assurance):&amp;#039;&amp;#039;&amp;#039; This week as Q and A I worked directly with Brandon to do the initial data exports. The work can be summarized here: [[Msaeedi23 Week 14| Week 14 Journal Entry]]. Next we meticulously characterized regular expression patterns to detect discrepancies in extracting the data from the original samples. In the following week I will work to do the tally configuration to customize it according to our specific species. Now I will focus on the tally configuration which may take some time and coding assistance from Brandon. Once the Tally Engine has been configured to our specific species, Lena can proceed with with GenMAPP processing. &lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Lena (GenMAPP User):&amp;#039;&amp;#039;&amp;#039; This week, I made progress on performing the statistical analysis of the data to prepare it for GenMAPP. I was able to post my progress for each of the class working sessions on my [[Lenaolufson Week 14| Week 14 Journal Entry]] as I updated the excel data sheets after each session. Dr. Dahlquist helped me figure out a problem with the original raw data that was causing the values to be very skewed. I then sent her my updated data sheet and she was able to use a program to separate the duplicates of the chips. After she sent me back the data with the sorted values, I performed the statistical analysis on the data, the most updated version of the file can be found on my Week 14 journal entry linked previously. &lt;br /&gt;
[[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 19:54, 7 December 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Meetings!&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
**This week, our group used class work sessions to coordinate our work:&lt;br /&gt;
***Tuesday, December 1, 2:40 - 4:00&lt;br /&gt;
***Thursday, December 3, 2:40 - 4:00&lt;br /&gt;
*** Monday, December 7, 10:30 - 12 am&lt;br /&gt;
&lt;br /&gt;
==Week 12==&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Goals&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Assignment due date:&amp;#039;&amp;#039;&amp;#039; Midnight Tuesday, November 24&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Coder:&amp;#039;&amp;#039;&amp;#039; Set up a GitHub repository clone of the XMLPipeDB project on your development device, the development rig, and the initial as-is build for gmbuilder. Complete an import-export cycle in association with QA.&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Quality Assurance:&amp;#039;&amp;#039;&amp;#039; Complete an import-export cycle for the 1st &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene database. Complete a Gene Database Testing Report for this export.&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;GenMAPP Users:&amp;#039;&amp;#039;&amp;#039; Create a Master Raw Data file that contains the IDs and columns of data required for further analysis. Consult with Dr. Dahlquist on how to process the data (normalization, statistics).&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Progress&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Brandon (Quality Assurance and Interim Coder):&amp;#039;&amp;#039;&amp;#039; This week, I focused on completing an import-export cycle for our first &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene database- [[File:Bpertussis-std cw20151119.zip]]. With my QA hat, I imported the appropriate data, exported the gene database, and discussed the gene database creation &amp;amp; counting protocol here- [[Gene Database Testing Report- cw20151119]]. With my Coder hat, I followed the instructions on the [[Coder| Coder Guild Page]] to setup a GitHub repository clone of the XMLPipdeDB project on my personal laptop, the Eclipse developer rig, and the initial as-is build for gmbuilder. The electronic lab notebook for my QA and Coder work is present on my [[Bklein7 Week 12| Week 12 Page]]. Finally, I wrote a PowerPoint presentation on our genome sequencing paper, which is linked to on my [[Bklein7 Week 12| Week 12 Page]] as well. &lt;br /&gt;
***[[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 18:48, 23 November 2015 (PST)&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Lena (GenMAPP):&amp;#039;&amp;#039;&amp;#039; I worked on downloading the correct data sample files from the provided files on the microarray paper page. The files were unzipped and prepared to be imported into excel. In excel, the data was manipulated to form a spreadsheet that had all of the gene IDs from the different samples with their appropriate columns to be analyzed. The corrections and further manipulations of the data are to be continued to be done in the coming week in order to create the desired dataset to be exported from excel. [[File:Bpertussis CompiledRawData MS2015.xlsx]]&lt;br /&gt;
***[[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 17:33, 23 November 2015 (PST)&lt;br /&gt;
**&amp;#039;&amp;#039;&amp;#039;Mahrad (GenMAPP--&amp;gt; Quality Assurance)&amp;#039;&amp;#039;&amp;#039;: Downloaded the six data sample files provided  by the microarray paper. Files were unzipped, imported into excel, and manipulated to form a single spreadsheet containing all gene IDs from the different samples. Each sample was placed in its respective column to be further analyzed and manipulated in the upcoming week. Following this, I assumed the position of quality assurance to accommodate the absence of Nicole.&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;Nicole&amp;#039;&amp;#039;&amp;#039; was absent this week. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 18:52, 23 November 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Meetings!&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
** Monday, November 23: Seaver 120- Brandon and Lena met to work on the GenMAPP testing of the gene IDs from our database.&lt;br /&gt;
&lt;br /&gt;
==Week 11==&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Goals&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
** For all:&lt;br /&gt;
*** Outline your assigned paper on your user page and include a list of 10 defined terms from the paper.&lt;br /&gt;
**Nicole &amp;amp; Brandon&lt;br /&gt;
***Prepare Journal Club presentation on the designated genome sequencing article&lt;br /&gt;
***Slides Due: by midnight, Tuesday, November 17&lt;br /&gt;
***Presentation Date: Tuesday, November 24&lt;br /&gt;
**Lena &amp;amp; Mahrad&lt;br /&gt;
***Prepare Journal Club presentation on the designated microarray paper&lt;br /&gt;
***Slides Due: by midnight, Tuesday, November 17&lt;br /&gt;
***Presentation Date: Tuesday, November 17&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Progress&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
**Nicole Anguiano (Coder): Nicole was absent this week for a medical emergency and is (hopefully) getting some much deserved rest. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 23:14, 16 November 2015 (PST)&lt;br /&gt;
**Brandon Klein (QA): This week I made several edits to the [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/The_Class_Whoopers Class Whoopers Team Page] in accordance with the [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/Week_11 Week 11 assignment]. These edits included the following: revising the Class Whoopers template, reorganizing the Team Page structure, commenting out unneeded articles in the annotated bibliography, creating the new bibliography entry as requested by Dr. Dahlquist, and writing the naming conventions for our files. Additionally, I outlined our genome sequencing paper for &amp;quot;Bordetella pertussis&amp;quot; and assessed the [http://www.genedb.org/Homepage/Bpertussis GeneDB MOD] on my [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/Bklein7_Week_11#Identifying_the_Bordetella_Pertussis_MOD Week 11 Individual Journal Entry]. A preliminary draft of the genome sequencing paper that I will likely be presenting solo was uploaded there. Finally, I kept tabs on group members as the interim Project Manager. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 23:14, 16 November 2015 (PST)&lt;br /&gt;
**Lena Olufson (GennMAPP): This week Mahrad and I met up and analyzed the microarray paper together. We split up the powerpoint into two halves; I did the introduction/significance of the study as well as the methods performed. Mahrad and I created our presentation together and worked through a google doc to edit it simultaneously as we discussed out loud. We also created a flow chart together that demonstrated the experimental design, thus we have the same ones included in our individual assignments. We made sure to check in with the temporary project manager and keep him updated on our progress. [[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 23:24, 16 November 2015 (PST) &lt;br /&gt;
**Mahrad Saeedi (GennMAPP): This week Lena and I worked on analyzing the microarray paper and creating an outline. The outline and detailed process involved with the experiment can be found in my [[Msaeedi23 Week 11| Week 11 Journal Entry]]. We each defined 10 terms separately based upon words we didn&amp;#039;t recognize in the article. We then proceeded to producing the powerpoint presentation for journal club. &lt;br /&gt;
[[User:Msaeedi23|Msaeedi23]] ([[User talk:Msaeedi23|talk]]) 23:46, 16 November 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Meetings!&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
**11/15- Lena &amp;amp; Mahrad met to work on outlining article and answering questions&lt;br /&gt;
**11/16- Lena &amp;amp; Mahrad met to prepare powerpoint presentation for journal club&lt;br /&gt;
&lt;br /&gt;
==Week 10==&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Goals&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
** For all:&lt;br /&gt;
*** Create an annotated bibliography including one genome sequencing paper and two microarray experiments for Bordetella pertussis&lt;br /&gt;
*** Create/update team page &amp;amp; compile group annotated bibliography&lt;br /&gt;
*** Assignment due date: Midnight Tuesday, November 10&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Progress&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
**All group members created annotated bibliographies and compiled them on the newly created group page.&lt;br /&gt;
&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Meetings!&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
** Monday, November 9, 8pm-9pm, Seaver 120&lt;br /&gt;
&lt;br /&gt;
= Annotated Bibliography =&lt;br /&gt;
== Genome Sequencing Paper ==&lt;br /&gt;
&lt;br /&gt;
Neither of these papers is the &amp;#039;&amp;#039;first&amp;#039;&amp;#039; to report the genome sequence of &amp;#039;&amp;#039;B. pertussis.&amp;#039;&amp;#039;  The paper that you will want to use is [http://www.nature.com/ng/journal/v35/n1/full/ng1227.html this one].  I found it by looking at the introduction and references of the Zhang et. al (2011) paper.  For your Week 11 assignment, please remove your annotated bibliography entries for the two papers below and create one for this new paper by Parkhill et al. (2003).  You will use the Parkhill paper for your project.  &amp;#039;&amp;#039;&amp;amp;mdash; [[User:Kdahlquist|Kdahlquist]] ([[User talk:Kdahlquist|talk]]) 09:54, 10 November 2015 (PST)&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
*Parkhill, J., Sebaihia, M., Preston, A., Murphy, L. D., et al. (2003). Comparative analysis of the genome sequences of Bordetella pertussis, Bordetella parapertussis and Bordetella bronchiseptica. Nature genetics, 35(1), 32-40. doi:10.1038/ng1227&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/12910271&lt;br /&gt;
* PubMed Central:  Not available on PubMed Central.&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.nature.com/ng/journal/v35/n1/full/ng1227.html&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.nature.com/ng/journal/v35/n1/pdf/ng1227.pdf&lt;br /&gt;
* Copyright: ©2003 Nature Publishing Group (information found on PDF version of article). This article is not Open Access, but it is freely available 6 months after publication.&lt;br /&gt;
* Publisher: Nature Publishing Group (for-profit).&lt;br /&gt;
* Availability: In print and online.&lt;br /&gt;
* Did LMU pay a fee for this article: Yes, LMU pays a subscription fee for access to the journal &amp;#039;&amp;#039;Nature Genetics&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
== Microarray Paper ==&lt;br /&gt;
&lt;br /&gt;
This paper is suitable for your project.  &amp;#039;&amp;#039;&amp;amp;mdash; [[User:Kdahlquist|Kdahlquist]] ([[User talk:Kdahlquist|talk]]) 10:04, 10 November 2015 (PST)&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Hoo, R., Lam, J.H., Huot, L., Pant, A., Li, R., Hot, D., &amp;amp; Alonso, S. (2014). Evidence for a Role of the Polysaccharide Capsule Transport Proteins in Pertussis Pathogenesis. PLoS ONE, 9(12):e115243. doi: 10.1371/journal.pone.0115243&lt;br /&gt;
* PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/25501560 &lt;br /&gt;
* PubMed Central: http://www.ncbi.nlm.nih.gov/pmc/articles/PMC4264864/&lt;br /&gt;
* Publisher Full Text (HTML): http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0115243&lt;br /&gt;
* Publisher Full Text (PDF): http://www.plosone.org/article/fetchObject.action?uri=info:doi/10.1371/journal.pone.0115243&amp;amp;representation=PDF&lt;br /&gt;
* Copyright: © 2014 Hoo et al. This is an open-access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited (info found [http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0115243 here]).&lt;br /&gt;
* Publisher: PLOS ONE (respected open access organization).&lt;br /&gt;
* Availability: Online only.&lt;br /&gt;
* Did LMU pay a fee for this article: No.&lt;br /&gt;
* Web site where the data resides: [http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE62088 NCBI GEO data]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--#2&lt;br /&gt;
*Brickman, T. J., Cummings, C. A., Liew, S.-Y., Relman, D. A., &amp;amp; Armstrong, S. K. (2011). Transcriptional Profiling of the Iron Starvation Response in Bordetella pertussis Provides New Insights into Siderophore Utilization and Virulence Gene Expression . Journal of Bacteriology, 193(18), 4798–4812. http://doi.org/10.1128/JB.05136-11&lt;br /&gt;
* ArrayExpress Abstract: https://www.ebi.ac.uk/arrayexpress/experiments/E-MEXP-3263/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC532028/&lt;br /&gt;
*PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/?term=Transcriptional+Profiling+of+the+Iron+Starvation+Response+in+Bordetella+pertussis+Provides+New+Insights+into+Siderophore+Utilization+and+Virulence+Gene+Expression&lt;br /&gt;
* Publisher Full Text (HTML): http://jb.asm.org/content/193/18/4798.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/193/18/4798.full.pdf+html &lt;br /&gt;
* Copyright:  2011 by the American Society for Microbiology &lt;br /&gt;
* Publisher:  Journal of Bacteriology &lt;br /&gt;
* Availability:  in print and online&lt;br /&gt;
* Did LMU pay a fee for this article: yes&lt;br /&gt;
*Link to where the microarray data resides: https://www.ebi.ac.uk/arrayexpress/experiments/E-MEXP-3263/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
&lt;br /&gt;
#3&lt;br /&gt;
King, A. J., van der Lee, S., Mohangoo, A., van Gent, M., van der Ark, A., &amp;amp; van de Waterbeemd, B. (2013). Genome-Wide Gene Expression Analysis of Bordetella pertussis Isolates Associated with a Resurgence in Pertussis: Elucidation of Factors Involved in the Increased Fitness of Epidemic Strains. PLoS ONE, 8(6): e66150. doi: 10.1371/journal.pone.0066150&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/23776625&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3679012/&lt;br /&gt;
* Publisher Full Text (HTML):  http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0066150&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.plosone.org/article/fetchObject.action?uri=info:doi/10.1371/journal.pone.0066150&amp;amp;representation=PDF&lt;br /&gt;
* Copyright: © 2013 King et al. This is an open-access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited. (info found [http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0066150 here])&lt;br /&gt;
* Publisher: PLOS ONE (respected open access organization)&lt;br /&gt;
* Availability: online only&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
* Web site where the data resides: [http://www.ebi.ac.uk/arrayexpress/experiments/E-MTAB-1594/samples/?keywords=Bordetella+pertussis&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&amp;amp;s_page=1&amp;amp;s_pagesize=100 EBI ArrayExpress Data]&lt;br /&gt;
&lt;br /&gt;
#4 (note, all of the papers from this point on involve additional species other than Bordetella pertussis)&lt;br /&gt;
&lt;br /&gt;
* Cummings, C. A., Bootsma, H. J., Relman, D. A., &amp;amp; Miller, J. F. (2006). Species-and strain-specific control of a complex, flexible regulon by Bordetella BvgAS. Journal of bacteriology, 188(5), 1775-1785.&lt;br /&gt;
* ArrayExpress Abstract: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-29/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1426559/&lt;br /&gt;
*PubMed Abstract:http://www.ncbi.nlm.nih.gov/pubmed/?term=Species-+and+Strain-Specific+Control+of+a+Complex%2C+Flexible+Regulon+by+Bordetella+BvgAS&lt;br /&gt;
* Publisher Full Text (HTML): http://jb.asm.org/content/188/5/1775.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/188/5/1775.full.pdf+html&lt;br /&gt;
* Copyright:  2006 by the American Society for Microbiology &lt;br /&gt;
* Publisher:  Journal of Bacteriology &lt;br /&gt;
* Availability:  in print and online&lt;br /&gt;
* Did LMU pay a fee for this article: yes&lt;br /&gt;
*Link to where the microarray data resides: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-29/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
&lt;br /&gt;
#5&lt;br /&gt;
&lt;br /&gt;
* Brinig, M., Register, K., Ackermann, M., &amp;amp; Relman, D. (2006). Genomic features of Bordetella parapertussis clades with distinct host species specificity. Genome Biology, 7(9). doi:doi:10.1186/gb-2006-7-9-r81&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/16956413?dopt=Abstract&amp;amp;holding=f1000,f1000m,isrctn&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1794550/&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.genomebiology.com/2006/7/9/R81&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.genomebiology.com/content/pdf/gb-2006-7-9-r81.pdf&lt;br /&gt;
* Copyright: Brinig et al.; licensee BioMed Central Ltd. (information found on the article); open access&lt;br /&gt;
* Publisher:  BioMed Central Ltd (for-profit publisher)&lt;br /&gt;
* Availability:  online&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
# What experiment was performed?  What was the &amp;quot;treatment&amp;quot; and what was the &amp;quot;control&amp;quot; in the experiment?&lt;br /&gt;
# Were replicate experiments of the &amp;quot;treatment&amp;quot; and &amp;quot;control&amp;quot; conditions conducted?  Were these biological or technical replicates?  How many of each?&lt;br /&gt;
* Link to microarray data: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-95/&lt;br /&gt;
&lt;br /&gt;
#6&lt;br /&gt;
&lt;br /&gt;
* Cummings, C., Bootsma, H., Relman, D., &amp;amp; Miller, J. (2006). Species- and Strain-Specific Control of a Complex, Flexible Regulon by Bordetella BvgAS. Journal of Bacteriology, 188(5), 1775-1785. doi:doi: 10.1128/JB.188.5.1775-1785.2006&lt;br /&gt;
* PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/16484188?dopt=Abstract&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1426559/&lt;br /&gt;
* Publisher Full Text (HTML):  http://jb.asm.org/content/188/5/1775.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/188/5/1775.full.pdf&lt;br /&gt;
* Copyright: American Society for Microbiology; open access&lt;br /&gt;
* Publisher:  American Society for Microbiology (professional organization for scientists)&lt;br /&gt;
* Availability:  online and in print&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
# What experiment was performed?  What was the &amp;quot;treatment&amp;quot; and what was the &amp;quot;control&amp;quot; in the experiment?&lt;br /&gt;
# Were replicate experiments of the &amp;quot;treatment&amp;quot; and &amp;quot;control&amp;quot; conditions conducted?  Were these biological or technical replicates?  How many of each?&lt;br /&gt;
* Link to microarray data: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-28/&lt;br /&gt;
&lt;br /&gt;
#7&lt;br /&gt;
&lt;br /&gt;
*King, A. J., van Gorkom, T., Pennings, J. L., van der Heide, H. G., He, Q., Diavatopoulos, D., … Mooi, F. R. (2010). Correction: Comparative genomic profiling of Dutch clinical Bordetella pertussis isolates using DNA microarrays: identification of genes absent from epidemic strains. BMC Genomics, 11, 196. http://doi.org/10.1186/1471-2164-11-196&lt;br /&gt;
* PubMed Abstract:  http://www.biomedcentral.com/1471-2164/9/311#abs&lt;br /&gt;
* PubMed Central: &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/&amp;gt;&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/&lt;br /&gt;
* Publisher Full Text (PDF): &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/pdf/1471-2164-9-311.pdf&amp;gt;&lt;br /&gt;
* Copyright:  © 2008 King et al; licensee BioMed Central Ltd.This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.&lt;br /&gt;
* Publisher: BMC Genomics&lt;br /&gt;
* Availability: online access&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
&lt;br /&gt;
#8&lt;br /&gt;
&lt;br /&gt;
*Nakamura, M. M., Liew, S.-Y., Cummings, C. A., Brinig, M. M., Dieterich, C., &amp;amp; Relman, D. A. (2006). Growth Phase- and Nutrient Limitation-Associated Transcript Abundance Regulation in Bordetella pertussis  . Infection and Immunity, 74(10), 5537–5548. http://doi.org/10.1128/IAI.00781-06&lt;br /&gt;
* PubMed Abstract:  &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1594893/?report=reader#__abstractid499869title&amp;gt;&lt;br /&gt;
* PubMed Central: &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1594893/&amp;gt;&lt;br /&gt;
* Publisher Full Text (HTML): &amp;lt;http://iai.asm.org/content/74/10/5537.full&amp;gt;&lt;br /&gt;
* Publisher Full Text (PDF):  &amp;lt;http://iai.asm.org/content/74/10/5537.full.pdf+html&amp;gt;&lt;br /&gt;
* Copyright: © 2006, American Society for Microbiology&lt;br /&gt;
* Publisher: Infection and Immunity&lt;br /&gt;
* Availability: online access&lt;br /&gt;
* Did LMU pay a fee for this article: no!--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Msaeedi23</name></author>	</entry>

	<entry>
		<id>https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=Msaeedi23_Week_11&amp;diff=8196</id>
		<title>Msaeedi23 Week 11</title>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=Msaeedi23_Week_11&amp;diff=8196"/>
				<updated>2015-12-21T06:41:02Z</updated>
		
		<summary type="html">&lt;p&gt;Msaeedi23: /* DOCUMENT ALL STEPS TAKEN, MANIPULATIONS OF FILES AND ALL. */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Process for GenMapp analysis==&lt;br /&gt;
Microarray paper:&lt;br /&gt;
&amp;lt;http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0115243&amp;gt;&lt;br /&gt;
Genome Paper:&lt;br /&gt;
&amp;lt;http://www.nature.com/ng/journal/v35/n1/full/ng1227.html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Journal Club Presentation==&lt;br /&gt;
[[File: Microarray_Journal_Club_Presentation.pdf]]&lt;br /&gt;
&lt;br /&gt;
===Week 11===&lt;br /&gt;
* For the microarray paper (GenMAPP Users only), include the following:&lt;br /&gt;
* Describe the experimental design of the microarray data, including treatments, number of replicates (biological and/or technical), dye swaps.&lt;br /&gt;
&lt;br /&gt;
* Determine the sample and data relationships, i.e., which files in the data correspond to which samples in the experimental design.&lt;br /&gt;
&lt;br /&gt;
* Construct a flow chart that illustrates the above.&lt;br /&gt;
&lt;br /&gt;
==Unknown Term Definitions==&lt;br /&gt;
* Phosphorelay: A multi-stage process, involving the movement of phophoryl groups by histidine kinases in bacterial signal transduction. &lt;br /&gt;
&amp;lt; https://en.wiktionary.org/wiki/phosphorelay&amp;gt;&lt;br /&gt;
* Putative: Believed or deemed to be the case; accepted by supposition rather than from proof.&lt;br /&gt;
&amp;lt; https://en.wiktionary.org/wiki/putative&amp;gt;&lt;br /&gt;
* Supernatant: Floating on the surface or over something; the chemistry of a liquid-lying above a sediment or settled precipitate.&lt;br /&gt;
&amp;lt; http://dictionary.reference.com/browse/supernatant?s=t&amp;gt;&lt;br /&gt;
* Chemiluminescent: The emission of light as the result of a chemical reaction.&lt;br /&gt;
&amp;lt; https://en.wikipedia.org/wiki/Chemiluminescence&amp;gt;&lt;br /&gt;
* Endogenous: Growing or developing from within; originating within.&lt;br /&gt;
&amp;lt; http://dictionary.reference.com/browse/endogenous&amp;gt;&lt;br /&gt;
* Non-Permeabilized: Made not permeable, unable to infiltrate a surface.&lt;br /&gt;
&amp;lt; https://en.wiktionary.org/wiki/nonpermeabilized&amp;gt;&lt;br /&gt;
* Albeit: Although, even if.&lt;br /&gt;
&amp;lt; http://dictionary.reference.com/browse/albeit?s=ts&amp;gt;&lt;br /&gt;
* Attenuated: To render less virulent, as a strain of pathogenic virus or bacterium.&lt;br /&gt;
&amp;lt; http://dictionary.reference.com/browse/attenuated?s=t&amp;gt;&lt;br /&gt;
* Modulating: To regulate or adjust to a certain measure or proportion; soften or tone down. &lt;br /&gt;
&amp;lt; http://dictionary.reference.com/browse/modulating?s=t&amp;gt;&lt;br /&gt;
* Homodimerization: Any reaction which leads to the formation of a homodimer, a molecule composed of paired identical proteins. &lt;br /&gt;
&amp;lt; http://dictionary.reference.com/browse/modulating?s=t&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Article Outline==&lt;br /&gt;
Write an outline of the article.  The length should be a minimum of the equivalent of 2 pages of standard 8 1/2 by 11 inch paper (you can use the &amp;quot;Print Preview&amp;quot; option in your browser to see the length).  Your outline can be in any form you choose, but you should utilize the wiki syntax of headers and either numbered or bulleted lists to create it.  The text of the outline does not have to be complete sentences, but it should answer the questions listed below and have enough information so that others can follow it.  However, your outline should be in YOUR OWN WORDS, not copied straight from the article.&lt;br /&gt;
What is the importance or significance of this work (i.e., your species)?&lt;br /&gt;
===Introduction/Significance===&lt;br /&gt;
(Used in accordance with GenMAPP user lolufson)&lt;br /&gt;
**The Gram-negative bacterium Bordetella pertussis is the causative agent of pertussis or whooping cough.&lt;br /&gt;
***Pertussis is responsible for 300,000-400,000 deaths each year as it is one of the top ten most infectious diseases worldwide. &lt;br /&gt;
**B. pertussis creates a lot of different virulence factors that include adhesions, toxins, and multiple others that are regulated by the BvgA/S two-component system when a change in the environment is detected. &lt;br /&gt;
***B. pertussis produces an intact PS microcapsule on the surface of its bacteria. &lt;br /&gt;
***The B. pertussis capsule does not play a role in the capsule-mediated defense mechanisms, some of which include adherence to mammalian host cell, complement-mediated killing and antimicrobial attack. &lt;br /&gt;
**This study characterizes the role of the capsule locus and the expression in pertussis pathogenesis.&lt;br /&gt;
**This study showed that a protein, KpsT, located on the membrane is involved via a structural role in the transportation of the PS capsule across the cell envelope, and this protein is necessary for the greatest BvgA/S-mediated signal transduction. &lt;br /&gt;
&lt;br /&gt;
What were the methods used in the study?&lt;br /&gt;
(Used in accordance with GenMAPP user lolufson)&lt;br /&gt;
===Methods===&lt;br /&gt;
**&amp;#039;&amp;#039;Bacterial Strains and growth conditions&amp;#039;&amp;#039;&lt;br /&gt;
***All B. pertussis strains were grown at 37°C on Bordet-Gengou (BG) agar (Difco) supplemented with 10% defibrinated sheep blood with 1% glycerol or in modified Stainer-Scholte (SS) medium containing 2,6-O-dimethyl-β-cyclodextrin (Sigma Chemical) at 1 g/liter supplemented with either 10 μg/ml gentamicin, 100 μg/ml streptomycin or 30 μg/ml chloramphenicol.&lt;br /&gt;
***E. coli strains were grown at 37°C overnight in fresh Luria-Bertani broth or on LB agar (Difco) plates, and suitably 100 µg/ml ampicillin, 50 µg/ml kanamycin, 10 µg/ml gentamicin, 30 µg/ml chloramphenicol was added to select for antibiotic-resistant strains.&lt;br /&gt;
**&amp;#039;&amp;#039;Construction of B. pertussis capsule-deficient mutant strains&amp;#039;&amp;#039;&lt;br /&gt;
***Non-polar single gene deletion was performed for kpsT, kpsE, and vipC ORFs by using the double homologous recombination method.&lt;br /&gt;
***The final products of the vector insertions yielded pJQT1-2, pJQE1-2, and pJQV1-2, and the recombinant pJQ constructs were used for allelic exchange in wild-type BPSM to yield the mutant strains. &lt;br /&gt;
**&amp;#039;&amp;#039;Construction of recombinant B. pertussis BPSH strain&amp;#039;&amp;#039;&lt;br /&gt;
***The B. pertussis BPSH strain that expressed a histidine tag at the N-terminal end of BvgS was created by PCR amplification.&lt;br /&gt;
***The final products of the vector insertions yielded pJQ-His-BvgS, and this was used to further develop mutant and wild-type BPSH strains.&lt;br /&gt;
**&amp;#039;&amp;#039;Southern blot analysis&amp;#039;&amp;#039;&lt;br /&gt;
***Chromosomal DNA was extracted and purified from BPSM and ΔkpsT and ΔkpsE bacteria and the B. pertussis strains were digested using restriction enzymes. &lt;br /&gt;
***Detection of hybridization was done using alkaline phosphatase-conjugates anti-DIG antibody, and the membrane was developed using NBT/BCIP AP substrate (Chemicon).&lt;br /&gt;
**&amp;#039;&amp;#039;Whole cell extract and supernatant concentration preparation&amp;#039;&amp;#039;&lt;br /&gt;
***Whole cell extract was harvested from bacteria previously grown and then washed to prepare it for incubation with centrifugation proceeding it. &lt;br /&gt;
***The bacteria pellet created was solubilized and the cell lysate produced from this was centrifuged to pellet unsolubilized cell and debris. &lt;br /&gt;
**&amp;#039;&amp;#039;Purification of His-BvgS affinity chromatography&amp;#039;&amp;#039;&lt;br /&gt;
***Protein lysate was mixed with Qiagen to allow overnight binding to occur, and then the cellular lysate underwent chromatography column for gravity flow purification. &lt;br /&gt;
**&amp;#039;&amp;#039;SDS-Page and Western blot analysis&amp;#039;&amp;#039;&lt;br /&gt;
***Ten times concentrated supernatant of B. pertussis and whole cell extract were run on an SDS-PAGE and then the transferred membranes were incubated with mouse anti-FHA monoclonal antibody, mouse anti-PT monoclonal antibody, rabbit anti-BrkA polyclonal antibodies.&lt;br /&gt;
***The purified His-BvgS were run on 10% SDS-PAGE and were then either stained or transferred onto PVDF membranes and incubated with other antibodies.&lt;br /&gt;
**&amp;#039;&amp;#039;RNA extraction from in vitro B. pertussis culture&amp;#039;&amp;#039;&lt;br /&gt;
***B. pertussis bacteria in virulent phase were harvested and then incubated with an RNA bacteria reagent designed to stabilize the RNA. &lt;br /&gt;
***After the pelleted bacteria were resuspended, RNA extraction was performed and the purified RNA were treated to remove contaminant DNA and finally reverse transcription was performed on 10 ng of bacterial RNA.&lt;br /&gt;
**&amp;#039;&amp;#039;RNA extraction from B. pertussis infected mice lungs.&amp;#039;&amp;#039; &lt;br /&gt;
***B. pertussis-infected mice were euthanized so their lungs could be removed to be drowned in RNAprotect Bacteria Reagent for 1 hour. &lt;br /&gt;
***The lung homogenates from the individual mice lungs were filtered and then centrifuged to pellet the remaining cell debris. &lt;br /&gt;
***Bacterial RNA was extracted using lysozyme and then in-solution DNA digestion was performed, finally ending with the elution of total RNA in DPEC water.&lt;br /&gt;
**&amp;#039;&amp;#039;Real-time polymerase chain reaction&amp;#039;&amp;#039;&lt;br /&gt;
***PCR was performed in a 96 well-plate with each well containing 2 µl of cDNA mix, 0.5 µl of forward and reverse primers (0.5 µM final), and 25 µl SYBR-Green Supermix with ROX (Bio-Rad) to a final volume of 50 µl. &lt;br /&gt;
***Samples were run in triplicate.&lt;br /&gt;
***Expression of each target gene was based on relative quantification using the comparative critical threshold value method.&lt;br /&gt;
***Relative quantification of a specific gene was measure in each reaction by normalization to the Ct value obtained for the endogenous control gene, recA.&lt;br /&gt;
***Control reactions without cDNA were used as negative controls. &lt;br /&gt;
**&amp;#039;&amp;#039;Microarray production and analysis&amp;#039;&amp;#039;&lt;br /&gt;
***Oligonucleotides were synthesized and spotted on slides in a buffer.&lt;br /&gt;
***For each of the samples done, 15 µg of total RNA was reverse transcribed in the presence of either 100 µM Cy3-dCTP or Cy5-dCTP (GE). &lt;br /&gt;
***The newly labeled cDNA was treated with NaOH to degrade RNA and then purified to allow hybridization to occur.&lt;br /&gt;
***Hybridization was then performed and the slides were washed and then scanned using an Innoscan microarray scanner to be analyzed. &lt;br /&gt;
***The LIMMA package was used for the differential expression and normalization, while moderated t-statistic was used to identify statistically significant regulation. &lt;br /&gt;
***Due to multiple testing, obtained P-values were corrected using Benjamini &amp;amp; Hochberg method to control the false discovery rate.&lt;br /&gt;
***Microarray data were deposited in the GEO online database.&lt;br /&gt;
**&amp;#039;&amp;#039;Reverse Transcribed (RT)-PCR&amp;#039;&amp;#039;&lt;br /&gt;
***RNA was purified from exponentially grown B. pertussis bacteria in virulent phase, and the cDNA was obtained as described previously.&lt;br /&gt;
***PCR was performed using recA primers (endogenous control) or using primers mapping to the respective downstream region of the deleted ORFs.&lt;br /&gt;
**&amp;#039;&amp;#039;FACS&amp;#039;&amp;#039;&lt;br /&gt;
***In order to make an accurate estimation of the surface polysaccharide capsule expression, fluorescence-activated cell sorting (FACS) analysis was done on the B. pertussis strains grown in a medium containing MgSO4 by using the anti-Vi polyclonal mouse immune serum. &lt;br /&gt;
***Each assay was performed 3 times independently.&lt;br /&gt;
**&amp;#039;&amp;#039;Intranasal infection&amp;#039;&amp;#039;&lt;br /&gt;
***Female adult mice were selected for their specific pathogen free qualities and then infected intranasally with B. pertussis strains for lung colonization, as well as BPSM for bacterial RNA extraction.&lt;br /&gt;
***Using an interval, four mice were killed using CO2 in order to allow their lungs to be removed and homogenized.&lt;br /&gt;
***The serial dilutions of the individual lung homogenates were plated and then counted for CFU quantities after 4 days of incubation.&lt;br /&gt;
***Each experiment was performed at least twice independently.&lt;br /&gt;
&lt;br /&gt;
===Briefly state the result shown in each of the figures and tables===&lt;br /&gt;
*Table 1: Lists all of the B. Pertussis strains used in the study along with their genotypes/relevant features, and the source where the strain was obtained.&lt;br /&gt;
*Table 2: A complete list of all of the forward and reverse primers used in cloning are provided with their sequences, 5&amp;#039;-3&amp;#039;, and their indicated mode of amplification (forward or reverse).&lt;br /&gt;
*Table 3: Lists specific reverse and forward primers used in the real-time PCR analysis.&lt;br /&gt;
*Figure 1:  Two biological replicates were performed and the expression of the capsule locus was monitored using real-time PCR and observed to be significantly up-regulated in the mouse lungs compared to its in vitro Bvg+ expression level, with a peak of expression at day 3 p.i. A similar trend of expression was seen for another bvg-repressed gene, vrg6. Concurrently, the expression of vags including bvgA, fhaB and ptx were all up regulated at day 3 and day 7 p.i. compared to Day 0 and to the in vitro Bvg+ expression level.&lt;br /&gt;
*Figure 2: Outlines the construction of the kpsT, kpsE, vipC, and BPSM B. pertussis mutants. Goes on to portray the Southern blot analysis and the transcription efficacy of the downstream gene. Finally it looked at the growth kinetic profiles of each mutant. &amp;quot;The ΔkpsT, ΔkpsE and ΔvipC mutant strains displayed hemolytic and domed colony morphology on blood agar plates (data not shown) and in vitro growth kinetics comparable to the parental BPSM strain (Fig. 2 D), implying that these single gene deletions within the capsule locus did not affect the in vitro fitness of the bacteria.&amp;quot; &amp;lt;http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0115243#pone-0115243-g002&amp;gt;&lt;br /&gt;
*Figure 3: Depicts phenotypic characterization of the kpsT, kpsE, and vipC mutants. It was observed that  ΔkpsT, ΔkpsE and ΔvipC cells consistently displayed levels of fluorescence shift comparable to that measured with KOcaps, corresponding to nonspecific background shift. &amp;quot;The FACS data supports that in-frame deletion of the single ORF kpsT, kpsE or vipC within the capsule locus is sufficient to prevent the presence of the PS capsule at the bacterial surface.&amp;quot;&lt;br /&gt;
*Figure 4:Compared to BPSM, the band signal intensity for FHA in ΔkpsT 10x concentrated culture supernatant was about 30% down-regulated (Fig. 4 A). In contrast, signal intensities for FHA in the whole cell lysates appeared comparable between mutant strains (Fig. 4A), indicating that secretion into the culture supernatant may be compromised in ΔkpsT. Similarly, secretion but not production of PT appeared to be impaired in ΔkpsT (Fig. 4C). &amp;quot;In contrast, both production and secretion of BrkA in ΔkpsT were visibly reduced (Fig. 4 B). Production/secretion levels of FHA, PT and BrkA were partially restored to parental level in ΔkpsTcom strain (Fig. 4 A, B and C).&amp;quot;&lt;br /&gt;
*Figure 5: Consistent with the Real-time PCR analysis, expression of the bvgAS locus and fhaB was not found to be down-regulated in the ΔkpsT mutant (S1 Table).In addition to further support this analysis, the microarray data revealed that the absence of KpsT affects negatively the expression of a large number of bvg-regulated genes. &amp;quot;Such overall down-regulation is likely to be responsible for the attenuated phenotype observed with the ΔkpsT mutant in mice.&amp;quot;&lt;br /&gt;
*Figure 6: &amp;quot;Higher amounts of BrkA, PT and to a lesser extent FHA were detected with the BvgS-VFT2- ΔkpsT double mutant compared to ΔkpsT single mutant, with band signal intensities comparable to those observed for wild type BPSM and BvgS-VFT2 strain (Fig. 6A). Also, real-time PCR analysis showed that down-regulation of the brkA, ptx and sphB1 genes observed with the ΔkpsT single mutant was not seen with the BvgS-VFT2- ΔkpsT double mutant (Fig. 6B). These data thus indicated that deletion of kpsT in a Bvg+-phase locked mutant did not affect the virulence genes expression therefore suggesting that VFT2 mutation in the BvgS sensor is dominant over kpsT deletion. Consistently, a parental in vivo virulent phenotype was observed with BvgS-VFT2- ΔkpsT double mutant in mice (Fig. 6C). Altogether, these results indicate that deletion of kpsT ORF in a constitutive bvgS background had no effect on the expression of bvg-regulated genes.&amp;quot;&lt;br /&gt;
*Figure 7: &amp;quot;Western blot analysis using anti-His and anti-BvgS antibodies confirmed the identity of the 140 kDa eluted protein as His-BvgS monomers in E2 and E3 from BPSH but not from BPSM extracts (Fig. 7B). A band at 50 kDa MW was also observed in E3 and E4 from both BPSM and BPSH, suggesting that this unknown protein bound to the Ni-NTA beads likely due to high His content (Fig. 7A). A stronger signal intensity of the 140 kDa band was observed under reducing/heat treatment conditions (Fig. 7C). Altogether these data supported that KpsT is necessary for BvgS oligomerization although no direct physical interaction seems to occur between both proteins.&amp;quot;&lt;br /&gt;
*Figure 8: The results portrayed in this figure support that neither KpsT alone nor the KpsMT complex is enough to restore fully a parental colonization profile in KOcaps. &amp;quot;Therefore, instead of KpsT alone, the entire capsule transport machinery may play a role in the BvgS-mediated signal transduction and indirectly in the overall bacterial virulence.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===How do the results of this study compare to the results of previous studies?===&lt;br /&gt;
* Previous research showed that B. pertussis PS capsule is not involved in the classical capsule-defense mechanisms including phagocytosis, complement-mediated killing and antimicrobial peptides attack. This new study provides evidence that the PS capsule transport proteins, in particular the membrane associated KpsT protein, are necessary for B. pertussis virulence in an indirect mode-of-action. The data suggest a structural role for the entire PS capsule transport machinery in the cell envelope and a consequential impact on the BvgA/S-mediated signal transduction and virulence gene expression. The work presented in this paper demonstrates for the first time that a vrg locus (the PS capsule locus) plays a role in pertussis pathogenesis. Therefore, it is demonstrated for the first time that a vrg locus (specifically the capsule locus) i) is expressed and modulated during in vivo infection, and ii) plays an indirect role in B. pertussis in vivo virulence. This finding apparently contradicts a previous study which claimed that the Bvg- phase is dispensable for bacterial in vivo virulence based on a Bvg+ phase locked mutant. This new observation thus suggests that in vivo, dynamic gene regulation occurs thereby implying that over time the micro-environmental conditions encountered by the bacteria vary. The PS capsule locus in B. pertussis is physically distinct from the bps locus which encodes proteins involved in biofilm formation. The data indicates that absence of the membrane-associated protein KpsT (and to a lesser extent KpsE) affects significantly pertussis pathogenesis. &amp;quot;In conclusion, this research portrays that the B. pertussis PS capsule transporter-export machinery and in particular KpsT are necessary for optimal expression of virulence genes and therefore play an important role in pertussis pathogenesis.&amp;quot;&lt;br /&gt;
&amp;lt;http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0115243#pone-0115243-g006&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==For the microarray paper (GenMAPP Users only)==&lt;br /&gt;
**Describe the experimental design of the microarray data, including treatments, number of replicates (biological and/or technical), dye swaps.&lt;br /&gt;
This paper identified polysaccharide (PS) capsules as important virulence determinants for bacterial pathogens and and KpsT as a membrane protein involved in the transport of PS polymers across the cellular envelope in &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039;. To determine the impact of PS capsules on the virulence of &amp;#039;&amp;#039;B. pertussis&amp;#039;&amp;#039;, a microarray experiment was run testing a ∆KpsT mutant against the wild-type.&lt;br /&gt;
*Treatment Group: ∆KpsT Mutant&lt;br /&gt;
*Control Group: Wild-type (BPSM)&lt;br /&gt;
Biological replicates: 3 replicates of both the control and treatment groups; Technical replicates: 2 per biological replicate (dye-swapped)&lt;br /&gt;
*Replicate Listings (taken from [http://www.ncbi.nlm.nih.gov/geo/ NCBI GEO]):&lt;br /&gt;
**GSM1519507	Strain of Bordetella pertussis deleted of KpsT versus wild-type B. pertussis replicate 1&lt;br /&gt;
**GSM1519509	Strain of Bordetella pertussis deleted of KpsT versus wild-type B. pertussis replicate 1 by dye-swap color&lt;br /&gt;
**GSM1519511	Strain of Bordetella pertussis deleted of KpsT versus wild-type B. pertussis replicate 2&lt;br /&gt;
**GSM1519514	Strain of Bordetella pertussis deleted of KpsT versus wild-type B. pertussis replicate 2 by dye-swap color&lt;br /&gt;
**GSM1519516	Strain of Bordetella pertussis deleted of KpsT versus wild-type B. pertussis replicate 3&lt;br /&gt;
**GSM1519519	Strain of Bordetella pertussis deleted of KpsT versus wild-type B. pertussis replicate 3 by dye-swap color&lt;br /&gt;
&lt;br /&gt;
* Determine the sample and data relationships, i.e., which files in the data correspond to which samples in the experimental design.&lt;br /&gt;
*[[Media: GSM1519507_1-A3_vs_dA5.dav.txt.gz]]-Strain of Bordetella pertussis deleted of KpsT versus wild-type B. pertussis replicat 1.&lt;br /&gt;
*[[Media: GSM1519509_2-A5_vs_dA3.dav.txt.gz]]-Strain of Bordetella pertussis deleted of KpsT versus wild-type B. pertussis replicat 1 by dye-swap color.&lt;br /&gt;
*[[Media: GSM1519511_3-B3_vs_dB5.dav.txt.gz]]-Strain of Bordetella pertussis deleted of KpsT versus wild-type B. pertussis replicat 2.&lt;br /&gt;
*[[Media: GSM1519514_4-B5_vs_dB3.dav.txt.gz]]-Strain of Bordetella pertussis deleted of KpsT versus wild-type B. pertussis replicat 2 by dye-swap color.&lt;br /&gt;
*[[Media: GSM1519516_5-C3_vs_dC5.dav.txt.gz]]-Strain of Bordetella pertussis deleted of KpsT versus wild-type B. pertussis replicat 3.&lt;br /&gt;
*[[Media: GSM1519519_6-C5_vs_dC3.dav.txt.gz]]-Strain of Bordetella pertussis deleted of KpsT versus wild-type B. pertussis replicat 3 by dye-swap color.&lt;br /&gt;
&lt;br /&gt;
* Construct a flow chart that illustrates the above.&lt;br /&gt;
[[Media: Flow_chart_db_project.docx]]&lt;br /&gt;
&lt;br /&gt;
==DOCUMENT ALL STEPS TAKEN, MANIPULATIONS OF FILES AND ALL.==&lt;br /&gt;
&lt;br /&gt;
1. Experimental design-what is the treatment and what is the control&lt;br /&gt;
* Biological vs technical replicants- for vibrio control was the untreated strain, technical replicates = splitting a sample, different from biological replicates. Biological replicates are derived from the original strain. *note how many replicates of each. # of chips(microarrays) (for vibrio it was 9, total number of samples)&lt;br /&gt;
#** Dye swaps, cy3 green dye and cy5 red. note how many swaps. Swaps done to avoid dye playing an effect in replication.&lt;br /&gt;
#***Draw a diagram to help of how chips were obtained. [[File: Microarray_flow_chart.docx]]&lt;br /&gt;
&lt;br /&gt;
2. Sample + data relationship. In raw data there should be one file to each chip. Match file name to sample. raw.zip on arrayexpress has one file for each chip. Sdrf.txt open in excel to show whats in the samples-should tell you all of the samples, their matches, and dye swaps.&lt;br /&gt;
&lt;br /&gt;
3. Compiled raw data file. Include columns for: ID, Sample log2FC, sample log2FC. Compiling raw data files into one spreadsheet to prepare for statistical analysis.&lt;br /&gt;
&lt;br /&gt;
4. Normalization + statistical analysis. Customized for each dataset due to different treatments. Either t-test or one way anova. Also due sanity check, which will be a result in the paper. Compare it to what was written in the paper, corresponding to specific genes. Comparing log-fold changes of specific genes between our data and the paper&amp;#039;s. &lt;br /&gt;
&lt;br /&gt;
5. GenMAPP + mappfinder. Run data through database created by groupmates.&lt;br /&gt;
&lt;br /&gt;
6. Deliverables-describing methods, production of tables including the sanity check, etc. &lt;br /&gt;
*In discussion compare what we found vs to what they found.&lt;br /&gt;
&lt;br /&gt;
[[User:Msaeedi23|Msaeedi23]] ([[User talk:Msaeedi23|talk]]) 23:42, 16 November 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
{{Template: msaeedi23}}&lt;/div&gt;</summary>
		<author><name>Msaeedi23</name></author>	</entry>

	<entry>
		<id>https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=File:Microarray_flow_chart.docx&amp;diff=8195</id>
		<title>File:Microarray flow chart.docx</title>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=File:Microarray_flow_chart.docx&amp;diff=8195"/>
				<updated>2015-12-21T06:39:25Z</updated>
		
		<summary type="html">&lt;p&gt;Msaeedi23: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Msaeedi23</name></author>	</entry>

	<entry>
		<id>https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=File:Flow_chart_db_project.docx&amp;diff=8194</id>
		<title>File:Flow chart db project.docx</title>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=File:Flow_chart_db_project.docx&amp;diff=8194"/>
				<updated>2015-12-21T06:38:33Z</updated>
		
		<summary type="html">&lt;p&gt;Msaeedi23: Msaeedi23 uploaded a new version of File:Flow chart db project.docx&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Msaeedi23</name></author>	</entry>

	<entry>
		<id>https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=Template:Msaeedi23&amp;diff=8102</id>
		<title>Template:Msaeedi23</title>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=Template:Msaeedi23&amp;diff=8102"/>
				<updated>2015-12-18T20:45:23Z</updated>
		
		<summary type="html">&lt;p&gt;Msaeedi23: /* Shared Journals */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[User: Msaeedi23 | Mahrad Saeedi]]&lt;br /&gt;
&lt;br /&gt;
=====Class Whoopers Team Page=====&lt;br /&gt;
*&amp;lt;https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/The_Class_Whoopers&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====Assignment Links=====&lt;br /&gt;
*[[Week 1 | Week 1 Assignment]]&lt;br /&gt;
*[[Week_2 | Week 2 Assignment]]&lt;br /&gt;
*[[Week_3 | Week 3 Assignment]]&lt;br /&gt;
*[[Week_4 | Week 4 Assignment]]&lt;br /&gt;
*[[Week_5 | Week 5 Assignment]]&lt;br /&gt;
*[[Week_6 | Week 6 Assignment]]&lt;br /&gt;
*[[Week_7 | Week 7 Assignment]]&lt;br /&gt;
*[[Week_8 | Week 8 Assignment]]&lt;br /&gt;
*[[Week_9 | Week 9 Assignment]]&lt;br /&gt;
*[[Week_10 | Week 10 Assignment]]&lt;br /&gt;
*[[Week_11 | Week 11 Assignment]]&lt;br /&gt;
*[[Week_12 | Week 12 Assignment]]&lt;br /&gt;
*[[Week_14 | Week 14 Assignment]]&lt;br /&gt;
*[[Week_15 | Week 15 Assignment]]&lt;br /&gt;
&lt;br /&gt;
=====Individual Journals=====&lt;br /&gt;
*[[User:Msaeedi23| Week 1]]&lt;br /&gt;
*[[Msaeedi23 Week 2| Week 2]]&lt;br /&gt;
*[[Msaeedi23 Week 3| Week 3]]&lt;br /&gt;
*[[Msaeedi23 Week 4| Week 4]]&lt;br /&gt;
*[[Msaeedi23 Week 5| Week 5]]&lt;br /&gt;
*[[Msaeedi23 Week 6| Week 6]]&lt;br /&gt;
*[[Msaeedi23 Week 7| Week 7]]&lt;br /&gt;
*[[Msaeedi23 Week 8| Week 8]]&lt;br /&gt;
*[[Msaeedi23 Week 9| Week 9]]&lt;br /&gt;
*[[Msaeedi23 Week 10| Week 10]]&lt;br /&gt;
*[[Msaeedi23 Week 11| Week 11]]&lt;br /&gt;
*[[Msaeedi23 Week 12| Week 12]]&lt;br /&gt;
*[[Msaeedi23 Week 13| Week 13]]&lt;br /&gt;
*[[Msaeedi23 Week 14| Week 14]]&lt;br /&gt;
*[[Msaeedi23 Week 15| Week 15]]&lt;br /&gt;
[[Category: Journal Entry]]&lt;br /&gt;
&lt;br /&gt;
=====Shared Journals=====&lt;br /&gt;
&lt;br /&gt;
*[[Class_Journal_Week_1 | Class Journal Week 1]]&lt;br /&gt;
*[[Class_Journal_Week_2 | Class Journal Week 2]]&lt;br /&gt;
*[[Class_Journal_Week_3 | Class Journal Week 3]]&lt;br /&gt;
*[[Class_Journal_Week_4 | Class Journal Week 4]]&lt;br /&gt;
*[[Class_Journal_Week_5 | Class Journal Week 5]]&lt;br /&gt;
*[[Class_Journal_Week_6 | Class Journal Week 6]]&lt;br /&gt;
*[[Class_Journal_Week_7 | Class Journal Week 7]]&lt;br /&gt;
*[[Class_Journal_Week_8 | Class Journal Week 8]]&lt;br /&gt;
*[[Class_Journal_Week_9 | Class Journal Week 9]]&lt;br /&gt;
*[[The_Class_Whoopers | The_Class_Whoopers Week 10]]&lt;br /&gt;
*[[The_Class_Whoopers | The_Class_Whoopers Week 11]]&lt;br /&gt;
*[[The_Class_Whoopers | The_Class_Whoopers Week 12]]&lt;br /&gt;
*[[The_Class_Whoopers | The_Class_Whoopers Week 14]]&lt;br /&gt;
*[[The_Class_Whoopers | The_Class_Whoopers 15]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Journal Entry]]&lt;/div&gt;</summary>
		<author><name>Msaeedi23</name></author>	</entry>

	<entry>
		<id>https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=The_Class_Whoopers&amp;diff=7897</id>
		<title>The Class Whoopers</title>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=The_Class_Whoopers&amp;diff=7897"/>
				<updated>2015-12-15T06:17:50Z</updated>
		
		<summary type="html">&lt;p&gt;Msaeedi23: /* Progress */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Team Information &amp;amp; Links =&lt;br /&gt;
&lt;br /&gt;
{{Template:Class Whoopers}}&lt;br /&gt;
&lt;br /&gt;
=Weekly Updates=&lt;br /&gt;
==Week 15==&lt;br /&gt;
===Goals===&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Assignment due date:&amp;#039;&amp;#039;&amp;#039; Midnight Tuesday, December 15&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Coder:&amp;#039;&amp;#039;&amp;#039; Adjust the GenMAPP Builder code to account for the one EnsemblBacteria reference ID that was missing in our last export; conduct a new import-export cycle to create the (hopefully) final .gdb file; begin characterizing the exported .gdb file in a Gene Database Testing Report; customize the GenMAPP Builder TallyEngine to account for any changes made.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Quality Assurance:&amp;#039;&amp;#039;&amp;#039; Reconfigure TallyEngine Configuration with Coder in order to accommodate missing gene IDs that were not exported the previous time. Test the revised database by running TallyEngine count, XmlpipeDB Match, and PostgreSQL. Locate missing gene IDs if any. &lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;GenMAPP User:&amp;#039;&amp;#039;&amp;#039; Import data into GenMAPP, create ColorSets, and run MAPPFinder. Document and take notes on test runs with GenMAPP. Use the EX.txt file to help the Coder/Quality Assurance team members to validate the .gdb. Create a .mapp file showing one pathway that is changed in your data.&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Brandon (Coder and Project Manager):&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Mahrad (Quality Assurance):&amp;#039;&amp;#039;&amp;#039; I worked closely with the coder [[User: Bklein7|Brandon]] in order to re-customize TallyEngine to include the 11 missing ORF genes. Having located the missing gene IDs, Brandon went into Eclipse to code for them to be included in the export. Following this, we tested out revised gene database to make sure these missing IDs were actually exported. We ran TallyEngine count, which gave a total of 3446 gene IDs, demonstrating that the IDs were now exported. Then we ran XMLpipeDB Match, and this provided a total of 3447 gene IDs exported, one additional. Finally, we ran PostgreSQL and this gave a total of 3446 gene IDs. We came to find that gene &amp;quot;BP3167A&amp;quot; was in the original XML file, but not accounted for in the exported file. With further investigation we concluded that &amp;quot;BP3167A&amp;quot; is a reference ID from EnsemblBacteria and corresponds to the same ID as &amp;quot;BP3167.1&amp;quot; which was exported. &lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Lena (GenMAPP User):&amp;#039;&amp;#039;&amp;#039; I was able to import the data into GenMAPP and then I created color sets in order to run MAPPFinder. I obtained the ontology results and did some background research on what exactly the top results related to from the microarray article. I then used Kegg pathways for my specific organism to create two separate MAPPS, one for ribosome and one for the nitrogen cycle.&lt;br /&gt;
&lt;br /&gt;
===Meetings!===&lt;br /&gt;
*This week, our group used class work sessions to coordinate our work:&lt;br /&gt;
**Tuesday, December 8, 2:40 - 4:00&lt;br /&gt;
**Thursday, December 10, 2:40 - 4:00&lt;br /&gt;
*In addition, we scheduled meetings outside of class to work on the final PowerPoint Presentation and deliverables for our project:&lt;br /&gt;
**Sunday, December 13, 7:00 PM - 1:00 AM&lt;br /&gt;
**Monday, December 14, 2:00 PM - _______&lt;br /&gt;
&lt;br /&gt;
==Week 14==&lt;br /&gt;
&lt;br /&gt;
===Goals===&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Assignment due date:&amp;#039;&amp;#039;&amp;#039; Midnight Tuesday, December 8&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Coder:&amp;#039;&amp;#039;&amp;#039; Create the custom species profile for &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039;, run an export using the customized version of GenMAPP Builder, add further customizations to the custom species profile as appear necessary, and run a second export using the further customized version of GenMAPP Builder.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Quality Assurance:&amp;#039;&amp;#039;&amp;#039; Identify gene IDs that are missing in the first custom export, work with the coder to classify these IDs, configure the Tally Engine, and complete a gene database testing report for the second custom export.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;GenMAPP User:&amp;#039;&amp;#039;&amp;#039; Complete the statistical analysis of the data, format the data for import into GenMAPP, and coordinate with the coder/QA to import this data into GenMAPP using the custom gene database.&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Brandon (Coder and Project Manager):&amp;#039;&amp;#039;&amp;#039; This week, I focused on creating and customizing the species profile for &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; in GenMAPP Builder, the details of which can be found in my [[Bklein7 Week 14| Week 14 Journal Entry]]. I documented the first export I conducted using a custom &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; species profile here: [[Gene Database Testing Report- cw20151201]]. I demonstrated that the custom species information implemented in this export worked as intended, but Mahrad and I identified 11 ORF genes that failed to export. I updated the &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; species profile to account for these ORF genes and conducted a new export, detailed here: [[Gene Database Testing Report- cw20151203]]. Mahrad analyzed the exported .gdb file. In addition to this, I kept tabs on my fellow group members to keep us on track to accomplish our long-term project goals in a timely manner.&lt;br /&gt;
** [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 13:39, 7 December 2015 (PST)&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Mahrad (Quality Assurance):&amp;#039;&amp;#039;&amp;#039; This week as Q and A I worked directly with Brandon to do the initial data exports. The work can be summarized here: [[Msaeedi23 Week 14| Week 14 Journal Entry]]. Next we meticulously characterized regular expression patterns to detect discrepancies in extracting the data from the original samples. In the following week I will work to do the tally configuration to customize it according to our specific species. Now I will focus on the tally configuration which may take some time and coding assistance from Brandon. Once the Tally Engine has been configured to our specific species, Lena can proceed with with GenMAPP processing. &lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Lena (GenMAPP User):&amp;#039;&amp;#039;&amp;#039; This week, I made progress on performing the statistical analysis of the data to prepare it for GenMAPP. I was able to post my progress for each of the class working sessions on my [[Lenaolufson Week 14| Week 14 Journal Entry]] as I updated the excel data sheets after each session. Dr. Dahlquist helped me figure out a problem with the original raw data that was causing the values to be very skewed. I then sent her my updated data sheet and she was able to use a program to separate the duplicates of the chips. After she sent me back the data with the sorted values, I performed the statistical analysis on the data, the most updated version of the file can be found on my Week 14 journal entry linked previously. &lt;br /&gt;
[[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 19:54, 7 December 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
===Meetings!===&lt;br /&gt;
*This week, our group used class work sessions to coordinate our work:&lt;br /&gt;
**Tuesday, December 1, 2:40 - 4:00&lt;br /&gt;
**Thursday, December 3, 2:40 - 4:00&lt;br /&gt;
** Monday, December 7, 10:30 - 12 am&lt;br /&gt;
&lt;br /&gt;
==Week 12==&lt;br /&gt;
===Goals===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Assignment due date:&amp;#039;&amp;#039;&amp;#039; Midnight Tuesday, November 24&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Coder:&amp;#039;&amp;#039;&amp;#039; Set up a GitHub repository clone of the XMLPipeDB project on your development device, the development rig, and the initial as-is build for gmbuilder. Complete an import-export cycle in association with QA.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Quality Assurance:&amp;#039;&amp;#039;&amp;#039; Complete an import-export cycle for the 1st &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene database. Complete a Gene Database Testing Report for this export.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;GenMAPP Users:&amp;#039;&amp;#039;&amp;#039; Create a Master Raw Data file that contains the IDs and columns of data required for further analysis. Consult with Dr. Dahlquist on how to process the data (normalization, statistics).&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Brandon (Quality Assurance and Interim Coder):&amp;#039;&amp;#039;&amp;#039; This week, I focused on completing an import-export cycle for our first &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene database- [[File:Bpertussis-std cw20151119.zip]]. With my QA hat, I imported the appropriate data, exported the gene database, and discussed the gene database creation &amp;amp; counting protocol here- [[Gene Database Testing Report- cw20151119]]. With my Coder hat, I followed the instructions on the [[Coder| Coder Guild Page]] to setup a GitHub repository clone of the XMLPipdeDB project on my personal laptop, the Eclipse developer rig, and the initial as-is build for gmbuilder. The electronic lab notebook for my QA and Coder work is present on my [[Bklein7 Week 12| Week 12 Page]]. Finally, I wrote a PowerPoint presentation on our genome sequencing paper, which is linked to on my [[Bklein7 Week 12| Week 12 Page]] as well. &lt;br /&gt;
**[[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 18:48, 23 November 2015 (PST)&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Lena (GenMAPP):&amp;#039;&amp;#039;&amp;#039; I worked on downloading the correct data sample files from the provided files on the microarray paper page. The files were unzipped and prepared to be imported into excel. In excel, the data was manipulated to form a spreadsheet that had all of the gene IDs from the different samples with their appropriate columns to be analyzed. The corrections and further manipulations of the data are to be continued to be done in the coming week in order to create the desired dataset to be exported from excel. [[File:Bpertussis CompiledRawData MS2015.xlsx]]&lt;br /&gt;
**[[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 17:33, 23 November 2015 (PST)&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Mahrad (GenMAPP--&amp;gt; Quality Assurance)&amp;#039;&amp;#039;&amp;#039;: Downloaded the six data sample files provided  by the microarray paper. Files were unzipped, imported into excel, and manipulated to form a single spreadsheet containing all gene IDs from the different samples. Each sample was placed in its respective column to be further analyzed and manipulated in the upcoming week. Following this, I assumed the position of quality assurance to accommodate the absence of Nicole.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Nicole&amp;#039;&amp;#039;&amp;#039; was absent this week. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 18:52, 23 November 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Meetings! ===&lt;br /&gt;
* Monday, November 23: Seaver 120- Brandon and Lena met to work on the GenMAPP testing of the gene IDs from our database.&lt;br /&gt;
&lt;br /&gt;
==Week 11==&lt;br /&gt;
===Goals===&lt;br /&gt;
* For all:&lt;br /&gt;
** Outline your assigned paper on your user page and include a list of 10 defined terms from the paper.&lt;br /&gt;
*Nicole &amp;amp; Brandon&lt;br /&gt;
**Prepare Journal Club presentation on the designated genome sequencing article&lt;br /&gt;
**Slides Due: by midnight, Tuesday, November 17&lt;br /&gt;
**Presentation Date: Tuesday, November 24&lt;br /&gt;
*Lena &amp;amp; Mahrad&lt;br /&gt;
**Prepare Journal Club presentation on the designated microarray paper&lt;br /&gt;
**Slides Due: by midnight, Tuesday, November 17&lt;br /&gt;
**Presentation Date: Tuesday, November 17&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*Nicole Anguiano (Coder): Nicole was absent this week for a medical emergency and is (hopefully) getting some much deserved rest. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 23:14, 16 November 2015 (PST)&lt;br /&gt;
*Brandon Klein (QA): This week I made several edits to the [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/The_Class_Whoopers Class Whoopers Team Page] in accordance with the [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/Week_11 Week 11 assignment]. These edits included the following: revising the Class Whoopers template, reorganizing the Team Page structure, commenting out unneeded articles in the annotated bibliography, creating the new bibliography entry as requested by Dr. Dahlquist, and writing the naming conventions for our files. Additionally, I outlined our genome sequencing paper for &amp;quot;Bordetella pertussis&amp;quot; and assessed the [http://www.genedb.org/Homepage/Bpertussis GeneDB MOD] on my [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/Bklein7_Week_11#Identifying_the_Bordetella_Pertussis_MOD Week 11 Individual Journal Entry]. A preliminary draft of the genome sequencing paper that I will likely be presenting solo was uploaded there. Finally, I kept tabs on group members as the interim Project Manager. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 23:14, 16 November 2015 (PST)&lt;br /&gt;
*Lena Olufson (GennMAPP): This week Mahrad and I met up and analyzed the microarray paper together. We split up the powerpoint into two halves; I did the introduction/significance of the study as well as the methods performed. Mahrad and I created our presentation together and worked through a google doc to edit it simultaneously as we discussed out loud. We also created a flow chart together that demonstrated the experimental design, thus we have the same ones included in our individual assignments. We made sure to check in with the temporary project manager and keep him updated on our progress. [[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 23:24, 16 November 2015 (PST) &lt;br /&gt;
*Mahrad Saeedi (GennMAPP): This week Lena and I worked on analyzing the microarray paper and creating an outline. We each defined 10 terms separately based upon words we didn&amp;#039;t recognize in the article. We then proceeded to producing the powerpoint presentation for journal club. &lt;br /&gt;
[[User:Msaeedi23|Msaeedi23]] ([[User talk:Msaeedi23|talk]]) 23:46, 16 November 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Meetings! ===&lt;br /&gt;
*11/15- Lena &amp;amp; Mahrad met to work on outlining article and answering questions&lt;br /&gt;
*11/16- Lena &amp;amp; Mahrad met to prepare powerpoint presentation for journal club&lt;br /&gt;
&lt;br /&gt;
==Week 10==&lt;br /&gt;
===Goals===&lt;br /&gt;
* For all:&lt;br /&gt;
** Create an annotated bibliography including one genome sequencing paper and two microarray experiments for Bordetella pertussis&lt;br /&gt;
** Create/update team page &amp;amp; compile group annotated bibliography&lt;br /&gt;
** Assignment due date: Midnight Tuesday, November 10&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*All group members created annotated bibliographies and compiled them on the newly created group page.&lt;br /&gt;
&lt;br /&gt;
=== Meetings! ===&lt;br /&gt;
* Monday, November 9, 8pm-9pm, Seaver 120&lt;br /&gt;
&lt;br /&gt;
= Deliverables =&lt;br /&gt;
Download links to the deliverables for this project can be found here: [[Bordetella Pertussis GenMAPP Analysis Deliverables]]&lt;br /&gt;
&lt;br /&gt;
==File Naming Protocol==&lt;br /&gt;
All file types generated in this project will receive their own unique names composed of two key parts:&lt;br /&gt;
#Description&lt;br /&gt;
#*This will contain a brief, file-specific description of what content the file contains.&lt;br /&gt;
#*Descriptions for different versions of the same file will remain consistent.&lt;br /&gt;
#Identifier Tag&lt;br /&gt;
#*This tag will be listed as a suffix in the following form: &amp;quot;_cwYYYYMMDD&amp;quot;&lt;br /&gt;
#**cw- team name abbreviation&lt;br /&gt;
#**YYYYMMDD- date the file was created in the form year/month/day&lt;br /&gt;
&lt;br /&gt;
Additionally, the following file naming best practices will be observed when creating descriptions for new files:&lt;br /&gt;
*Our species will be referred to consistently as &amp;quot;bpertussis&amp;quot;.&lt;br /&gt;
*Files including microarray data taken from the paper by Hoo et al. (2014) will begin with &amp;quot;hoo&amp;quot;.&lt;br /&gt;
*Spaces will be written as underscores.&lt;br /&gt;
*No capitalization will be used.&lt;br /&gt;
*No special characters will be used.&lt;br /&gt;
*If sequential numbering systems are used, leading zeros will be included for clarity.&lt;br /&gt;
&lt;br /&gt;
Sample .xls file name: hoo_analyzed_data_cw20151122.xls&lt;br /&gt;
&lt;br /&gt;
==File Names==&lt;br /&gt;
*GenMAPP Gene Database for assigned species (.gdb): &amp;#039;&amp;#039;&amp;#039;bpertussis-std_cwYYYYMMDD.gdb&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*ReadMe file to accompany the Gene Database (.pdf): &amp;#039;&amp;#039;&amp;#039;readme_bpertussis-std_external_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Include Gene Database Schema diagram in ReadMe: &amp;#039;&amp;#039;&amp;#039;bpertussis_schema_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Gene Database Testing Report for final submitted Gene Database (print from wiki to .pdf file): &amp;#039;&amp;#039;&amp;#039;bpertussis_gdb_report_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Processed and analyzed DNA microarray dataset (.xls): &amp;#039;&amp;#039;&amp;#039;hoo_analyzed_data_cwYYYYMMDD.xls&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*GenMAPP Expression Dataset file (.gex): &amp;#039;&amp;#039;&amp;#039;hoo_expression_dataset_cwYYYYMMDD.gex&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Filtered MAPPFinder Results (.xls): &amp;#039;&amp;#039;&amp;#039;hoo_mappfinder_results_cwYYYYMMDD.xls&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Sample MAPP file of a relevant biological pathway for your species (.mapp): &amp;#039;&amp;#039;&amp;#039;hoo_sample_mapp_cwYYYYMMDD.mapp&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Group Report describing the creation of the Gene Database and the biological analysis of the data (.doc or .pdf): &amp;#039;&amp;#039;&amp;#039;bpertussis_analysis_methods_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*PowerPoint presentation (.ppt, given on Tuesday, December 15): &amp;#039;&amp;#039;&amp;#039;bpertussis_analysis_presentation_cwYYYYMMDD.ppt&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
==Microarray Journal Club Presentation==&lt;br /&gt;
*[[File: Microarray_Journal_Club_Presentation.pdf]]&lt;br /&gt;
&lt;br /&gt;
= Annotated Bibliography =&lt;br /&gt;
== Genome Sequencing Paper ==&lt;br /&gt;
&lt;br /&gt;
Neither of these papers is the &amp;#039;&amp;#039;first&amp;#039;&amp;#039; to report the genome sequence of &amp;#039;&amp;#039;B. pertussis.&amp;#039;&amp;#039;  The paper that you will want to use is [http://www.nature.com/ng/journal/v35/n1/full/ng1227.html this one].  I found it by looking at the introduction and references of the Zhang et. al (2011) paper.  For your Week 11 assignment, please remove your annotated bibliography entries for the two papers below and create one for this new paper by Parkhill et al. (2003).  You will use the Parkhill paper for your project.  &amp;#039;&amp;#039;&amp;amp;mdash; [[User:Kdahlquist|Kdahlquist]] ([[User talk:Kdahlquist|talk]]) 09:54, 10 November 2015 (PST)&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
*Parkhill, J., Sebaihia, M., Preston, A., Murphy, L. D., et al. (2003). Comparative analysis of the genome sequences of Bordetella pertussis, Bordetella parapertussis and Bordetella bronchiseptica. Nature genetics, 35(1), 32-40. doi:10.1038/ng1227&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/12910271&lt;br /&gt;
* PubMed Central:  Not available on PubMed Central.&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.nature.com/ng/journal/v35/n1/full/ng1227.html&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.nature.com/ng/journal/v35/n1/pdf/ng1227.pdf&lt;br /&gt;
* Copyright: ©2003 Nature Publishing Group (information found on PDF version of article). This article is not Open Access, but it is freely available 6 months after publication.&lt;br /&gt;
* Publisher: Nature Publishing Group (for-profit).&lt;br /&gt;
* Availability: In print and online.&lt;br /&gt;
* Did LMU pay a fee for this article: Yes, LMU pays a subscription fee for access to the journal &amp;#039;&amp;#039;Nature Genetics&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
== Microarray Paper ==&lt;br /&gt;
&lt;br /&gt;
This paper is suitable for your project.  &amp;#039;&amp;#039;&amp;amp;mdash; [[User:Kdahlquist|Kdahlquist]] ([[User talk:Kdahlquist|talk]]) 10:04, 10 November 2015 (PST)&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Hoo, R., Lam, J.H., Huot, L., Pant, A., Li, R., Hot, D., &amp;amp; Alonso, S. (2014). Evidence for a Role of the Polysaccharide Capsule Transport Proteins in Pertussis Pathogenesis. PLoS ONE, 9(12):e115243. doi: 10.1371/journal.pone.0115243&lt;br /&gt;
* PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/25501560 &lt;br /&gt;
* PubMed Central: http://www.ncbi.nlm.nih.gov/pmc/articles/PMC4264864/&lt;br /&gt;
* Publisher Full Text (HTML): http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0115243&lt;br /&gt;
* Publisher Full Text (PDF): http://www.plosone.org/article/fetchObject.action?uri=info:doi/10.1371/journal.pone.0115243&amp;amp;representation=PDF&lt;br /&gt;
* Copyright: © 2014 Hoo et al. This is an open-access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited (info found [http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0115243 here]).&lt;br /&gt;
* Publisher: PLOS ONE (respected open access organization).&lt;br /&gt;
* Availability: Online only.&lt;br /&gt;
* Did LMU pay a fee for this article: No.&lt;br /&gt;
* Web site where the data resides: [http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE62088 NCBI GEO data]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--#2&lt;br /&gt;
*Brickman, T. J., Cummings, C. A., Liew, S.-Y., Relman, D. A., &amp;amp; Armstrong, S. K. (2011). Transcriptional Profiling of the Iron Starvation Response in Bordetella pertussis Provides New Insights into Siderophore Utilization and Virulence Gene Expression . Journal of Bacteriology, 193(18), 4798–4812. http://doi.org/10.1128/JB.05136-11&lt;br /&gt;
* ArrayExpress Abstract: https://www.ebi.ac.uk/arrayexpress/experiments/E-MEXP-3263/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC532028/&lt;br /&gt;
*PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/?term=Transcriptional+Profiling+of+the+Iron+Starvation+Response+in+Bordetella+pertussis+Provides+New+Insights+into+Siderophore+Utilization+and+Virulence+Gene+Expression&lt;br /&gt;
* Publisher Full Text (HTML): http://jb.asm.org/content/193/18/4798.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/193/18/4798.full.pdf+html &lt;br /&gt;
* Copyright:  2011 by the American Society for Microbiology &lt;br /&gt;
* Publisher:  Journal of Bacteriology &lt;br /&gt;
* Availability:  in print and online&lt;br /&gt;
* Did LMU pay a fee for this article: yes&lt;br /&gt;
*Link to where the microarray data resides: https://www.ebi.ac.uk/arrayexpress/experiments/E-MEXP-3263/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
&lt;br /&gt;
#3&lt;br /&gt;
King, A. J., van der Lee, S., Mohangoo, A., van Gent, M., van der Ark, A., &amp;amp; van de Waterbeemd, B. (2013). Genome-Wide Gene Expression Analysis of Bordetella pertussis Isolates Associated with a Resurgence in Pertussis: Elucidation of Factors Involved in the Increased Fitness of Epidemic Strains. PLoS ONE, 8(6): e66150. doi: 10.1371/journal.pone.0066150&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/23776625&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3679012/&lt;br /&gt;
* Publisher Full Text (HTML):  http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0066150&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.plosone.org/article/fetchObject.action?uri=info:doi/10.1371/journal.pone.0066150&amp;amp;representation=PDF&lt;br /&gt;
* Copyright: © 2013 King et al. This is an open-access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited. (info found [http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0066150 here])&lt;br /&gt;
* Publisher: PLOS ONE (respected open access organization)&lt;br /&gt;
* Availability: online only&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
* Web site where the data resides: [http://www.ebi.ac.uk/arrayexpress/experiments/E-MTAB-1594/samples/?keywords=Bordetella+pertussis&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&amp;amp;s_page=1&amp;amp;s_pagesize=100 EBI ArrayExpress Data]&lt;br /&gt;
&lt;br /&gt;
#4 (note, all of the papers from this point on involve additional species other than Bordetella pertussis)&lt;br /&gt;
&lt;br /&gt;
* Cummings, C. A., Bootsma, H. J., Relman, D. A., &amp;amp; Miller, J. F. (2006). Species-and strain-specific control of a complex, flexible regulon by Bordetella BvgAS. Journal of bacteriology, 188(5), 1775-1785.&lt;br /&gt;
* ArrayExpress Abstract: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-29/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1426559/&lt;br /&gt;
*PubMed Abstract:http://www.ncbi.nlm.nih.gov/pubmed/?term=Species-+and+Strain-Specific+Control+of+a+Complex%2C+Flexible+Regulon+by+Bordetella+BvgAS&lt;br /&gt;
* Publisher Full Text (HTML): http://jb.asm.org/content/188/5/1775.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/188/5/1775.full.pdf+html&lt;br /&gt;
* Copyright:  2006 by the American Society for Microbiology &lt;br /&gt;
* Publisher:  Journal of Bacteriology &lt;br /&gt;
* Availability:  in print and online&lt;br /&gt;
* Did LMU pay a fee for this article: yes&lt;br /&gt;
*Link to where the microarray data resides: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-29/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
&lt;br /&gt;
#5&lt;br /&gt;
&lt;br /&gt;
* Brinig, M., Register, K., Ackermann, M., &amp;amp; Relman, D. (2006). Genomic features of Bordetella parapertussis clades with distinct host species specificity. Genome Biology, 7(9). doi:doi:10.1186/gb-2006-7-9-r81&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/16956413?dopt=Abstract&amp;amp;holding=f1000,f1000m,isrctn&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1794550/&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.genomebiology.com/2006/7/9/R81&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.genomebiology.com/content/pdf/gb-2006-7-9-r81.pdf&lt;br /&gt;
* Copyright: Brinig et al.; licensee BioMed Central Ltd. (information found on the article); open access&lt;br /&gt;
* Publisher:  BioMed Central Ltd (for-profit publisher)&lt;br /&gt;
* Availability:  online&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
# What experiment was performed?  What was the &amp;quot;treatment&amp;quot; and what was the &amp;quot;control&amp;quot; in the experiment?&lt;br /&gt;
# Were replicate experiments of the &amp;quot;treatment&amp;quot; and &amp;quot;control&amp;quot; conditions conducted?  Were these biological or technical replicates?  How many of each?&lt;br /&gt;
* Link to microarray data: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-95/&lt;br /&gt;
&lt;br /&gt;
#6&lt;br /&gt;
&lt;br /&gt;
* Cummings, C., Bootsma, H., Relman, D., &amp;amp; Miller, J. (2006). Species- and Strain-Specific Control of a Complex, Flexible Regulon by Bordetella BvgAS. Journal of Bacteriology, 188(5), 1775-1785. doi:doi: 10.1128/JB.188.5.1775-1785.2006&lt;br /&gt;
* PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/16484188?dopt=Abstract&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1426559/&lt;br /&gt;
* Publisher Full Text (HTML):  http://jb.asm.org/content/188/5/1775.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/188/5/1775.full.pdf&lt;br /&gt;
* Copyright: American Society for Microbiology; open access&lt;br /&gt;
* Publisher:  American Society for Microbiology (professional organization for scientists)&lt;br /&gt;
* Availability:  online and in print&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
# What experiment was performed?  What was the &amp;quot;treatment&amp;quot; and what was the &amp;quot;control&amp;quot; in the experiment?&lt;br /&gt;
# Were replicate experiments of the &amp;quot;treatment&amp;quot; and &amp;quot;control&amp;quot; conditions conducted?  Were these biological or technical replicates?  How many of each?&lt;br /&gt;
* Link to microarray data: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-28/&lt;br /&gt;
&lt;br /&gt;
#7&lt;br /&gt;
&lt;br /&gt;
*King, A. J., van Gorkom, T., Pennings, J. L., van der Heide, H. G., He, Q., Diavatopoulos, D., … Mooi, F. R. (2010). Correction: Comparative genomic profiling of Dutch clinical Bordetella pertussis isolates using DNA microarrays: identification of genes absent from epidemic strains. BMC Genomics, 11, 196. http://doi.org/10.1186/1471-2164-11-196&lt;br /&gt;
* PubMed Abstract:  http://www.biomedcentral.com/1471-2164/9/311#abs&lt;br /&gt;
* PubMed Central: &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/&amp;gt;&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/&lt;br /&gt;
* Publisher Full Text (PDF): &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/pdf/1471-2164-9-311.pdf&amp;gt;&lt;br /&gt;
* Copyright:  © 2008 King et al; licensee BioMed Central Ltd.This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.&lt;br /&gt;
* Publisher: BMC Genomics&lt;br /&gt;
* Availability: online access&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
&lt;br /&gt;
#8&lt;br /&gt;
&lt;br /&gt;
*Nakamura, M. M., Liew, S.-Y., Cummings, C. A., Brinig, M. M., Dieterich, C., &amp;amp; Relman, D. A. (2006). Growth Phase- and Nutrient Limitation-Associated Transcript Abundance Regulation in Bordetella pertussis  . Infection and Immunity, 74(10), 5537–5548. http://doi.org/10.1128/IAI.00781-06&lt;br /&gt;
* PubMed Abstract:  &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1594893/?report=reader#__abstractid499869title&amp;gt;&lt;br /&gt;
* PubMed Central: &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1594893/&amp;gt;&lt;br /&gt;
* Publisher Full Text (HTML): &amp;lt;http://iai.asm.org/content/74/10/5537.full&amp;gt;&lt;br /&gt;
* Publisher Full Text (PDF):  &amp;lt;http://iai.asm.org/content/74/10/5537.full.pdf+html&amp;gt;&lt;br /&gt;
* Copyright: © 2006, American Society for Microbiology&lt;br /&gt;
* Publisher: Infection and Immunity&lt;br /&gt;
* Availability: online access&lt;br /&gt;
* Did LMU pay a fee for this article: no!--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Msaeedi23</name></author>	</entry>

	<entry>
		<id>https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=The_Class_Whoopers&amp;diff=7896</id>
		<title>The Class Whoopers</title>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=The_Class_Whoopers&amp;diff=7896"/>
				<updated>2015-12-15T06:17:16Z</updated>
		
		<summary type="html">&lt;p&gt;Msaeedi23: /* Progress */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Team Information &amp;amp; Links =&lt;br /&gt;
&lt;br /&gt;
{{Template:Class Whoopers}}&lt;br /&gt;
&lt;br /&gt;
=Weekly Updates=&lt;br /&gt;
==Week 15==&lt;br /&gt;
===Goals===&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Assignment due date:&amp;#039;&amp;#039;&amp;#039; Midnight Tuesday, December 15&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Coder:&amp;#039;&amp;#039;&amp;#039; Adjust the GenMAPP Builder code to account for the one EnsemblBacteria reference ID that was missing in our last export; conduct a new import-export cycle to create the (hopefully) final .gdb file; begin characterizing the exported .gdb file in a Gene Database Testing Report; customize the GenMAPP Builder TallyEngine to account for any changes made.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Quality Assurance:&amp;#039;&amp;#039;&amp;#039; Reconfigure TallyEngine Configuration with Coder in order to accommodate missing gene IDs that were not exported the previous time. Test the revised database by running TallyEngine count, XmlpipeDB Match, and PostgreSQL. Locate missing gene IDs if any. &lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;GenMAPP User:&amp;#039;&amp;#039;&amp;#039; Import data into GenMAPP, create ColorSets, and run MAPPFinder. Document and take notes on test runs with GenMAPP. Use the EX.txt file to help the Coder/Quality Assurance team members to validate the .gdb. Create a .mapp file showing one pathway that is changed in your data.&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Brandon (Coder and Project Manager):&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Mahrad (Quality Assurance):&amp;#039;&amp;#039;&amp;#039; I worked closely with the coder [[user: Bklein7:Brandon]] in order to re-customize TallyEngine to include the 11 missing ORF genes. Having located the missing gene IDs, Brandon went into Eclipse to code for them to be included in the export. Following this, we tested out revised gene database to make sure these missing IDs were actually exported. We ran TallyEngine count, which gave a total of 3446 gene IDs, demonstrating that the IDs were now exported. Then we ran XMLpipeDB Match, and this provided a total of 3447 gene IDs exported, one additional. Finally, we ran PostgreSQL and this gave a total of 3446 gene IDs. We came to find that gene &amp;quot;BP3167A&amp;quot; was in the original XML file, but not accounted for in the exported file. With further investigation we concluded that &amp;quot;BP3167A&amp;quot; is a reference ID from EnsemblBacteria and corresponds to the same ID as &amp;quot;BP3167.1&amp;quot; which was exported. &lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Lena (GenMAPP User):&amp;#039;&amp;#039;&amp;#039; I was able to import the data into GenMAPP and then I created color sets in order to run MAPPFinder. I obtained the ontology results and did some background research on what exactly the top results related to from the microarray article. I then used Kegg pathways for my specific organism to create two separate MAPPS, one for ribosome and one for the nitrogen cycle.&lt;br /&gt;
&lt;br /&gt;
===Meetings!===&lt;br /&gt;
*This week, our group used class work sessions to coordinate our work:&lt;br /&gt;
**Tuesday, December 8, 2:40 - 4:00&lt;br /&gt;
**Thursday, December 10, 2:40 - 4:00&lt;br /&gt;
*In addition, we scheduled meetings outside of class to work on the final PowerPoint Presentation and deliverables for our project:&lt;br /&gt;
**Sunday, December 13, 7:00 PM - 1:00 AM&lt;br /&gt;
**Monday, December 14, 2:00 PM - _______&lt;br /&gt;
&lt;br /&gt;
==Week 14==&lt;br /&gt;
&lt;br /&gt;
===Goals===&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Assignment due date:&amp;#039;&amp;#039;&amp;#039; Midnight Tuesday, December 8&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Coder:&amp;#039;&amp;#039;&amp;#039; Create the custom species profile for &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039;, run an export using the customized version of GenMAPP Builder, add further customizations to the custom species profile as appear necessary, and run a second export using the further customized version of GenMAPP Builder.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Quality Assurance:&amp;#039;&amp;#039;&amp;#039; Identify gene IDs that are missing in the first custom export, work with the coder to classify these IDs, configure the Tally Engine, and complete a gene database testing report for the second custom export.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;GenMAPP User:&amp;#039;&amp;#039;&amp;#039; Complete the statistical analysis of the data, format the data for import into GenMAPP, and coordinate with the coder/QA to import this data into GenMAPP using the custom gene database.&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Brandon (Coder and Project Manager):&amp;#039;&amp;#039;&amp;#039; This week, I focused on creating and customizing the species profile for &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; in GenMAPP Builder, the details of which can be found in my [[Bklein7 Week 14| Week 14 Journal Entry]]. I documented the first export I conducted using a custom &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; species profile here: [[Gene Database Testing Report- cw20151201]]. I demonstrated that the custom species information implemented in this export worked as intended, but Mahrad and I identified 11 ORF genes that failed to export. I updated the &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; species profile to account for these ORF genes and conducted a new export, detailed here: [[Gene Database Testing Report- cw20151203]]. Mahrad analyzed the exported .gdb file. In addition to this, I kept tabs on my fellow group members to keep us on track to accomplish our long-term project goals in a timely manner.&lt;br /&gt;
** [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 13:39, 7 December 2015 (PST)&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Mahrad (Quality Assurance):&amp;#039;&amp;#039;&amp;#039; This week as Q and A I worked directly with Brandon to do the initial data exports. The work can be summarized here: [[Msaeedi23 Week 14| Week 14 Journal Entry]]. Next we meticulously characterized regular expression patterns to detect discrepancies in extracting the data from the original samples. In the following week I will work to do the tally configuration to customize it according to our specific species. Now I will focus on the tally configuration which may take some time and coding assistance from Brandon. Once the Tally Engine has been configured to our specific species, Lena can proceed with with GenMAPP processing. &lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Lena (GenMAPP User):&amp;#039;&amp;#039;&amp;#039; This week, I made progress on performing the statistical analysis of the data to prepare it for GenMAPP. I was able to post my progress for each of the class working sessions on my [[Lenaolufson Week 14| Week 14 Journal Entry]] as I updated the excel data sheets after each session. Dr. Dahlquist helped me figure out a problem with the original raw data that was causing the values to be very skewed. I then sent her my updated data sheet and she was able to use a program to separate the duplicates of the chips. After she sent me back the data with the sorted values, I performed the statistical analysis on the data, the most updated version of the file can be found on my Week 14 journal entry linked previously. &lt;br /&gt;
[[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 19:54, 7 December 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
===Meetings!===&lt;br /&gt;
*This week, our group used class work sessions to coordinate our work:&lt;br /&gt;
**Tuesday, December 1, 2:40 - 4:00&lt;br /&gt;
**Thursday, December 3, 2:40 - 4:00&lt;br /&gt;
** Monday, December 7, 10:30 - 12 am&lt;br /&gt;
&lt;br /&gt;
==Week 12==&lt;br /&gt;
===Goals===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Assignment due date:&amp;#039;&amp;#039;&amp;#039; Midnight Tuesday, November 24&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Coder:&amp;#039;&amp;#039;&amp;#039; Set up a GitHub repository clone of the XMLPipeDB project on your development device, the development rig, and the initial as-is build for gmbuilder. Complete an import-export cycle in association with QA.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Quality Assurance:&amp;#039;&amp;#039;&amp;#039; Complete an import-export cycle for the 1st &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene database. Complete a Gene Database Testing Report for this export.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;GenMAPP Users:&amp;#039;&amp;#039;&amp;#039; Create a Master Raw Data file that contains the IDs and columns of data required for further analysis. Consult with Dr. Dahlquist on how to process the data (normalization, statistics).&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Brandon (Quality Assurance and Interim Coder):&amp;#039;&amp;#039;&amp;#039; This week, I focused on completing an import-export cycle for our first &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene database- [[File:Bpertussis-std cw20151119.zip]]. With my QA hat, I imported the appropriate data, exported the gene database, and discussed the gene database creation &amp;amp; counting protocol here- [[Gene Database Testing Report- cw20151119]]. With my Coder hat, I followed the instructions on the [[Coder| Coder Guild Page]] to setup a GitHub repository clone of the XMLPipdeDB project on my personal laptop, the Eclipse developer rig, and the initial as-is build for gmbuilder. The electronic lab notebook for my QA and Coder work is present on my [[Bklein7 Week 12| Week 12 Page]]. Finally, I wrote a PowerPoint presentation on our genome sequencing paper, which is linked to on my [[Bklein7 Week 12| Week 12 Page]] as well. &lt;br /&gt;
**[[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 18:48, 23 November 2015 (PST)&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Lena (GenMAPP):&amp;#039;&amp;#039;&amp;#039; I worked on downloading the correct data sample files from the provided files on the microarray paper page. The files were unzipped and prepared to be imported into excel. In excel, the data was manipulated to form a spreadsheet that had all of the gene IDs from the different samples with their appropriate columns to be analyzed. The corrections and further manipulations of the data are to be continued to be done in the coming week in order to create the desired dataset to be exported from excel. [[File:Bpertussis CompiledRawData MS2015.xlsx]]&lt;br /&gt;
**[[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 17:33, 23 November 2015 (PST)&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Mahrad (GenMAPP--&amp;gt; Quality Assurance)&amp;#039;&amp;#039;&amp;#039;: Downloaded the six data sample files provided  by the microarray paper. Files were unzipped, imported into excel, and manipulated to form a single spreadsheet containing all gene IDs from the different samples. Each sample was placed in its respective column to be further analyzed and manipulated in the upcoming week. Following this, I assumed the position of quality assurance to accommodate the absence of Nicole.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Nicole&amp;#039;&amp;#039;&amp;#039; was absent this week. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 18:52, 23 November 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Meetings! ===&lt;br /&gt;
* Monday, November 23: Seaver 120- Brandon and Lena met to work on the GenMAPP testing of the gene IDs from our database.&lt;br /&gt;
&lt;br /&gt;
==Week 11==&lt;br /&gt;
===Goals===&lt;br /&gt;
* For all:&lt;br /&gt;
** Outline your assigned paper on your user page and include a list of 10 defined terms from the paper.&lt;br /&gt;
*Nicole &amp;amp; Brandon&lt;br /&gt;
**Prepare Journal Club presentation on the designated genome sequencing article&lt;br /&gt;
**Slides Due: by midnight, Tuesday, November 17&lt;br /&gt;
**Presentation Date: Tuesday, November 24&lt;br /&gt;
*Lena &amp;amp; Mahrad&lt;br /&gt;
**Prepare Journal Club presentation on the designated microarray paper&lt;br /&gt;
**Slides Due: by midnight, Tuesday, November 17&lt;br /&gt;
**Presentation Date: Tuesday, November 17&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*Nicole Anguiano (Coder): Nicole was absent this week for a medical emergency and is (hopefully) getting some much deserved rest. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 23:14, 16 November 2015 (PST)&lt;br /&gt;
*Brandon Klein (QA): This week I made several edits to the [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/The_Class_Whoopers Class Whoopers Team Page] in accordance with the [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/Week_11 Week 11 assignment]. These edits included the following: revising the Class Whoopers template, reorganizing the Team Page structure, commenting out unneeded articles in the annotated bibliography, creating the new bibliography entry as requested by Dr. Dahlquist, and writing the naming conventions for our files. Additionally, I outlined our genome sequencing paper for &amp;quot;Bordetella pertussis&amp;quot; and assessed the [http://www.genedb.org/Homepage/Bpertussis GeneDB MOD] on my [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/Bklein7_Week_11#Identifying_the_Bordetella_Pertussis_MOD Week 11 Individual Journal Entry]. A preliminary draft of the genome sequencing paper that I will likely be presenting solo was uploaded there. Finally, I kept tabs on group members as the interim Project Manager. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 23:14, 16 November 2015 (PST)&lt;br /&gt;
*Lena Olufson (GennMAPP): This week Mahrad and I met up and analyzed the microarray paper together. We split up the powerpoint into two halves; I did the introduction/significance of the study as well as the methods performed. Mahrad and I created our presentation together and worked through a google doc to edit it simultaneously as we discussed out loud. We also created a flow chart together that demonstrated the experimental design, thus we have the same ones included in our individual assignments. We made sure to check in with the temporary project manager and keep him updated on our progress. [[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 23:24, 16 November 2015 (PST) &lt;br /&gt;
*Mahrad Saeedi (GennMAPP): This week Lena and I worked on analyzing the microarray paper and creating an outline. We each defined 10 terms separately based upon words we didn&amp;#039;t recognize in the article. We then proceeded to producing the powerpoint presentation for journal club. &lt;br /&gt;
[[User:Msaeedi23|Msaeedi23]] ([[User talk:Msaeedi23|talk]]) 23:46, 16 November 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Meetings! ===&lt;br /&gt;
*11/15- Lena &amp;amp; Mahrad met to work on outlining article and answering questions&lt;br /&gt;
*11/16- Lena &amp;amp; Mahrad met to prepare powerpoint presentation for journal club&lt;br /&gt;
&lt;br /&gt;
==Week 10==&lt;br /&gt;
===Goals===&lt;br /&gt;
* For all:&lt;br /&gt;
** Create an annotated bibliography including one genome sequencing paper and two microarray experiments for Bordetella pertussis&lt;br /&gt;
** Create/update team page &amp;amp; compile group annotated bibliography&lt;br /&gt;
** Assignment due date: Midnight Tuesday, November 10&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*All group members created annotated bibliographies and compiled them on the newly created group page.&lt;br /&gt;
&lt;br /&gt;
=== Meetings! ===&lt;br /&gt;
* Monday, November 9, 8pm-9pm, Seaver 120&lt;br /&gt;
&lt;br /&gt;
= Deliverables =&lt;br /&gt;
Download links to the deliverables for this project can be found here: [[Bordetella Pertussis GenMAPP Analysis Deliverables]]&lt;br /&gt;
&lt;br /&gt;
==File Naming Protocol==&lt;br /&gt;
All file types generated in this project will receive their own unique names composed of two key parts:&lt;br /&gt;
#Description&lt;br /&gt;
#*This will contain a brief, file-specific description of what content the file contains.&lt;br /&gt;
#*Descriptions for different versions of the same file will remain consistent.&lt;br /&gt;
#Identifier Tag&lt;br /&gt;
#*This tag will be listed as a suffix in the following form: &amp;quot;_cwYYYYMMDD&amp;quot;&lt;br /&gt;
#**cw- team name abbreviation&lt;br /&gt;
#**YYYYMMDD- date the file was created in the form year/month/day&lt;br /&gt;
&lt;br /&gt;
Additionally, the following file naming best practices will be observed when creating descriptions for new files:&lt;br /&gt;
*Our species will be referred to consistently as &amp;quot;bpertussis&amp;quot;.&lt;br /&gt;
*Files including microarray data taken from the paper by Hoo et al. (2014) will begin with &amp;quot;hoo&amp;quot;.&lt;br /&gt;
*Spaces will be written as underscores.&lt;br /&gt;
*No capitalization will be used.&lt;br /&gt;
*No special characters will be used.&lt;br /&gt;
*If sequential numbering systems are used, leading zeros will be included for clarity.&lt;br /&gt;
&lt;br /&gt;
Sample .xls file name: hoo_analyzed_data_cw20151122.xls&lt;br /&gt;
&lt;br /&gt;
==File Names==&lt;br /&gt;
*GenMAPP Gene Database for assigned species (.gdb): &amp;#039;&amp;#039;&amp;#039;bpertussis-std_cwYYYYMMDD.gdb&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*ReadMe file to accompany the Gene Database (.pdf): &amp;#039;&amp;#039;&amp;#039;readme_bpertussis-std_external_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Include Gene Database Schema diagram in ReadMe: &amp;#039;&amp;#039;&amp;#039;bpertussis_schema_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Gene Database Testing Report for final submitted Gene Database (print from wiki to .pdf file): &amp;#039;&amp;#039;&amp;#039;bpertussis_gdb_report_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Processed and analyzed DNA microarray dataset (.xls): &amp;#039;&amp;#039;&amp;#039;hoo_analyzed_data_cwYYYYMMDD.xls&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*GenMAPP Expression Dataset file (.gex): &amp;#039;&amp;#039;&amp;#039;hoo_expression_dataset_cwYYYYMMDD.gex&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Filtered MAPPFinder Results (.xls): &amp;#039;&amp;#039;&amp;#039;hoo_mappfinder_results_cwYYYYMMDD.xls&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Sample MAPP file of a relevant biological pathway for your species (.mapp): &amp;#039;&amp;#039;&amp;#039;hoo_sample_mapp_cwYYYYMMDD.mapp&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Group Report describing the creation of the Gene Database and the biological analysis of the data (.doc or .pdf): &amp;#039;&amp;#039;&amp;#039;bpertussis_analysis_methods_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*PowerPoint presentation (.ppt, given on Tuesday, December 15): &amp;#039;&amp;#039;&amp;#039;bpertussis_analysis_presentation_cwYYYYMMDD.ppt&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
==Microarray Journal Club Presentation==&lt;br /&gt;
*[[File: Microarray_Journal_Club_Presentation.pdf]]&lt;br /&gt;
&lt;br /&gt;
= Annotated Bibliography =&lt;br /&gt;
== Genome Sequencing Paper ==&lt;br /&gt;
&lt;br /&gt;
Neither of these papers is the &amp;#039;&amp;#039;first&amp;#039;&amp;#039; to report the genome sequence of &amp;#039;&amp;#039;B. pertussis.&amp;#039;&amp;#039;  The paper that you will want to use is [http://www.nature.com/ng/journal/v35/n1/full/ng1227.html this one].  I found it by looking at the introduction and references of the Zhang et. al (2011) paper.  For your Week 11 assignment, please remove your annotated bibliography entries for the two papers below and create one for this new paper by Parkhill et al. (2003).  You will use the Parkhill paper for your project.  &amp;#039;&amp;#039;&amp;amp;mdash; [[User:Kdahlquist|Kdahlquist]] ([[User talk:Kdahlquist|talk]]) 09:54, 10 November 2015 (PST)&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
*Parkhill, J., Sebaihia, M., Preston, A., Murphy, L. D., et al. (2003). Comparative analysis of the genome sequences of Bordetella pertussis, Bordetella parapertussis and Bordetella bronchiseptica. Nature genetics, 35(1), 32-40. doi:10.1038/ng1227&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/12910271&lt;br /&gt;
* PubMed Central:  Not available on PubMed Central.&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.nature.com/ng/journal/v35/n1/full/ng1227.html&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.nature.com/ng/journal/v35/n1/pdf/ng1227.pdf&lt;br /&gt;
* Copyright: ©2003 Nature Publishing Group (information found on PDF version of article). This article is not Open Access, but it is freely available 6 months after publication.&lt;br /&gt;
* Publisher: Nature Publishing Group (for-profit).&lt;br /&gt;
* Availability: In print and online.&lt;br /&gt;
* Did LMU pay a fee for this article: Yes, LMU pays a subscription fee for access to the journal &amp;#039;&amp;#039;Nature Genetics&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
== Microarray Paper ==&lt;br /&gt;
&lt;br /&gt;
This paper is suitable for your project.  &amp;#039;&amp;#039;&amp;amp;mdash; [[User:Kdahlquist|Kdahlquist]] ([[User talk:Kdahlquist|talk]]) 10:04, 10 November 2015 (PST)&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Hoo, R., Lam, J.H., Huot, L., Pant, A., Li, R., Hot, D., &amp;amp; Alonso, S. (2014). Evidence for a Role of the Polysaccharide Capsule Transport Proteins in Pertussis Pathogenesis. PLoS ONE, 9(12):e115243. doi: 10.1371/journal.pone.0115243&lt;br /&gt;
* PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/25501560 &lt;br /&gt;
* PubMed Central: http://www.ncbi.nlm.nih.gov/pmc/articles/PMC4264864/&lt;br /&gt;
* Publisher Full Text (HTML): http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0115243&lt;br /&gt;
* Publisher Full Text (PDF): http://www.plosone.org/article/fetchObject.action?uri=info:doi/10.1371/journal.pone.0115243&amp;amp;representation=PDF&lt;br /&gt;
* Copyright: © 2014 Hoo et al. This is an open-access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited (info found [http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0115243 here]).&lt;br /&gt;
* Publisher: PLOS ONE (respected open access organization).&lt;br /&gt;
* Availability: Online only.&lt;br /&gt;
* Did LMU pay a fee for this article: No.&lt;br /&gt;
* Web site where the data resides: [http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE62088 NCBI GEO data]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--#2&lt;br /&gt;
*Brickman, T. J., Cummings, C. A., Liew, S.-Y., Relman, D. A., &amp;amp; Armstrong, S. K. (2011). Transcriptional Profiling of the Iron Starvation Response in Bordetella pertussis Provides New Insights into Siderophore Utilization and Virulence Gene Expression . Journal of Bacteriology, 193(18), 4798–4812. http://doi.org/10.1128/JB.05136-11&lt;br /&gt;
* ArrayExpress Abstract: https://www.ebi.ac.uk/arrayexpress/experiments/E-MEXP-3263/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC532028/&lt;br /&gt;
*PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/?term=Transcriptional+Profiling+of+the+Iron+Starvation+Response+in+Bordetella+pertussis+Provides+New+Insights+into+Siderophore+Utilization+and+Virulence+Gene+Expression&lt;br /&gt;
* Publisher Full Text (HTML): http://jb.asm.org/content/193/18/4798.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/193/18/4798.full.pdf+html &lt;br /&gt;
* Copyright:  2011 by the American Society for Microbiology &lt;br /&gt;
* Publisher:  Journal of Bacteriology &lt;br /&gt;
* Availability:  in print and online&lt;br /&gt;
* Did LMU pay a fee for this article: yes&lt;br /&gt;
*Link to where the microarray data resides: https://www.ebi.ac.uk/arrayexpress/experiments/E-MEXP-3263/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
&lt;br /&gt;
#3&lt;br /&gt;
King, A. J., van der Lee, S., Mohangoo, A., van Gent, M., van der Ark, A., &amp;amp; van de Waterbeemd, B. (2013). Genome-Wide Gene Expression Analysis of Bordetella pertussis Isolates Associated with a Resurgence in Pertussis: Elucidation of Factors Involved in the Increased Fitness of Epidemic Strains. PLoS ONE, 8(6): e66150. doi: 10.1371/journal.pone.0066150&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/23776625&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3679012/&lt;br /&gt;
* Publisher Full Text (HTML):  http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0066150&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.plosone.org/article/fetchObject.action?uri=info:doi/10.1371/journal.pone.0066150&amp;amp;representation=PDF&lt;br /&gt;
* Copyright: © 2013 King et al. This is an open-access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited. (info found [http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0066150 here])&lt;br /&gt;
* Publisher: PLOS ONE (respected open access organization)&lt;br /&gt;
* Availability: online only&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
* Web site where the data resides: [http://www.ebi.ac.uk/arrayexpress/experiments/E-MTAB-1594/samples/?keywords=Bordetella+pertussis&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&amp;amp;s_page=1&amp;amp;s_pagesize=100 EBI ArrayExpress Data]&lt;br /&gt;
&lt;br /&gt;
#4 (note, all of the papers from this point on involve additional species other than Bordetella pertussis)&lt;br /&gt;
&lt;br /&gt;
* Cummings, C. A., Bootsma, H. J., Relman, D. A., &amp;amp; Miller, J. F. (2006). Species-and strain-specific control of a complex, flexible regulon by Bordetella BvgAS. Journal of bacteriology, 188(5), 1775-1785.&lt;br /&gt;
* ArrayExpress Abstract: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-29/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1426559/&lt;br /&gt;
*PubMed Abstract:http://www.ncbi.nlm.nih.gov/pubmed/?term=Species-+and+Strain-Specific+Control+of+a+Complex%2C+Flexible+Regulon+by+Bordetella+BvgAS&lt;br /&gt;
* Publisher Full Text (HTML): http://jb.asm.org/content/188/5/1775.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/188/5/1775.full.pdf+html&lt;br /&gt;
* Copyright:  2006 by the American Society for Microbiology &lt;br /&gt;
* Publisher:  Journal of Bacteriology &lt;br /&gt;
* Availability:  in print and online&lt;br /&gt;
* Did LMU pay a fee for this article: yes&lt;br /&gt;
*Link to where the microarray data resides: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-29/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
&lt;br /&gt;
#5&lt;br /&gt;
&lt;br /&gt;
* Brinig, M., Register, K., Ackermann, M., &amp;amp; Relman, D. (2006). Genomic features of Bordetella parapertussis clades with distinct host species specificity. Genome Biology, 7(9). doi:doi:10.1186/gb-2006-7-9-r81&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/16956413?dopt=Abstract&amp;amp;holding=f1000,f1000m,isrctn&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1794550/&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.genomebiology.com/2006/7/9/R81&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.genomebiology.com/content/pdf/gb-2006-7-9-r81.pdf&lt;br /&gt;
* Copyright: Brinig et al.; licensee BioMed Central Ltd. (information found on the article); open access&lt;br /&gt;
* Publisher:  BioMed Central Ltd (for-profit publisher)&lt;br /&gt;
* Availability:  online&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
# What experiment was performed?  What was the &amp;quot;treatment&amp;quot; and what was the &amp;quot;control&amp;quot; in the experiment?&lt;br /&gt;
# Were replicate experiments of the &amp;quot;treatment&amp;quot; and &amp;quot;control&amp;quot; conditions conducted?  Were these biological or technical replicates?  How many of each?&lt;br /&gt;
* Link to microarray data: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-95/&lt;br /&gt;
&lt;br /&gt;
#6&lt;br /&gt;
&lt;br /&gt;
* Cummings, C., Bootsma, H., Relman, D., &amp;amp; Miller, J. (2006). Species- and Strain-Specific Control of a Complex, Flexible Regulon by Bordetella BvgAS. Journal of Bacteriology, 188(5), 1775-1785. doi:doi: 10.1128/JB.188.5.1775-1785.2006&lt;br /&gt;
* PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/16484188?dopt=Abstract&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1426559/&lt;br /&gt;
* Publisher Full Text (HTML):  http://jb.asm.org/content/188/5/1775.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/188/5/1775.full.pdf&lt;br /&gt;
* Copyright: American Society for Microbiology; open access&lt;br /&gt;
* Publisher:  American Society for Microbiology (professional organization for scientists)&lt;br /&gt;
* Availability:  online and in print&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
# What experiment was performed?  What was the &amp;quot;treatment&amp;quot; and what was the &amp;quot;control&amp;quot; in the experiment?&lt;br /&gt;
# Were replicate experiments of the &amp;quot;treatment&amp;quot; and &amp;quot;control&amp;quot; conditions conducted?  Were these biological or technical replicates?  How many of each?&lt;br /&gt;
* Link to microarray data: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-28/&lt;br /&gt;
&lt;br /&gt;
#7&lt;br /&gt;
&lt;br /&gt;
*King, A. J., van Gorkom, T., Pennings, J. L., van der Heide, H. G., He, Q., Diavatopoulos, D., … Mooi, F. R. (2010). Correction: Comparative genomic profiling of Dutch clinical Bordetella pertussis isolates using DNA microarrays: identification of genes absent from epidemic strains. BMC Genomics, 11, 196. http://doi.org/10.1186/1471-2164-11-196&lt;br /&gt;
* PubMed Abstract:  http://www.biomedcentral.com/1471-2164/9/311#abs&lt;br /&gt;
* PubMed Central: &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/&amp;gt;&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/&lt;br /&gt;
* Publisher Full Text (PDF): &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/pdf/1471-2164-9-311.pdf&amp;gt;&lt;br /&gt;
* Copyright:  © 2008 King et al; licensee BioMed Central Ltd.This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.&lt;br /&gt;
* Publisher: BMC Genomics&lt;br /&gt;
* Availability: online access&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
&lt;br /&gt;
#8&lt;br /&gt;
&lt;br /&gt;
*Nakamura, M. M., Liew, S.-Y., Cummings, C. A., Brinig, M. M., Dieterich, C., &amp;amp; Relman, D. A. (2006). Growth Phase- and Nutrient Limitation-Associated Transcript Abundance Regulation in Bordetella pertussis  . Infection and Immunity, 74(10), 5537–5548. http://doi.org/10.1128/IAI.00781-06&lt;br /&gt;
* PubMed Abstract:  &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1594893/?report=reader#__abstractid499869title&amp;gt;&lt;br /&gt;
* PubMed Central: &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1594893/&amp;gt;&lt;br /&gt;
* Publisher Full Text (HTML): &amp;lt;http://iai.asm.org/content/74/10/5537.full&amp;gt;&lt;br /&gt;
* Publisher Full Text (PDF):  &amp;lt;http://iai.asm.org/content/74/10/5537.full.pdf+html&amp;gt;&lt;br /&gt;
* Copyright: © 2006, American Society for Microbiology&lt;br /&gt;
* Publisher: Infection and Immunity&lt;br /&gt;
* Availability: online access&lt;br /&gt;
* Did LMU pay a fee for this article: no!--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Msaeedi23</name></author>	</entry>

	<entry>
		<id>https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=The_Class_Whoopers&amp;diff=7891</id>
		<title>The Class Whoopers</title>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=The_Class_Whoopers&amp;diff=7891"/>
				<updated>2015-12-15T06:06:48Z</updated>
		
		<summary type="html">&lt;p&gt;Msaeedi23: /* Goals */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Team Information &amp;amp; Links =&lt;br /&gt;
&lt;br /&gt;
{{Template:Class Whoopers}}&lt;br /&gt;
&lt;br /&gt;
=Weekly Updates=&lt;br /&gt;
==Week 15==&lt;br /&gt;
===Goals===&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Assignment due date:&amp;#039;&amp;#039;&amp;#039; Midnight Tuesday, December 15&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Coder:&amp;#039;&amp;#039;&amp;#039; Adjust the GenMAPP Builder code to account for the one EnsemblBacteria reference ID that was missing in our last export; conduct a new import-export cycle to create the (hopefully) final .gdb file; begin characterizing the exported .gdb file in a Gene Database Testing Report; customize the GenMAPP Builder TallyEngine to account for any changes made.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Quality Assurance:&amp;#039;&amp;#039;&amp;#039; Reconfigure TallyEngine Configuration with Coder in order to accommodate missing gene IDs that were not exported the previous time. Test the revised database by running TallyEngine count, XmlpipeDB Match, and PostgreSQL. Locate missing gene IDs if any. &lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;GenMAPP User:&amp;#039;&amp;#039;&amp;#039; Import data into GenMAPP, create ColorSets, and run MAPPFinder. Document and take notes on test runs with GenMAPP. Use the EX.txt file to help the Coder/Quality Assurance team members to validate the .gdb. Create a .mapp file showing one pathway that is changed in your data.&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Brandon (Coder and Project Manager):&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Mahrad (Quality Assurance):&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Lena (GenMAPP User):&amp;#039;&amp;#039;&amp;#039; I was able to import the data into GenMAPP and then I created color sets in order to run MAPPFinder. I obtained the ontology results and did some background research on what exactly the top results related to from the microarray article. I then used Kegg pathways for my specific organism to create two separate MAPPS, one for ribosome and one for the nitrogen cycle.&lt;br /&gt;
&lt;br /&gt;
===Meetings!===&lt;br /&gt;
*This week, our group used class work sessions to coordinate our work:&lt;br /&gt;
**Tuesday, December 8, 2:40 - 4:00&lt;br /&gt;
**Thursday, December 10, 2:40 - 4:00&lt;br /&gt;
*In addition, we scheduled meetings outside of class to work on the final PowerPoint Presentation and deliverables for our project:&lt;br /&gt;
**Sunday, December 13, 7:00 PM - 1:00 AM&lt;br /&gt;
**Monday, December 14, 2:00 PM - _______&lt;br /&gt;
&lt;br /&gt;
==Week 14==&lt;br /&gt;
&lt;br /&gt;
===Goals===&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Assignment due date:&amp;#039;&amp;#039;&amp;#039; Midnight Tuesday, December 8&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Coder:&amp;#039;&amp;#039;&amp;#039; Create the custom species profile for &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039;, run an export using the customized version of GenMAPP Builder, add further customizations to the custom species profile as appear necessary, and run a second export using the further customized version of GenMAPP Builder.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Quality Assurance:&amp;#039;&amp;#039;&amp;#039; Identify gene IDs that are missing in the first custom export, work with the coder to classify these IDs, configure the Tally Engine, and complete a gene database testing report for the second custom export.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;GenMAPP User:&amp;#039;&amp;#039;&amp;#039; Complete the statistical analysis of the data, format the data for import into GenMAPP, and coordinate with the coder/QA to import this data into GenMAPP using the custom gene database.&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Brandon (Coder and Project Manager):&amp;#039;&amp;#039;&amp;#039; This week, I focused on creating and customizing the species profile for &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; in GenMAPP Builder, the details of which can be found in my [[Bklein7 Week 14| Week 14 Journal Entry]]. I documented the first export I conducted using a custom &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; species profile here: [[Gene Database Testing Report- cw20151201]]. I demonstrated that the custom species information implemented in this export worked as intended, but Mahrad and I identified 11 ORF genes that failed to export. I updated the &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; species profile to account for these ORF genes and conducted a new export, detailed here: [[Gene Database Testing Report- cw20151203]]. Mahrad analyzed the exported .gdb file. In addition to this, I kept tabs on my fellow group members to keep us on track to accomplish our long-term project goals in a timely manner.&lt;br /&gt;
** [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 13:39, 7 December 2015 (PST)&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Mahrad (Quality Assurance):&amp;#039;&amp;#039;&amp;#039; This week as Q and A I worked directly with Brandon to do the initial data exports. The work can be summarized here: [[Msaeedi23 Week 14| Week 14 Journal Entry]]. Next we meticulously characterized regular expression patterns to detect discrepancies in extracting the data from the original samples. In the following week I will work to do the tally configuration to customize it according to our specific species. Now I will focus on the tally configuration which may take some time and coding assistance from Brandon. Once the Tally Engine has been configured to our specific species, Lena can proceed with with GenMAPP processing. &lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Lena (GenMAPP User):&amp;#039;&amp;#039;&amp;#039; This week, I made progress on performing the statistical analysis of the data to prepare it for GenMAPP. I was able to post my progress for each of the class working sessions on my [[Lenaolufson Week 14| Week 14 Journal Entry]] as I updated the excel data sheets after each session. Dr. Dahlquist helped me figure out a problem with the original raw data that was causing the values to be very skewed. I then sent her my updated data sheet and she was able to use a program to separate the duplicates of the chips. After she sent me back the data with the sorted values, I performed the statistical analysis on the data, the most updated version of the file can be found on my Week 14 journal entry linked previously. &lt;br /&gt;
[[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 19:54, 7 December 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
===Meetings!===&lt;br /&gt;
*This week, our group used class work sessions to coordinate our work:&lt;br /&gt;
**Tuesday, December 1, 2:40 - 4:00&lt;br /&gt;
**Thursday, December 3, 2:40 - 4:00&lt;br /&gt;
** Monday, December 7, 10:30 - 12 am&lt;br /&gt;
&lt;br /&gt;
==Week 12==&lt;br /&gt;
===Goals===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Assignment due date:&amp;#039;&amp;#039;&amp;#039; Midnight Tuesday, November 24&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Coder:&amp;#039;&amp;#039;&amp;#039; Set up a GitHub repository clone of the XMLPipeDB project on your development device, the development rig, and the initial as-is build for gmbuilder. Complete an import-export cycle in association with QA.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Quality Assurance:&amp;#039;&amp;#039;&amp;#039; Complete an import-export cycle for the 1st &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene database. Complete a Gene Database Testing Report for this export.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;GenMAPP Users:&amp;#039;&amp;#039;&amp;#039; Create a Master Raw Data file that contains the IDs and columns of data required for further analysis. Consult with Dr. Dahlquist on how to process the data (normalization, statistics).&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Brandon (Quality Assurance and Interim Coder):&amp;#039;&amp;#039;&amp;#039; This week, I focused on completing an import-export cycle for our first &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene database- [[File:Bpertussis-std cw20151119.zip]]. With my QA hat, I imported the appropriate data, exported the gene database, and discussed the gene database creation &amp;amp; counting protocol here- [[Gene Database Testing Report- cw20151119]]. With my Coder hat, I followed the instructions on the [[Coder| Coder Guild Page]] to setup a GitHub repository clone of the XMLPipdeDB project on my personal laptop, the Eclipse developer rig, and the initial as-is build for gmbuilder. The electronic lab notebook for my QA and Coder work is present on my [[Bklein7 Week 12| Week 12 Page]]. Finally, I wrote a PowerPoint presentation on our genome sequencing paper, which is linked to on my [[Bklein7 Week 12| Week 12 Page]] as well. &lt;br /&gt;
**[[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 18:48, 23 November 2015 (PST)&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Lena (GenMAPP):&amp;#039;&amp;#039;&amp;#039; I worked on downloading the correct data sample files from the provided files on the microarray paper page. The files were unzipped and prepared to be imported into excel. In excel, the data was manipulated to form a spreadsheet that had all of the gene IDs from the different samples with their appropriate columns to be analyzed. The corrections and further manipulations of the data are to be continued to be done in the coming week in order to create the desired dataset to be exported from excel. [[File:Bpertussis CompiledRawData MS2015.xlsx]]&lt;br /&gt;
**[[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 17:33, 23 November 2015 (PST)&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Mahrad (GenMAPP--&amp;gt; Quality Assurance)&amp;#039;&amp;#039;&amp;#039;: Downloaded the six data sample files provided  by the microarray paper. Files were unzipped, imported into excel, and manipulated to form a single spreadsheet containing all gene IDs from the different samples. Each sample was placed in its respective column to be further analyzed and manipulated in the upcoming week. Following this, I assumed the position of quality assurance to accommodate the absence of Nicole.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Nicole&amp;#039;&amp;#039;&amp;#039; was absent this week. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 18:52, 23 November 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Meetings! ===&lt;br /&gt;
* Monday, November 23: Seaver 120- Brandon and Lena met to work on the GenMAPP testing of the gene IDs from our database.&lt;br /&gt;
&lt;br /&gt;
==Week 11==&lt;br /&gt;
===Goals===&lt;br /&gt;
* For all:&lt;br /&gt;
** Outline your assigned paper on your user page and include a list of 10 defined terms from the paper.&lt;br /&gt;
*Nicole &amp;amp; Brandon&lt;br /&gt;
**Prepare Journal Club presentation on the designated genome sequencing article&lt;br /&gt;
**Slides Due: by midnight, Tuesday, November 17&lt;br /&gt;
**Presentation Date: Tuesday, November 24&lt;br /&gt;
*Lena &amp;amp; Mahrad&lt;br /&gt;
**Prepare Journal Club presentation on the designated microarray paper&lt;br /&gt;
**Slides Due: by midnight, Tuesday, November 17&lt;br /&gt;
**Presentation Date: Tuesday, November 17&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*Nicole Anguiano (Coder): Nicole was absent this week for a medical emergency and is (hopefully) getting some much deserved rest. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 23:14, 16 November 2015 (PST)&lt;br /&gt;
*Brandon Klein (QA): This week I made several edits to the [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/The_Class_Whoopers Class Whoopers Team Page] in accordance with the [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/Week_11 Week 11 assignment]. These edits included the following: revising the Class Whoopers template, reorganizing the Team Page structure, commenting out unneeded articles in the annotated bibliography, creating the new bibliography entry as requested by Dr. Dahlquist, and writing the naming conventions for our files. Additionally, I outlined our genome sequencing paper for &amp;quot;Bordetella pertussis&amp;quot; and assessed the [http://www.genedb.org/Homepage/Bpertussis GeneDB MOD] on my [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/Bklein7_Week_11#Identifying_the_Bordetella_Pertussis_MOD Week 11 Individual Journal Entry]. A preliminary draft of the genome sequencing paper that I will likely be presenting solo was uploaded there. Finally, I kept tabs on group members as the interim Project Manager. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 23:14, 16 November 2015 (PST)&lt;br /&gt;
*Lena Olufson (GennMAPP): This week Mahrad and I met up and analyzed the microarray paper together. We split up the powerpoint into two halves; I did the introduction/significance of the study as well as the methods performed. Mahrad and I created our presentation together and worked through a google doc to edit it simultaneously as we discussed out loud. We also created a flow chart together that demonstrated the experimental design, thus we have the same ones included in our individual assignments. We made sure to check in with the temporary project manager and keep him updated on our progress. [[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 23:24, 16 November 2015 (PST) &lt;br /&gt;
*Mahrad Saeedi (GennMAPP): This week Lena and I worked on analyzing the microarray paper and creating an outline. We each defined 10 terms separately based upon words we didn&amp;#039;t recognize in the article. We then proceeded to producing the powerpoint presentation for journal club. &lt;br /&gt;
[[User:Msaeedi23|Msaeedi23]] ([[User talk:Msaeedi23|talk]]) 23:46, 16 November 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Meetings! ===&lt;br /&gt;
*11/15- Lena &amp;amp; Mahrad met to work on outlining article and answering questions&lt;br /&gt;
*11/16- Lena &amp;amp; Mahrad met to prepare powerpoint presentation for journal club&lt;br /&gt;
&lt;br /&gt;
==Week 10==&lt;br /&gt;
===Goals===&lt;br /&gt;
* For all:&lt;br /&gt;
** Create an annotated bibliography including one genome sequencing paper and two microarray experiments for Bordetella pertussis&lt;br /&gt;
** Create/update team page &amp;amp; compile group annotated bibliography&lt;br /&gt;
** Assignment due date: Midnight Tuesday, November 10&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*All group members created annotated bibliographies and compiled them on the newly created group page.&lt;br /&gt;
&lt;br /&gt;
=== Meetings! ===&lt;br /&gt;
* Monday, November 9, 8pm-9pm, Seaver 120&lt;br /&gt;
&lt;br /&gt;
= Deliverables =&lt;br /&gt;
Download links to the deliverables for this project can be found here: [[Bordetella Pertussis GenMAPP Analysis Deliverables]]&lt;br /&gt;
&lt;br /&gt;
==File Naming Protocol==&lt;br /&gt;
All file types generated in this project will receive their own unique names composed of two key parts:&lt;br /&gt;
#Description&lt;br /&gt;
#*This will contain a brief, file-specific description of what content the file contains.&lt;br /&gt;
#*Descriptions for different versions of the same file will remain consistent.&lt;br /&gt;
#Identifier Tag&lt;br /&gt;
#*This tag will be listed as a suffix in the following form: &amp;quot;_cwYYYYMMDD&amp;quot;&lt;br /&gt;
#**cw- team name abbreviation&lt;br /&gt;
#**YYYYMMDD- date the file was created in the form year/month/day&lt;br /&gt;
&lt;br /&gt;
Additionally, the following file naming best practices will be observed when creating descriptions for new files:&lt;br /&gt;
*Our species will be referred to consistently as &amp;quot;bpertussis&amp;quot;.&lt;br /&gt;
*Files including microarray data taken from the paper by Hoo et al. (2014) will begin with &amp;quot;hoo&amp;quot;.&lt;br /&gt;
*Spaces will be written as underscores.&lt;br /&gt;
*No capitalization will be used.&lt;br /&gt;
*No special characters will be used.&lt;br /&gt;
*If sequential numbering systems are used, leading zeros will be included for clarity.&lt;br /&gt;
&lt;br /&gt;
Sample .xls file name: hoo_analyzed_data_cw20151122.xls&lt;br /&gt;
&lt;br /&gt;
==File Names==&lt;br /&gt;
*GenMAPP Gene Database for assigned species (.gdb): &amp;#039;&amp;#039;&amp;#039;bpertussis-std_cwYYYYMMDD.gdb&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*ReadMe file to accompany the Gene Database (.pdf): &amp;#039;&amp;#039;&amp;#039;readme_bpertussis-std_external_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Include Gene Database Schema diagram in ReadMe: &amp;#039;&amp;#039;&amp;#039;bpertussis_schema_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Gene Database Testing Report for final submitted Gene Database (print from wiki to .pdf file): &amp;#039;&amp;#039;&amp;#039;bpertussis_gdb_report_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Processed and analyzed DNA microarray dataset (.xls): &amp;#039;&amp;#039;&amp;#039;hoo_analyzed_data_cwYYYYMMDD.xls&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*GenMAPP Expression Dataset file (.gex): &amp;#039;&amp;#039;&amp;#039;hoo_expression_dataset_cwYYYYMMDD.gex&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Filtered MAPPFinder Results (.xls): &amp;#039;&amp;#039;&amp;#039;hoo_mappfinder_results_cwYYYYMMDD.xls&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Sample MAPP file of a relevant biological pathway for your species (.mapp): &amp;#039;&amp;#039;&amp;#039;hoo_sample_mapp_cwYYYYMMDD.mapp&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Group Report describing the creation of the Gene Database and the biological analysis of the data (.doc or .pdf): &amp;#039;&amp;#039;&amp;#039;bpertussis_analysis_methods_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*PowerPoint presentation (.ppt, given on Tuesday, December 15): &amp;#039;&amp;#039;&amp;#039;bpertussis_analysis_presentation_cwYYYYMMDD.ppt&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
==Microarray Journal Club Presentation==&lt;br /&gt;
*[[File: Microarray_Journal_Club_Presentation.pdf]]&lt;br /&gt;
&lt;br /&gt;
= Annotated Bibliography =&lt;br /&gt;
== Genome Sequencing Paper ==&lt;br /&gt;
&lt;br /&gt;
Neither of these papers is the &amp;#039;&amp;#039;first&amp;#039;&amp;#039; to report the genome sequence of &amp;#039;&amp;#039;B. pertussis.&amp;#039;&amp;#039;  The paper that you will want to use is [http://www.nature.com/ng/journal/v35/n1/full/ng1227.html this one].  I found it by looking at the introduction and references of the Zhang et. al (2011) paper.  For your Week 11 assignment, please remove your annotated bibliography entries for the two papers below and create one for this new paper by Parkhill et al. (2003).  You will use the Parkhill paper for your project.  &amp;#039;&amp;#039;&amp;amp;mdash; [[User:Kdahlquist|Kdahlquist]] ([[User talk:Kdahlquist|talk]]) 09:54, 10 November 2015 (PST)&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
*Parkhill, J., Sebaihia, M., Preston, A., Murphy, L. D., et al. (2003). Comparative analysis of the genome sequences of Bordetella pertussis, Bordetella parapertussis and Bordetella bronchiseptica. Nature genetics, 35(1), 32-40. doi:10.1038/ng1227&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/12910271&lt;br /&gt;
* PubMed Central:  Not available on PubMed Central.&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.nature.com/ng/journal/v35/n1/full/ng1227.html&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.nature.com/ng/journal/v35/n1/pdf/ng1227.pdf&lt;br /&gt;
* Copyright: ©2003 Nature Publishing Group (information found on PDF version of article). This article is not Open Access, but it is freely available 6 months after publication.&lt;br /&gt;
* Publisher: Nature Publishing Group (for-profit).&lt;br /&gt;
* Availability: In print and online.&lt;br /&gt;
* Did LMU pay a fee for this article: Yes, LMU pays a subscription fee for access to the journal &amp;#039;&amp;#039;Nature Genetics&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
== Microarray Paper ==&lt;br /&gt;
&lt;br /&gt;
This paper is suitable for your project.  &amp;#039;&amp;#039;&amp;amp;mdash; [[User:Kdahlquist|Kdahlquist]] ([[User talk:Kdahlquist|talk]]) 10:04, 10 November 2015 (PST)&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Hoo, R., Lam, J.H., Huot, L., Pant, A., Li, R., Hot, D., &amp;amp; Alonso, S. (2014). Evidence for a Role of the Polysaccharide Capsule Transport Proteins in Pertussis Pathogenesis. PLoS ONE, 9(12):e115243. doi: 10.1371/journal.pone.0115243&lt;br /&gt;
* PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/25501560 &lt;br /&gt;
* PubMed Central: http://www.ncbi.nlm.nih.gov/pmc/articles/PMC4264864/&lt;br /&gt;
* Publisher Full Text (HTML): http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0115243&lt;br /&gt;
* Publisher Full Text (PDF): http://www.plosone.org/article/fetchObject.action?uri=info:doi/10.1371/journal.pone.0115243&amp;amp;representation=PDF&lt;br /&gt;
* Copyright: © 2014 Hoo et al. This is an open-access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited (info found [http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0115243 here]).&lt;br /&gt;
* Publisher: PLOS ONE (respected open access organization).&lt;br /&gt;
* Availability: Online only.&lt;br /&gt;
* Did LMU pay a fee for this article: No.&lt;br /&gt;
* Web site where the data resides: [http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE62088 NCBI GEO data]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--#2&lt;br /&gt;
*Brickman, T. J., Cummings, C. A., Liew, S.-Y., Relman, D. A., &amp;amp; Armstrong, S. K. (2011). Transcriptional Profiling of the Iron Starvation Response in Bordetella pertussis Provides New Insights into Siderophore Utilization and Virulence Gene Expression . Journal of Bacteriology, 193(18), 4798–4812. http://doi.org/10.1128/JB.05136-11&lt;br /&gt;
* ArrayExpress Abstract: https://www.ebi.ac.uk/arrayexpress/experiments/E-MEXP-3263/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC532028/&lt;br /&gt;
*PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/?term=Transcriptional+Profiling+of+the+Iron+Starvation+Response+in+Bordetella+pertussis+Provides+New+Insights+into+Siderophore+Utilization+and+Virulence+Gene+Expression&lt;br /&gt;
* Publisher Full Text (HTML): http://jb.asm.org/content/193/18/4798.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/193/18/4798.full.pdf+html &lt;br /&gt;
* Copyright:  2011 by the American Society for Microbiology &lt;br /&gt;
* Publisher:  Journal of Bacteriology &lt;br /&gt;
* Availability:  in print and online&lt;br /&gt;
* Did LMU pay a fee for this article: yes&lt;br /&gt;
*Link to where the microarray data resides: https://www.ebi.ac.uk/arrayexpress/experiments/E-MEXP-3263/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
&lt;br /&gt;
#3&lt;br /&gt;
King, A. J., van der Lee, S., Mohangoo, A., van Gent, M., van der Ark, A., &amp;amp; van de Waterbeemd, B. (2013). Genome-Wide Gene Expression Analysis of Bordetella pertussis Isolates Associated with a Resurgence in Pertussis: Elucidation of Factors Involved in the Increased Fitness of Epidemic Strains. PLoS ONE, 8(6): e66150. doi: 10.1371/journal.pone.0066150&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/23776625&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3679012/&lt;br /&gt;
* Publisher Full Text (HTML):  http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0066150&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.plosone.org/article/fetchObject.action?uri=info:doi/10.1371/journal.pone.0066150&amp;amp;representation=PDF&lt;br /&gt;
* Copyright: © 2013 King et al. This is an open-access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited. (info found [http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0066150 here])&lt;br /&gt;
* Publisher: PLOS ONE (respected open access organization)&lt;br /&gt;
* Availability: online only&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
* Web site where the data resides: [http://www.ebi.ac.uk/arrayexpress/experiments/E-MTAB-1594/samples/?keywords=Bordetella+pertussis&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&amp;amp;s_page=1&amp;amp;s_pagesize=100 EBI ArrayExpress Data]&lt;br /&gt;
&lt;br /&gt;
#4 (note, all of the papers from this point on involve additional species other than Bordetella pertussis)&lt;br /&gt;
&lt;br /&gt;
* Cummings, C. A., Bootsma, H. J., Relman, D. A., &amp;amp; Miller, J. F. (2006). Species-and strain-specific control of a complex, flexible regulon by Bordetella BvgAS. Journal of bacteriology, 188(5), 1775-1785.&lt;br /&gt;
* ArrayExpress Abstract: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-29/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1426559/&lt;br /&gt;
*PubMed Abstract:http://www.ncbi.nlm.nih.gov/pubmed/?term=Species-+and+Strain-Specific+Control+of+a+Complex%2C+Flexible+Regulon+by+Bordetella+BvgAS&lt;br /&gt;
* Publisher Full Text (HTML): http://jb.asm.org/content/188/5/1775.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/188/5/1775.full.pdf+html&lt;br /&gt;
* Copyright:  2006 by the American Society for Microbiology &lt;br /&gt;
* Publisher:  Journal of Bacteriology &lt;br /&gt;
* Availability:  in print and online&lt;br /&gt;
* Did LMU pay a fee for this article: yes&lt;br /&gt;
*Link to where the microarray data resides: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-29/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
&lt;br /&gt;
#5&lt;br /&gt;
&lt;br /&gt;
* Brinig, M., Register, K., Ackermann, M., &amp;amp; Relman, D. (2006). Genomic features of Bordetella parapertussis clades with distinct host species specificity. Genome Biology, 7(9). doi:doi:10.1186/gb-2006-7-9-r81&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/16956413?dopt=Abstract&amp;amp;holding=f1000,f1000m,isrctn&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1794550/&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.genomebiology.com/2006/7/9/R81&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.genomebiology.com/content/pdf/gb-2006-7-9-r81.pdf&lt;br /&gt;
* Copyright: Brinig et al.; licensee BioMed Central Ltd. (information found on the article); open access&lt;br /&gt;
* Publisher:  BioMed Central Ltd (for-profit publisher)&lt;br /&gt;
* Availability:  online&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
# What experiment was performed?  What was the &amp;quot;treatment&amp;quot; and what was the &amp;quot;control&amp;quot; in the experiment?&lt;br /&gt;
# Were replicate experiments of the &amp;quot;treatment&amp;quot; and &amp;quot;control&amp;quot; conditions conducted?  Were these biological or technical replicates?  How many of each?&lt;br /&gt;
* Link to microarray data: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-95/&lt;br /&gt;
&lt;br /&gt;
#6&lt;br /&gt;
&lt;br /&gt;
* Cummings, C., Bootsma, H., Relman, D., &amp;amp; Miller, J. (2006). Species- and Strain-Specific Control of a Complex, Flexible Regulon by Bordetella BvgAS. Journal of Bacteriology, 188(5), 1775-1785. doi:doi: 10.1128/JB.188.5.1775-1785.2006&lt;br /&gt;
* PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/16484188?dopt=Abstract&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1426559/&lt;br /&gt;
* Publisher Full Text (HTML):  http://jb.asm.org/content/188/5/1775.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/188/5/1775.full.pdf&lt;br /&gt;
* Copyright: American Society for Microbiology; open access&lt;br /&gt;
* Publisher:  American Society for Microbiology (professional organization for scientists)&lt;br /&gt;
* Availability:  online and in print&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
# What experiment was performed?  What was the &amp;quot;treatment&amp;quot; and what was the &amp;quot;control&amp;quot; in the experiment?&lt;br /&gt;
# Were replicate experiments of the &amp;quot;treatment&amp;quot; and &amp;quot;control&amp;quot; conditions conducted?  Were these biological or technical replicates?  How many of each?&lt;br /&gt;
* Link to microarray data: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-28/&lt;br /&gt;
&lt;br /&gt;
#7&lt;br /&gt;
&lt;br /&gt;
*King, A. J., van Gorkom, T., Pennings, J. L., van der Heide, H. G., He, Q., Diavatopoulos, D., … Mooi, F. R. (2010). Correction: Comparative genomic profiling of Dutch clinical Bordetella pertussis isolates using DNA microarrays: identification of genes absent from epidemic strains. BMC Genomics, 11, 196. http://doi.org/10.1186/1471-2164-11-196&lt;br /&gt;
* PubMed Abstract:  http://www.biomedcentral.com/1471-2164/9/311#abs&lt;br /&gt;
* PubMed Central: &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/&amp;gt;&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/&lt;br /&gt;
* Publisher Full Text (PDF): &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/pdf/1471-2164-9-311.pdf&amp;gt;&lt;br /&gt;
* Copyright:  © 2008 King et al; licensee BioMed Central Ltd.This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.&lt;br /&gt;
* Publisher: BMC Genomics&lt;br /&gt;
* Availability: online access&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
&lt;br /&gt;
#8&lt;br /&gt;
&lt;br /&gt;
*Nakamura, M. M., Liew, S.-Y., Cummings, C. A., Brinig, M. M., Dieterich, C., &amp;amp; Relman, D. A. (2006). Growth Phase- and Nutrient Limitation-Associated Transcript Abundance Regulation in Bordetella pertussis  . Infection and Immunity, 74(10), 5537–5548. http://doi.org/10.1128/IAI.00781-06&lt;br /&gt;
* PubMed Abstract:  &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1594893/?report=reader#__abstractid499869title&amp;gt;&lt;br /&gt;
* PubMed Central: &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1594893/&amp;gt;&lt;br /&gt;
* Publisher Full Text (HTML): &amp;lt;http://iai.asm.org/content/74/10/5537.full&amp;gt;&lt;br /&gt;
* Publisher Full Text (PDF):  &amp;lt;http://iai.asm.org/content/74/10/5537.full.pdf+html&amp;gt;&lt;br /&gt;
* Copyright: © 2006, American Society for Microbiology&lt;br /&gt;
* Publisher: Infection and Immunity&lt;br /&gt;
* Availability: online access&lt;br /&gt;
* Did LMU pay a fee for this article: no!--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Msaeedi23</name></author>	</entry>

	<entry>
		<id>https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=Msaeedi23_Week_15&amp;diff=7802</id>
		<title>Msaeedi23 Week 15</title>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=Msaeedi23_Week_15&amp;diff=7802"/>
				<updated>2015-12-14T07:37:21Z</updated>
		
		<summary type="html">&lt;p&gt;Msaeedi23: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==TallyEngine Customization (cw20151203)==&lt;br /&gt;
In GenMAPP Builder version 3.0.0 Build 5 - cw20151203, the &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; species profile was customized to import 11 ORF gene IDs that were not exported in previous versions. To account for this change, the TallyEngine was customized for &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; to count &amp;quot;ORF&amp;quot; gene listings separately from &amp;quot;Ordered Locus Names&amp;quot;. To do this, I followed the procedure documented below:&lt;br /&gt;
&lt;br /&gt;
* First, it was determined that we wanted to count the &amp;quot;ordered locus&amp;quot; IDs and &amp;quot;ORF&amp;quot; IDs from the &amp;#039;&amp;#039;gene/name&amp;#039;&amp;#039; tag in the UniProt XML file.&lt;br /&gt;
** In the relational database &amp;#039;&amp;#039;bpertussis_cw20151203_gmb3build5&amp;#039;&amp;#039;, gene IDs were defined by the type &amp;quot;ordered locus&amp;quot; or &amp;quot;ORF&amp;quot; in the table &amp;quot;genenametype&amp;quot;. &lt;br /&gt;
* Next, Brandon opened our team&amp;#039;s branch of GenMAPP Builder in Eclipse.&lt;br /&gt;
* Under &amp;#039;&amp;#039;edu.lmu.xmlpipedb.gmbuilder.resource.properties&amp;#039;&amp;#039;, he opened &amp;#039;&amp;#039;gmbuilder.properties&amp;#039;&amp;#039;.&lt;br /&gt;
* I located the block of text below (it was near the bottom).&lt;br /&gt;
 #&lt;br /&gt;
 # wizard.properties&lt;br /&gt;
 #&lt;br /&gt;
* Brandon added the necessary customizations above this block of text. The resulting code was as follows:&lt;br /&gt;
 # Bordetella pertussis&lt;br /&gt;
 bordetellapertussis_level_amount=1&lt;br /&gt;
 &lt;br /&gt;
 bordetellapertussis_element_level0=uniprot/entry/gene/name&amp;amp;type&amp;amp;ORF&lt;br /&gt;
 &lt;br /&gt;
 bordetellapertussis_query_level0=select count(*) from genenametype where type = &amp;#039;ORF&amp;#039;; &lt;br /&gt;
 &lt;br /&gt;
 bordetellapertussis_table_name_level0=ORF&lt;br /&gt;
 &lt;br /&gt;
 #&lt;br /&gt;
 # wizard.properties&lt;br /&gt;
 #&lt;br /&gt;
* Brandon then committed and pushed the changes in the code to Github and created a new distribution of GenMAPP Builder. &lt;br /&gt;
* Using the updated build of GenMAPP Builder present in the distribution folder, the relational database was connected &amp;#039;&amp;#039;bpertussis_cw20151203_gmb3build5&amp;#039;&amp;#039; and TallyEngine was run. The results are pictured below:&lt;br /&gt;
**[[File: Tallyenginecustomization_cw20151203.png]]&lt;br /&gt;
***The TallyEngine results successfully reflected the customizations we made to the TallyEngine, listing all 11 ORF genes in addition to the 3435 &amp;quot;Ordered Locus Names&amp;quot; gene IDs present in the &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene database.&lt;br /&gt;
&lt;br /&gt;
==Testing the Bordetella Pertussis Gene Database (cw20151203)==&lt;br /&gt;
The full Gene Database Testing Report for the .gdb file tagged cw20151203 can be found here: [[Gene Database Testing Report- cw20151203]]. In assessing this gene database with [[User:Bklein7 | Brandon]], we found one gene ID that was not successfully exported into the .gdb file. A summary of this issue and the steps that were taken to detail it is presented below:&lt;br /&gt;
&lt;br /&gt;
*TallyEngine Count&lt;br /&gt;
**As described in the &amp;quot;TallyEngine Customization (cw20151203)&amp;quot; section of this page, the expected gene ID count including &amp;quot;Ordered Locus Names&amp;quot; and &amp;quot;ORF&amp;quot; listings was 3446.&lt;br /&gt;
**This count was confirmed using the customized TallyEngine.&lt;br /&gt;
*XMLPipeDB Match Count&lt;br /&gt;
**With the help of [[User:Dondi|Dr. Dionisio]], a new regex was crafted to retrieve all possible &amp;quot;ordered locus&amp;quot; and &amp;quot;ORF&amp;quot; gene ID patterns that we identified. The XMLPipeDB Match query and result are pictured below:&lt;br /&gt;
***[[File:Xmlpipedbmatch cw20151203.png]]&lt;br /&gt;
****To our surprise, XMLPipeDB Match returned a result of 3447 gene IDs that matched our updated regex.&lt;br /&gt;
****Thus, this revealed that one ID matching our regex was not successfully epxorted to the cw20151203 .gdb file. Further investigation was necessary.&lt;br /&gt;
*XMLPipeDB Match vs. &amp;quot;Ordered Locus Names&amp;quot; from [[File:Bpertussis-std cw20151203.zip]]&lt;br /&gt;
**In order to identify the missing gene ID, we compared the XMLPipeDB Match output to the gene IDs listed in the &amp;quot;Ordered Locus Names&amp;quot; table of the file [[File:Bpertussis-std cw20151203.zip]] (retrieved using Microsoft Access).&lt;br /&gt;
** In Excel, the missing gene ID was identified to be &amp;#039;&amp;#039;BP3167A&amp;#039;&amp;#039;:&lt;br /&gt;
***[[File:Xmlpipedbmatch vs gdb cw20151203.PNG]]&lt;br /&gt;
****Interestingly, this gene ID had another unusual variant that we previously documented- BP3167.1.&lt;br /&gt;
****Although this gene ID&amp;#039;s pattern (BP####A) matched that of the ORF values, it was not present in the list of ORF genes retrieved in PostgreSQL (see [[Bklein7_Week_14]]).&lt;br /&gt;
*Identifying &amp;quot;BP3167A&amp;quot; in the Original XML File&lt;br /&gt;
**Based on our TallyEngine and PostgreSQL results, it appeared as though the gene ID &amp;quot;BP3167A&amp;quot; was not listed under the type &amp;quot;ordered locus&amp;quot; or &amp;quot;ORF&amp;quot;. To determine its gene type, we opened the original XML file ([[File:Uniprot-proteome-UP000002676 cw20151201.zip]]) and searched for &amp;quot;BP3167A&amp;quot;:&lt;br /&gt;
***[[File:MissedID cw20151203.png]]&lt;br /&gt;
****In the XML file, &amp;quot;BP3167A&amp;quot; was listed with the general gene type &amp;quot;gene ID&amp;quot;. This specific designation had not been observed as a stand alone gene type before.&lt;br /&gt;
****Nevertheless, the manner in which &amp;quot;BP3167A&amp;quot; was listed in the XML file indicated that it was in fact a proper gene ID and not an artifactual finding. This necessitated further research.&lt;br /&gt;
*Researching the Different Forms of &amp;quot;BP3167&amp;quot;&lt;br /&gt;
**UniProt&lt;br /&gt;
***Searching for &amp;quot;BP3167&amp;quot;, &amp;quot;BP3167.1&amp;quot;, or &amp;quot;BP3167A&amp;quot; all linked to the following gene page: http://www.uniprot.org/uniprot/Q7VUD4&lt;br /&gt;
****The above page specifies that the gene ID &amp;quot;BP3167.1&amp;quot; refers to the gene ureE that codes for Urease accessory protein UreE.&lt;br /&gt;
**EnsemblBacteria-&lt;br /&gt;
***Searching for &amp;quot;BP3167&amp;quot; and &amp;quot;BP3167A&amp;quot; retrieves two different results:&lt;br /&gt;
****[[http://bacteria.ensembl.org/Multi/Search/Results?species=all;idx=;q=bp3167;site=ensemblunit BP3167]]- gene ureF is a pseudogene.&lt;br /&gt;
****[[http://bacteria.ensembl.org/Multi/Search/Results?species=all;idx=;q=bp3167A;site=ensemblunit BP3167A]]- gene ureE, which codes for urease accessory protein (as in UniProt).&lt;br /&gt;
***Therefore, the gene ID &amp;quot;BP3167A&amp;quot; is a valid ID that corresponds to the same ID as &amp;quot;BP3167.1&amp;quot; in the UniProt database.&lt;br /&gt;
**Conclusion: &amp;quot;BP3167A&amp;quot; is a reference ID from EnsemblBacteria that is valid and must be exported.&lt;br /&gt;
&lt;br /&gt;
{{template: msaeedi23}}&lt;/div&gt;</summary>
		<author><name>Msaeedi23</name></author>	</entry>

	<entry>
		<id>https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=The_Class_Whoopers&amp;diff=7763</id>
		<title>The Class Whoopers</title>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=The_Class_Whoopers&amp;diff=7763"/>
				<updated>2015-12-14T04:30:38Z</updated>
		
		<summary type="html">&lt;p&gt;Msaeedi23: /* Progress */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Team Information &amp;amp; Links =&lt;br /&gt;
&lt;br /&gt;
{{Template:Class Whoopers}}&lt;br /&gt;
&lt;br /&gt;
=Weekly Updates=&lt;br /&gt;
==Week 15==&lt;br /&gt;
===Goals===&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Assignment due date:&amp;#039;&amp;#039;&amp;#039; Midnight Tuesday, December 15&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Coder:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Quality Assurance:&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;GenMAPP User:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Brandon (Coder and Project Manager):&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Mahrad (Quality Assurance):&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Lena (GenMAPP User):&amp;#039;&amp;#039;&amp;#039; [[File:Errors in genmapp.png]]&lt;br /&gt;
&lt;br /&gt;
===Meetings!===&lt;br /&gt;
*This week, our group used class work sessions to coordinate our work:&lt;br /&gt;
**Tuesday, December 8, 2:40 - 4:00&lt;br /&gt;
**Thursday, December 10, 2:40 - 4:00&lt;br /&gt;
&lt;br /&gt;
==Week 14==&lt;br /&gt;
&lt;br /&gt;
===Goals===&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Assignment due date:&amp;#039;&amp;#039;&amp;#039; Midnight Tuesday, December 8&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Coder:&amp;#039;&amp;#039;&amp;#039; Create the custom species profile for &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039;, run an export using the customized version of GenMAPP Builder, add further customizations to the custom species profile as appear necessary, and run a second export using the further customized version of GenMAPP Builder.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Quality Assurance:&amp;#039;&amp;#039;&amp;#039; Identify gene IDs that are missing in the first custom export, work with the coder to classify these IDs, configure the Tally Engine, and complete a gene database testing report for the second custom export.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;GenMAPP User:&amp;#039;&amp;#039;&amp;#039; Complete the statistical analysis of the data, format the data for import into GenMAPP, and coordinate with the coder/QA to import this data into GenMAPP using the custom gene database.&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Brandon (Coder and Project Manager):&amp;#039;&amp;#039;&amp;#039; This week, I focused on creating and customizing the species profile for &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; in GenMAPP Builder, the details of which can be found in my [[Bklein7 Week 14| Week 14 Journal Entry]]. I documented the first export I conducted using a custom &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; species profile here: [[Gene Database Testing Report- cw20151201]]. I demonstrated that the custom species information implemented in this export worked as intended, but Mahrad and I identified 11 ORF genes that failed to export. I updated the &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; species profile to account for these ORF genes and conducted a new export, detailed here: [[Gene Database Testing Report- cw20151203]]. Mahrad analyzed the exported .gdb file. In addition to this, I kept tabs on my fellow group members to keep us on track to accomplish our long-term project goals in a timely manner.&lt;br /&gt;
** [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 13:39, 7 December 2015 (PST)&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Mahrad (Quality Assurance):&amp;#039;&amp;#039;&amp;#039; This week as Q and A I worked directly with Brandon to do the initial data exports. The work can be summarized here: [[Msaeedi23 Week 14| Week 14 Journal Entry]]. Next we meticulously characterized regular expression patterns to detect discrepancies in extracting the data from the original samples. In the following week I will work to do the tally configuration to customize it according to our specific species. Now I will focus on the tally configuration which may take some time and coding assistance from Brandon. Once the Tally Engine has been configured to our specific species, Lena can proceed with with GenMAPP processing. &lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Lena (GenMAPP User):&amp;#039;&amp;#039;&amp;#039; This week, I made progress on performing the statistical analysis of the data to prepare it for GenMAPP. I was able to post my progress for each of the class working sessions on my [[Lenaolufson Week 14| Week 14 Journal Entry]] as I updated the excel data sheets after each session. Dr. Dahlquist helped me figure out a problem with the original raw data that was causing the values to be very skewed. I then sent her my updated data sheet and she was able to use a program to separate the duplicates of the chips. After she sent me back the data with the sorted values, I performed the statistical analysis on the data, the most updated version of the file can be found on my Week 14 journal entry linked previously. &lt;br /&gt;
[[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 19:54, 7 December 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
===Meetings!===&lt;br /&gt;
*This week, our group used class work sessions to coordinate our work:&lt;br /&gt;
**Tuesday, December 1, 2:40 - 4:00&lt;br /&gt;
**Thursday, December 3, 2:40 - 4:00&lt;br /&gt;
** Monday, December 7, 10:30 - 12 am&lt;br /&gt;
&lt;br /&gt;
==Week 12==&lt;br /&gt;
===Goals===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Assignment due date:&amp;#039;&amp;#039;&amp;#039; Midnight Tuesday, November 24&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Coder:&amp;#039;&amp;#039;&amp;#039; Set up a GitHub repository clone of the XMLPipeDB project on your development device, the development rig, and the initial as-is build for gmbuilder. Complete an import-export cycle in association with QA.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Quality Assurance:&amp;#039;&amp;#039;&amp;#039; Complete an import-export cycle for the 1st &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene database. Complete a Gene Database Testing Report for this export.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;GenMAPP Users:&amp;#039;&amp;#039;&amp;#039; Create a Master Raw Data file that contains the IDs and columns of data required for further analysis. Consult with Dr. Dahlquist on how to process the data (normalization, statistics).&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Brandon (Quality Assurance and Interim Coder):&amp;#039;&amp;#039;&amp;#039; This week, I focused on completing an import-export cycle for our first &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene database- [[File:Bpertussis-std cw20151119.zip]]. With my QA hat, I imported the appropriate data, exported the gene database, and discussed the gene database creation &amp;amp; counting protocol here- [[Gene Database Testing Report- cw20151119]]. With my Coder hat, I followed the instructions on the [[Coder| Coder Guild Page]] to setup a GitHub repository clone of the XMLPipdeDB project on my personal laptop, the Eclipse developer rig, and the initial as-is build for gmbuilder. The electronic lab notebook for my QA and Coder work is present on my [[Bklein7 Week 12| Week 12 Page]]. Finally, I wrote a PowerPoint presentation on our genome sequencing paper, which is linked to on my [[Bklein7 Week 12| Week 12 Page]] as well. &lt;br /&gt;
**[[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 18:48, 23 November 2015 (PST)&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Lena (GenMAPP):&amp;#039;&amp;#039;&amp;#039; I worked on downloading the correct data sample files from the provided files on the microarray paper page. The files were unzipped and prepared to be imported into excel. In excel, the data was manipulated to form a spreadsheet that had all of the gene IDs from the different samples with their appropriate columns to be analyzed. The corrections and further manipulations of the data are to be continued to be done in the coming week in order to create the desired dataset to be exported from excel. [[File:Bpertussis CompiledRawData MS2015.xlsx]]&lt;br /&gt;
**[[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 17:33, 23 November 2015 (PST)&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Mahrad (GenMAPP--&amp;gt; Quality Assurance)&amp;#039;&amp;#039;&amp;#039;: Downloaded the six data sample files provided  by the microarray paper. Files were unzipped, imported into excel, and manipulated to form a single spreadsheet containing all gene IDs from the different samples. Each sample was placed in its respective column to be further analyzed and manipulated in the upcoming week. Following this, I assumed the position of quality assurance to accommodate the absence of Nicole.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Nicole&amp;#039;&amp;#039;&amp;#039; was absent this week. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 18:52, 23 November 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Meetings! ===&lt;br /&gt;
* Monday, November 23: Seaver 120- Brandon and Lena met to work on the GenMAPP testing of the gene IDs from our database.&lt;br /&gt;
&lt;br /&gt;
==Week 11==&lt;br /&gt;
===Goals===&lt;br /&gt;
* For all:&lt;br /&gt;
** Outline your assigned paper on your user page and include a list of 10 defined terms from the paper.&lt;br /&gt;
*Nicole &amp;amp; Brandon&lt;br /&gt;
**Prepare Journal Club presentation on the designated genome sequencing article&lt;br /&gt;
**Slides Due: by midnight, Tuesday, November 17&lt;br /&gt;
**Presentation Date: Tuesday, November 24&lt;br /&gt;
*Lena &amp;amp; Mahrad&lt;br /&gt;
**Prepare Journal Club presentation on the designated microarray paper&lt;br /&gt;
**Slides Due: by midnight, Tuesday, November 17&lt;br /&gt;
**Presentation Date: Tuesday, November 17&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*Nicole Anguiano (Coder): Nicole was absent this week for a medical emergency and is (hopefully) getting some much deserved rest. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 23:14, 16 November 2015 (PST)&lt;br /&gt;
*Brandon Klein (QA): This week I made several edits to the [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/The_Class_Whoopers Class Whoopers Team Page] in accordance with the [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/Week_11 Week 11 assignment]. These edits included the following: revising the Class Whoopers template, reorganizing the Team Page structure, commenting out unneeded articles in the annotated bibliography, creating the new bibliography entry as requested by Dr. Dahlquist, and writing the naming conventions for our files. Additionally, I outlined our genome sequencing paper for &amp;quot;Bordetella pertussis&amp;quot; and assessed the [http://www.genedb.org/Homepage/Bpertussis GeneDB MOD] on my [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/Bklein7_Week_11#Identifying_the_Bordetella_Pertussis_MOD Week 11 Individual Journal Entry]. A preliminary draft of the genome sequencing paper that I will likely be presenting solo was uploaded there. Finally, I kept tabs on group members as the interim Project Manager. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 23:14, 16 November 2015 (PST)&lt;br /&gt;
*Lena Olufson (GennMAPP): This week Mahrad and I met up and analyzed the microarray paper together. We split up the powerpoint into two halves; I did the introduction/significance of the study as well as the methods performed. Mahrad and I created our presentation together and worked through a google doc to edit it simultaneously as we discussed out loud. We also created a flow chart together that demonstrated the experimental design, thus we have the same ones included in our individual assignments. We made sure to check in with the temporary project manager and keep him updated on our progress. [[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 23:24, 16 November 2015 (PST) &lt;br /&gt;
*Mahrad Saeedi (GennMAPP): This week Lena and I worked on analyzing the microarray paper and creating an outline. We each defined 10 terms separately based upon words we didn&amp;#039;t recognize in the article. We then proceeded to producing the powerpoint presentation for journal club. &lt;br /&gt;
[[User:Msaeedi23|Msaeedi23]] ([[User talk:Msaeedi23|talk]]) 23:46, 16 November 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Meetings! ===&lt;br /&gt;
*11/15- Lena &amp;amp; Mahrad met to work on outlining article and answering questions&lt;br /&gt;
*11/16- Lena &amp;amp; Mahrad met to prepare powerpoint presentation for journal club&lt;br /&gt;
&lt;br /&gt;
==Week 10==&lt;br /&gt;
===Goals===&lt;br /&gt;
* For all:&lt;br /&gt;
** Create an annotated bibliography including one genome sequencing paper and two microarray experiments for Bordetella pertussis&lt;br /&gt;
** Create/update team page &amp;amp; compile group annotated bibliography&lt;br /&gt;
** Assignment due date: Midnight Tuesday, November 10&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*All group members created annotated bibliographies and compiled them on the newly created group page.&lt;br /&gt;
&lt;br /&gt;
=== Meetings! ===&lt;br /&gt;
* Monday, November 9, 8pm-9pm, Seaver 120&lt;br /&gt;
&lt;br /&gt;
= Deliverables =&lt;br /&gt;
Download links to the deliverables for this project can be found here: [[Bordetella Pertussis GenMAPP Analysis Deliverables]]&lt;br /&gt;
&lt;br /&gt;
==File Naming Protocol==&lt;br /&gt;
All file types generated in this project will receive their own unique names composed of two key parts:&lt;br /&gt;
#Description&lt;br /&gt;
#*This will contain a brief, file-specific description of what content the file contains.&lt;br /&gt;
#*Descriptions for different versions of the same file will remain consistent.&lt;br /&gt;
#Identifier Tag&lt;br /&gt;
#*This tag will be listed as a suffix in the following form: &amp;quot;_cwYYYYMMDD&amp;quot;&lt;br /&gt;
#**cw- team name abbreviation&lt;br /&gt;
#**YYYYMMDD- date the file was created in the form year/month/day&lt;br /&gt;
&lt;br /&gt;
Additionally, the following file naming best practices will be observed when creating descriptions for new files:&lt;br /&gt;
*Our species will be referred to consistently as &amp;quot;bpertussis&amp;quot;.&lt;br /&gt;
*Files including microarray data taken from the paper by Hoo et al. (2014) will begin with &amp;quot;hoo&amp;quot;.&lt;br /&gt;
*Spaces will be written as underscores.&lt;br /&gt;
*No capitalization will be used.&lt;br /&gt;
*No special characters will be used.&lt;br /&gt;
*If sequential numbering systems are used, leading zeros will be included for clarity.&lt;br /&gt;
&lt;br /&gt;
Sample .xls file name: hoo_analyzed_data_cw20151122.xls&lt;br /&gt;
&lt;br /&gt;
==File Names==&lt;br /&gt;
*GenMAPP Gene Database for assigned species (.gdb): &amp;#039;&amp;#039;&amp;#039;bpertussis-std_cwYYYYMMDD.gdb&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*ReadMe file to accompany the Gene Database (.pdf): &amp;#039;&amp;#039;&amp;#039;readme_bpertussis-std_external_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Include Gene Database Schema diagram in ReadMe: &amp;#039;&amp;#039;&amp;#039;bpertussis_schema_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Gene Database Testing Report for final submitted Gene Database (print from wiki to .pdf file): &amp;#039;&amp;#039;&amp;#039;bpertussis_gdb_report_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Processed and analyzed DNA microarray dataset (.xls): &amp;#039;&amp;#039;&amp;#039;hoo_analyzed_data_cwYYYYMMDD.xls&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*GenMAPP Expression Dataset file (.gex): &amp;#039;&amp;#039;&amp;#039;hoo_expression_dataset_cwYYYYMMDD.gex&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Filtered MAPPFinder Results (.xls): &amp;#039;&amp;#039;&amp;#039;hoo_mappfinder_results_cwYYYYMMDD.xls&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Sample MAPP file of a relevant biological pathway for your species (.mapp): &amp;#039;&amp;#039;&amp;#039;hoo_sample_mapp_cwYYYYMMDD.mapp&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Group Report describing the creation of the Gene Database and the biological analysis of the data (.doc or .pdf): &amp;#039;&amp;#039;&amp;#039;bpertussis_analysis_methods_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*PowerPoint presentation (.ppt, given on Tuesday, December 15): &amp;#039;&amp;#039;&amp;#039;bpertussis_analysis_presentation_cwYYYYMMDD.ppt&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
==Microarray Journal Club Presentation==&lt;br /&gt;
*[[File: Microarray_Journal_Club_Presentation.pdf]]&lt;br /&gt;
&lt;br /&gt;
= Annotated Bibliography =&lt;br /&gt;
== Genome Sequencing Paper ==&lt;br /&gt;
&lt;br /&gt;
Neither of these papers is the &amp;#039;&amp;#039;first&amp;#039;&amp;#039; to report the genome sequence of &amp;#039;&amp;#039;B. pertussis.&amp;#039;&amp;#039;  The paper that you will want to use is [http://www.nature.com/ng/journal/v35/n1/full/ng1227.html this one].  I found it by looking at the introduction and references of the Zhang et. al (2011) paper.  For your Week 11 assignment, please remove your annotated bibliography entries for the two papers below and create one for this new paper by Parkhill et al. (2003).  You will use the Parkhill paper for your project.  &amp;#039;&amp;#039;&amp;amp;mdash; [[User:Kdahlquist|Kdahlquist]] ([[User talk:Kdahlquist|talk]]) 09:54, 10 November 2015 (PST)&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
*Parkhill, J., Sebaihia, M., Preston, A., Murphy, L. D., et al. (2003). Comparative analysis of the genome sequences of Bordetella pertussis, Bordetella parapertussis and Bordetella bronchiseptica. Nature genetics, 35(1), 32-40. doi:10.1038/ng1227&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/12910271&lt;br /&gt;
* PubMed Central:  Not available on PubMed Central.&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.nature.com/ng/journal/v35/n1/full/ng1227.html&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.nature.com/ng/journal/v35/n1/pdf/ng1227.pdf&lt;br /&gt;
* Copyright: ©2003 Nature Publishing Group (information found on PDF version of article). This article is not Open Access, but it is freely available 6 months after publication.&lt;br /&gt;
* Publisher: Nature Publishing Group (for-profit).&lt;br /&gt;
* Availability: In print and online.&lt;br /&gt;
* Did LMU pay a fee for this article: Yes, LMU pays a subscription fee for access to the journal &amp;#039;&amp;#039;Nature Genetics&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
== Microarray Paper ==&lt;br /&gt;
&lt;br /&gt;
This paper is suitable for your project.  &amp;#039;&amp;#039;&amp;amp;mdash; [[User:Kdahlquist|Kdahlquist]] ([[User talk:Kdahlquist|talk]]) 10:04, 10 November 2015 (PST)&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Hoo, R., Lam, J.H., Huot, L., Pant, A., Li, R., Hot, D., &amp;amp; Alonso, S. (2014). Evidence for a Role of the Polysaccharide Capsule Transport Proteins in Pertussis Pathogenesis. PLoS ONE, 9(12):e115243. doi: 10.1371/journal.pone.0115243&lt;br /&gt;
* PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/25501560 &lt;br /&gt;
* PubMed Central: http://www.ncbi.nlm.nih.gov/pmc/articles/PMC4264864/&lt;br /&gt;
* Publisher Full Text (HTML): http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0115243&lt;br /&gt;
* Publisher Full Text (PDF): http://www.plosone.org/article/fetchObject.action?uri=info:doi/10.1371/journal.pone.0115243&amp;amp;representation=PDF&lt;br /&gt;
* Copyright: © 2014 Hoo et al. This is an open-access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited (info found [http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0115243 here]).&lt;br /&gt;
* Publisher: PLOS ONE (respected open access organization).&lt;br /&gt;
* Availability: Online only.&lt;br /&gt;
* Did LMU pay a fee for this article: No.&lt;br /&gt;
* Web site where the data resides: [http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE62088 NCBI GEO data]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--#2&lt;br /&gt;
*Brickman, T. J., Cummings, C. A., Liew, S.-Y., Relman, D. A., &amp;amp; Armstrong, S. K. (2011). Transcriptional Profiling of the Iron Starvation Response in Bordetella pertussis Provides New Insights into Siderophore Utilization and Virulence Gene Expression . Journal of Bacteriology, 193(18), 4798–4812. http://doi.org/10.1128/JB.05136-11&lt;br /&gt;
* ArrayExpress Abstract: https://www.ebi.ac.uk/arrayexpress/experiments/E-MEXP-3263/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC532028/&lt;br /&gt;
*PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/?term=Transcriptional+Profiling+of+the+Iron+Starvation+Response+in+Bordetella+pertussis+Provides+New+Insights+into+Siderophore+Utilization+and+Virulence+Gene+Expression&lt;br /&gt;
* Publisher Full Text (HTML): http://jb.asm.org/content/193/18/4798.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/193/18/4798.full.pdf+html &lt;br /&gt;
* Copyright:  2011 by the American Society for Microbiology &lt;br /&gt;
* Publisher:  Journal of Bacteriology &lt;br /&gt;
* Availability:  in print and online&lt;br /&gt;
* Did LMU pay a fee for this article: yes&lt;br /&gt;
*Link to where the microarray data resides: https://www.ebi.ac.uk/arrayexpress/experiments/E-MEXP-3263/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
&lt;br /&gt;
#3&lt;br /&gt;
King, A. J., van der Lee, S., Mohangoo, A., van Gent, M., van der Ark, A., &amp;amp; van de Waterbeemd, B. (2013). Genome-Wide Gene Expression Analysis of Bordetella pertussis Isolates Associated with a Resurgence in Pertussis: Elucidation of Factors Involved in the Increased Fitness of Epidemic Strains. PLoS ONE, 8(6): e66150. doi: 10.1371/journal.pone.0066150&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/23776625&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3679012/&lt;br /&gt;
* Publisher Full Text (HTML):  http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0066150&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.plosone.org/article/fetchObject.action?uri=info:doi/10.1371/journal.pone.0066150&amp;amp;representation=PDF&lt;br /&gt;
* Copyright: © 2013 King et al. This is an open-access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited. (info found [http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0066150 here])&lt;br /&gt;
* Publisher: PLOS ONE (respected open access organization)&lt;br /&gt;
* Availability: online only&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
* Web site where the data resides: [http://www.ebi.ac.uk/arrayexpress/experiments/E-MTAB-1594/samples/?keywords=Bordetella+pertussis&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&amp;amp;s_page=1&amp;amp;s_pagesize=100 EBI ArrayExpress Data]&lt;br /&gt;
&lt;br /&gt;
#4 (note, all of the papers from this point on involve additional species other than Bordetella pertussis)&lt;br /&gt;
&lt;br /&gt;
* Cummings, C. A., Bootsma, H. J., Relman, D. A., &amp;amp; Miller, J. F. (2006). Species-and strain-specific control of a complex, flexible regulon by Bordetella BvgAS. Journal of bacteriology, 188(5), 1775-1785.&lt;br /&gt;
* ArrayExpress Abstract: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-29/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1426559/&lt;br /&gt;
*PubMed Abstract:http://www.ncbi.nlm.nih.gov/pubmed/?term=Species-+and+Strain-Specific+Control+of+a+Complex%2C+Flexible+Regulon+by+Bordetella+BvgAS&lt;br /&gt;
* Publisher Full Text (HTML): http://jb.asm.org/content/188/5/1775.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/188/5/1775.full.pdf+html&lt;br /&gt;
* Copyright:  2006 by the American Society for Microbiology &lt;br /&gt;
* Publisher:  Journal of Bacteriology &lt;br /&gt;
* Availability:  in print and online&lt;br /&gt;
* Did LMU pay a fee for this article: yes&lt;br /&gt;
*Link to where the microarray data resides: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-29/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
&lt;br /&gt;
#5&lt;br /&gt;
&lt;br /&gt;
* Brinig, M., Register, K., Ackermann, M., &amp;amp; Relman, D. (2006). Genomic features of Bordetella parapertussis clades with distinct host species specificity. Genome Biology, 7(9). doi:doi:10.1186/gb-2006-7-9-r81&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/16956413?dopt=Abstract&amp;amp;holding=f1000,f1000m,isrctn&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1794550/&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.genomebiology.com/2006/7/9/R81&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.genomebiology.com/content/pdf/gb-2006-7-9-r81.pdf&lt;br /&gt;
* Copyright: Brinig et al.; licensee BioMed Central Ltd. (information found on the article); open access&lt;br /&gt;
* Publisher:  BioMed Central Ltd (for-profit publisher)&lt;br /&gt;
* Availability:  online&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
# What experiment was performed?  What was the &amp;quot;treatment&amp;quot; and what was the &amp;quot;control&amp;quot; in the experiment?&lt;br /&gt;
# Were replicate experiments of the &amp;quot;treatment&amp;quot; and &amp;quot;control&amp;quot; conditions conducted?  Were these biological or technical replicates?  How many of each?&lt;br /&gt;
* Link to microarray data: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-95/&lt;br /&gt;
&lt;br /&gt;
#6&lt;br /&gt;
&lt;br /&gt;
* Cummings, C., Bootsma, H., Relman, D., &amp;amp; Miller, J. (2006). Species- and Strain-Specific Control of a Complex, Flexible Regulon by Bordetella BvgAS. Journal of Bacteriology, 188(5), 1775-1785. doi:doi: 10.1128/JB.188.5.1775-1785.2006&lt;br /&gt;
* PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/16484188?dopt=Abstract&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1426559/&lt;br /&gt;
* Publisher Full Text (HTML):  http://jb.asm.org/content/188/5/1775.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/188/5/1775.full.pdf&lt;br /&gt;
* Copyright: American Society for Microbiology; open access&lt;br /&gt;
* Publisher:  American Society for Microbiology (professional organization for scientists)&lt;br /&gt;
* Availability:  online and in print&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
# What experiment was performed?  What was the &amp;quot;treatment&amp;quot; and what was the &amp;quot;control&amp;quot; in the experiment?&lt;br /&gt;
# Were replicate experiments of the &amp;quot;treatment&amp;quot; and &amp;quot;control&amp;quot; conditions conducted?  Were these biological or technical replicates?  How many of each?&lt;br /&gt;
* Link to microarray data: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-28/&lt;br /&gt;
&lt;br /&gt;
#7&lt;br /&gt;
&lt;br /&gt;
*King, A. J., van Gorkom, T., Pennings, J. L., van der Heide, H. G., He, Q., Diavatopoulos, D., … Mooi, F. R. (2010). Correction: Comparative genomic profiling of Dutch clinical Bordetella pertussis isolates using DNA microarrays: identification of genes absent from epidemic strains. BMC Genomics, 11, 196. http://doi.org/10.1186/1471-2164-11-196&lt;br /&gt;
* PubMed Abstract:  http://www.biomedcentral.com/1471-2164/9/311#abs&lt;br /&gt;
* PubMed Central: &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/&amp;gt;&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/&lt;br /&gt;
* Publisher Full Text (PDF): &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/pdf/1471-2164-9-311.pdf&amp;gt;&lt;br /&gt;
* Copyright:  © 2008 King et al; licensee BioMed Central Ltd.This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.&lt;br /&gt;
* Publisher: BMC Genomics&lt;br /&gt;
* Availability: online access&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
&lt;br /&gt;
#8&lt;br /&gt;
&lt;br /&gt;
*Nakamura, M. M., Liew, S.-Y., Cummings, C. A., Brinig, M. M., Dieterich, C., &amp;amp; Relman, D. A. (2006). Growth Phase- and Nutrient Limitation-Associated Transcript Abundance Regulation in Bordetella pertussis  . Infection and Immunity, 74(10), 5537–5548. http://doi.org/10.1128/IAI.00781-06&lt;br /&gt;
* PubMed Abstract:  &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1594893/?report=reader#__abstractid499869title&amp;gt;&lt;br /&gt;
* PubMed Central: &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1594893/&amp;gt;&lt;br /&gt;
* Publisher Full Text (HTML): &amp;lt;http://iai.asm.org/content/74/10/5537.full&amp;gt;&lt;br /&gt;
* Publisher Full Text (PDF):  &amp;lt;http://iai.asm.org/content/74/10/5537.full.pdf+html&amp;gt;&lt;br /&gt;
* Copyright: © 2006, American Society for Microbiology&lt;br /&gt;
* Publisher: Infection and Immunity&lt;br /&gt;
* Availability: online access&lt;br /&gt;
* Did LMU pay a fee for this article: no!--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Msaeedi23</name></author>	</entry>

	<entry>
		<id>https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=The_Class_Whoopers&amp;diff=7762</id>
		<title>The Class Whoopers</title>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=The_Class_Whoopers&amp;diff=7762"/>
				<updated>2015-12-14T04:29:09Z</updated>
		
		<summary type="html">&lt;p&gt;Msaeedi23: /* Progress */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Team Information &amp;amp; Links =&lt;br /&gt;
&lt;br /&gt;
{{Template:Class Whoopers}}&lt;br /&gt;
&lt;br /&gt;
=Weekly Updates=&lt;br /&gt;
==Week 15==&lt;br /&gt;
===Goals===&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Assignment due date:&amp;#039;&amp;#039;&amp;#039; Midnight Tuesday, December 15&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Coder:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Quality Assurance:&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;GenMAPP User:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Brandon (Coder and Project Manager):&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Mahrad (Quality Assurance):&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Lena (GenMAPP User):&amp;#039;&amp;#039;&amp;#039; [[File:Errors in genmapp.png]]&lt;br /&gt;
&lt;br /&gt;
===Meetings!===&lt;br /&gt;
*This week, our group used class work sessions to coordinate our work:&lt;br /&gt;
**Tuesday, December 8, 2:40 - 4:00&lt;br /&gt;
**Thursday, December 10, 2:40 - 4:00&lt;br /&gt;
&lt;br /&gt;
==Week 14==&lt;br /&gt;
&lt;br /&gt;
===Goals===&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Assignment due date:&amp;#039;&amp;#039;&amp;#039; Midnight Tuesday, December 8&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Coder:&amp;#039;&amp;#039;&amp;#039; Create the custom species profile for &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039;, run an export using the customized version of GenMAPP Builder, add further customizations to the custom species profile as appear necessary, and run a second export using the further customized version of GenMAPP Builder.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Quality Assurance:&amp;#039;&amp;#039;&amp;#039; Identify gene IDs that are missing in the first custom export, work with the coder to classify these IDs, configure the Tally Engine, and complete a gene database testing report for the second custom export.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;GenMAPP User:&amp;#039;&amp;#039;&amp;#039; Complete the statistical analysis of the data, format the data for import into GenMAPP, and coordinate with the coder/QA to import this data into GenMAPP using the custom gene database.&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Brandon (Coder and Project Manager):&amp;#039;&amp;#039;&amp;#039; This week, I focused on creating and customizing the species profile for &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; in GenMAPP Builder, the details of which can be found in my [[Bklein7 Week 14| Week 14 Journal Entry]]. I documented the first export I conducted using a custom &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; species profile here: [[Gene Database Testing Report- cw20151201]]. I demonstrated that the custom species information implemented in this export worked as intended, but Mahrad and I identified 11 ORF genes that failed to export. I updated the &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; species profile to account for these ORF genes and conducted a new export, detailed here: [[Gene Database Testing Report- cw20151203]]. Mahrad analyzed the exported .gdb file. In addition to this, I kept tabs on my fellow group members to keep us on track to accomplish our long-term project goals in a timely manner.&lt;br /&gt;
** [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 13:39, 7 December 2015 (PST)&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Mahrad (Quality Assurance):&amp;#039;&amp;#039;&amp;#039; This week as Q and A I worked directly with Brandon to do the initial data exports. The work can be summarized here: [[Msaeedi23 week 14| week 14 journal entry]]. Next we meticulously characterized regular expression patterns to detect discrepancies in extracting the data from the original samples. In the following week I will work to do the tally configuration to customize it according to our specific species. Now I will focus on the tally configuration which may take some time and coding assistance from Brandon. Once the Tally Engine has been configured to our specific species, Lena can proceed with with GenMAPP processing. &lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Lena (GenMAPP User):&amp;#039;&amp;#039;&amp;#039; This week, I made progress on performing the statistical analysis of the data to prepare it for GenMAPP. I was able to post my progress for each of the class working sessions on my [[Lenaolufson Week 14| Week 14 Journal Entry]] as I updated the excel data sheets after each session. Dr. Dahlquist helped me figure out a problem with the original raw data that was causing the values to be very skewed. I then sent her my updated data sheet and she was able to use a program to separate the duplicates of the chips. After she sent me back the data with the sorted values, I performed the statistical analysis on the data, the most updated version of the file can be found on my Week 14 journal entry linked previously. &lt;br /&gt;
[[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 19:54, 7 December 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
===Meetings!===&lt;br /&gt;
*This week, our group used class work sessions to coordinate our work:&lt;br /&gt;
**Tuesday, December 1, 2:40 - 4:00&lt;br /&gt;
**Thursday, December 3, 2:40 - 4:00&lt;br /&gt;
** Monday, December 7, 10:30 - 12 am&lt;br /&gt;
&lt;br /&gt;
==Week 12==&lt;br /&gt;
===Goals===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Assignment due date:&amp;#039;&amp;#039;&amp;#039; Midnight Tuesday, November 24&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Coder:&amp;#039;&amp;#039;&amp;#039; Set up a GitHub repository clone of the XMLPipeDB project on your development device, the development rig, and the initial as-is build for gmbuilder. Complete an import-export cycle in association with QA.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Quality Assurance:&amp;#039;&amp;#039;&amp;#039; Complete an import-export cycle for the 1st &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene database. Complete a Gene Database Testing Report for this export.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;GenMAPP Users:&amp;#039;&amp;#039;&amp;#039; Create a Master Raw Data file that contains the IDs and columns of data required for further analysis. Consult with Dr. Dahlquist on how to process the data (normalization, statistics).&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Brandon (Quality Assurance and Interim Coder):&amp;#039;&amp;#039;&amp;#039; This week, I focused on completing an import-export cycle for our first &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene database- [[File:Bpertussis-std cw20151119.zip]]. With my QA hat, I imported the appropriate data, exported the gene database, and discussed the gene database creation &amp;amp; counting protocol here- [[Gene Database Testing Report- cw20151119]]. With my Coder hat, I followed the instructions on the [[Coder| Coder Guild Page]] to setup a GitHub repository clone of the XMLPipdeDB project on my personal laptop, the Eclipse developer rig, and the initial as-is build for gmbuilder. The electronic lab notebook for my QA and Coder work is present on my [[Bklein7 Week 12| Week 12 Page]]. Finally, I wrote a PowerPoint presentation on our genome sequencing paper, which is linked to on my [[Bklein7 Week 12| Week 12 Page]] as well. &lt;br /&gt;
**[[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 18:48, 23 November 2015 (PST)&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Lena (GenMAPP):&amp;#039;&amp;#039;&amp;#039; I worked on downloading the correct data sample files from the provided files on the microarray paper page. The files were unzipped and prepared to be imported into excel. In excel, the data was manipulated to form a spreadsheet that had all of the gene IDs from the different samples with their appropriate columns to be analyzed. The corrections and further manipulations of the data are to be continued to be done in the coming week in order to create the desired dataset to be exported from excel. [[File:Bpertussis CompiledRawData MS2015.xlsx]]&lt;br /&gt;
**[[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 17:33, 23 November 2015 (PST)&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Mahrad (GenMAPP--&amp;gt; Quality Assurance)&amp;#039;&amp;#039;&amp;#039;: Downloaded the six data sample files provided  by the microarray paper. Files were unzipped, imported into excel, and manipulated to form a single spreadsheet containing all gene IDs from the different samples. Each sample was placed in its respective column to be further analyzed and manipulated in the upcoming week. Following this, I assumed the position of quality assurance to accommodate the absence of Nicole.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Nicole&amp;#039;&amp;#039;&amp;#039; was absent this week. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 18:52, 23 November 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Meetings! ===&lt;br /&gt;
* Monday, November 23: Seaver 120- Brandon and Lena met to work on the GenMAPP testing of the gene IDs from our database.&lt;br /&gt;
&lt;br /&gt;
==Week 11==&lt;br /&gt;
===Goals===&lt;br /&gt;
* For all:&lt;br /&gt;
** Outline your assigned paper on your user page and include a list of 10 defined terms from the paper.&lt;br /&gt;
*Nicole &amp;amp; Brandon&lt;br /&gt;
**Prepare Journal Club presentation on the designated genome sequencing article&lt;br /&gt;
**Slides Due: by midnight, Tuesday, November 17&lt;br /&gt;
**Presentation Date: Tuesday, November 24&lt;br /&gt;
*Lena &amp;amp; Mahrad&lt;br /&gt;
**Prepare Journal Club presentation on the designated microarray paper&lt;br /&gt;
**Slides Due: by midnight, Tuesday, November 17&lt;br /&gt;
**Presentation Date: Tuesday, November 17&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*Nicole Anguiano (Coder): Nicole was absent this week for a medical emergency and is (hopefully) getting some much deserved rest. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 23:14, 16 November 2015 (PST)&lt;br /&gt;
*Brandon Klein (QA): This week I made several edits to the [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/The_Class_Whoopers Class Whoopers Team Page] in accordance with the [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/Week_11 Week 11 assignment]. These edits included the following: revising the Class Whoopers template, reorganizing the Team Page structure, commenting out unneeded articles in the annotated bibliography, creating the new bibliography entry as requested by Dr. Dahlquist, and writing the naming conventions for our files. Additionally, I outlined our genome sequencing paper for &amp;quot;Bordetella pertussis&amp;quot; and assessed the [http://www.genedb.org/Homepage/Bpertussis GeneDB MOD] on my [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/Bklein7_Week_11#Identifying_the_Bordetella_Pertussis_MOD Week 11 Individual Journal Entry]. A preliminary draft of the genome sequencing paper that I will likely be presenting solo was uploaded there. Finally, I kept tabs on group members as the interim Project Manager. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 23:14, 16 November 2015 (PST)&lt;br /&gt;
*Lena Olufson (GennMAPP): This week Mahrad and I met up and analyzed the microarray paper together. We split up the powerpoint into two halves; I did the introduction/significance of the study as well as the methods performed. Mahrad and I created our presentation together and worked through a google doc to edit it simultaneously as we discussed out loud. We also created a flow chart together that demonstrated the experimental design, thus we have the same ones included in our individual assignments. We made sure to check in with the temporary project manager and keep him updated on our progress. [[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 23:24, 16 November 2015 (PST) &lt;br /&gt;
*Mahrad Saeedi (GennMAPP): This week Lena and I worked on analyzing the microarray paper and creating an outline. We each defined 10 terms separately based upon words we didn&amp;#039;t recognize in the article. We then proceeded to producing the powerpoint presentation for journal club. &lt;br /&gt;
[[User:Msaeedi23|Msaeedi23]] ([[User talk:Msaeedi23|talk]]) 23:46, 16 November 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Meetings! ===&lt;br /&gt;
*11/15- Lena &amp;amp; Mahrad met to work on outlining article and answering questions&lt;br /&gt;
*11/16- Lena &amp;amp; Mahrad met to prepare powerpoint presentation for journal club&lt;br /&gt;
&lt;br /&gt;
==Week 10==&lt;br /&gt;
===Goals===&lt;br /&gt;
* For all:&lt;br /&gt;
** Create an annotated bibliography including one genome sequencing paper and two microarray experiments for Bordetella pertussis&lt;br /&gt;
** Create/update team page &amp;amp; compile group annotated bibliography&lt;br /&gt;
** Assignment due date: Midnight Tuesday, November 10&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*All group members created annotated bibliographies and compiled them on the newly created group page.&lt;br /&gt;
&lt;br /&gt;
=== Meetings! ===&lt;br /&gt;
* Monday, November 9, 8pm-9pm, Seaver 120&lt;br /&gt;
&lt;br /&gt;
= Deliverables =&lt;br /&gt;
Download links to the deliverables for this project can be found here: [[Bordetella Pertussis GenMAPP Analysis Deliverables]]&lt;br /&gt;
&lt;br /&gt;
==File Naming Protocol==&lt;br /&gt;
All file types generated in this project will receive their own unique names composed of two key parts:&lt;br /&gt;
#Description&lt;br /&gt;
#*This will contain a brief, file-specific description of what content the file contains.&lt;br /&gt;
#*Descriptions for different versions of the same file will remain consistent.&lt;br /&gt;
#Identifier Tag&lt;br /&gt;
#*This tag will be listed as a suffix in the following form: &amp;quot;_cwYYYYMMDD&amp;quot;&lt;br /&gt;
#**cw- team name abbreviation&lt;br /&gt;
#**YYYYMMDD- date the file was created in the form year/month/day&lt;br /&gt;
&lt;br /&gt;
Additionally, the following file naming best practices will be observed when creating descriptions for new files:&lt;br /&gt;
*Our species will be referred to consistently as &amp;quot;bpertussis&amp;quot;.&lt;br /&gt;
*Files including microarray data taken from the paper by Hoo et al. (2014) will begin with &amp;quot;hoo&amp;quot;.&lt;br /&gt;
*Spaces will be written as underscores.&lt;br /&gt;
*No capitalization will be used.&lt;br /&gt;
*No special characters will be used.&lt;br /&gt;
*If sequential numbering systems are used, leading zeros will be included for clarity.&lt;br /&gt;
&lt;br /&gt;
Sample .xls file name: hoo_analyzed_data_cw20151122.xls&lt;br /&gt;
&lt;br /&gt;
==File Names==&lt;br /&gt;
*GenMAPP Gene Database for assigned species (.gdb): &amp;#039;&amp;#039;&amp;#039;bpertussis-std_cwYYYYMMDD.gdb&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*ReadMe file to accompany the Gene Database (.pdf): &amp;#039;&amp;#039;&amp;#039;readme_bpertussis-std_external_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Include Gene Database Schema diagram in ReadMe: &amp;#039;&amp;#039;&amp;#039;bpertussis_schema_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Gene Database Testing Report for final submitted Gene Database (print from wiki to .pdf file): &amp;#039;&amp;#039;&amp;#039;bpertussis_gdb_report_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Processed and analyzed DNA microarray dataset (.xls): &amp;#039;&amp;#039;&amp;#039;hoo_analyzed_data_cwYYYYMMDD.xls&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*GenMAPP Expression Dataset file (.gex): &amp;#039;&amp;#039;&amp;#039;hoo_expression_dataset_cwYYYYMMDD.gex&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Filtered MAPPFinder Results (.xls): &amp;#039;&amp;#039;&amp;#039;hoo_mappfinder_results_cwYYYYMMDD.xls&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Sample MAPP file of a relevant biological pathway for your species (.mapp): &amp;#039;&amp;#039;&amp;#039;hoo_sample_mapp_cwYYYYMMDD.mapp&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Group Report describing the creation of the Gene Database and the biological analysis of the data (.doc or .pdf): &amp;#039;&amp;#039;&amp;#039;bpertussis_analysis_methods_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*PowerPoint presentation (.ppt, given on Tuesday, December 15): &amp;#039;&amp;#039;&amp;#039;bpertussis_analysis_presentation_cwYYYYMMDD.ppt&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
==Microarray Journal Club Presentation==&lt;br /&gt;
*[[File: Microarray_Journal_Club_Presentation.pdf]]&lt;br /&gt;
&lt;br /&gt;
= Annotated Bibliography =&lt;br /&gt;
== Genome Sequencing Paper ==&lt;br /&gt;
&lt;br /&gt;
Neither of these papers is the &amp;#039;&amp;#039;first&amp;#039;&amp;#039; to report the genome sequence of &amp;#039;&amp;#039;B. pertussis.&amp;#039;&amp;#039;  The paper that you will want to use is [http://www.nature.com/ng/journal/v35/n1/full/ng1227.html this one].  I found it by looking at the introduction and references of the Zhang et. al (2011) paper.  For your Week 11 assignment, please remove your annotated bibliography entries for the two papers below and create one for this new paper by Parkhill et al. (2003).  You will use the Parkhill paper for your project.  &amp;#039;&amp;#039;&amp;amp;mdash; [[User:Kdahlquist|Kdahlquist]] ([[User talk:Kdahlquist|talk]]) 09:54, 10 November 2015 (PST)&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
*Parkhill, J., Sebaihia, M., Preston, A., Murphy, L. D., et al. (2003). Comparative analysis of the genome sequences of Bordetella pertussis, Bordetella parapertussis and Bordetella bronchiseptica. Nature genetics, 35(1), 32-40. doi:10.1038/ng1227&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/12910271&lt;br /&gt;
* PubMed Central:  Not available on PubMed Central.&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.nature.com/ng/journal/v35/n1/full/ng1227.html&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.nature.com/ng/journal/v35/n1/pdf/ng1227.pdf&lt;br /&gt;
* Copyright: ©2003 Nature Publishing Group (information found on PDF version of article). This article is not Open Access, but it is freely available 6 months after publication.&lt;br /&gt;
* Publisher: Nature Publishing Group (for-profit).&lt;br /&gt;
* Availability: In print and online.&lt;br /&gt;
* Did LMU pay a fee for this article: Yes, LMU pays a subscription fee for access to the journal &amp;#039;&amp;#039;Nature Genetics&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
== Microarray Paper ==&lt;br /&gt;
&lt;br /&gt;
This paper is suitable for your project.  &amp;#039;&amp;#039;&amp;amp;mdash; [[User:Kdahlquist|Kdahlquist]] ([[User talk:Kdahlquist|talk]]) 10:04, 10 November 2015 (PST)&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Hoo, R., Lam, J.H., Huot, L., Pant, A., Li, R., Hot, D., &amp;amp; Alonso, S. (2014). Evidence for a Role of the Polysaccharide Capsule Transport Proteins in Pertussis Pathogenesis. PLoS ONE, 9(12):e115243. doi: 10.1371/journal.pone.0115243&lt;br /&gt;
* PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/25501560 &lt;br /&gt;
* PubMed Central: http://www.ncbi.nlm.nih.gov/pmc/articles/PMC4264864/&lt;br /&gt;
* Publisher Full Text (HTML): http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0115243&lt;br /&gt;
* Publisher Full Text (PDF): http://www.plosone.org/article/fetchObject.action?uri=info:doi/10.1371/journal.pone.0115243&amp;amp;representation=PDF&lt;br /&gt;
* Copyright: © 2014 Hoo et al. This is an open-access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited (info found [http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0115243 here]).&lt;br /&gt;
* Publisher: PLOS ONE (respected open access organization).&lt;br /&gt;
* Availability: Online only.&lt;br /&gt;
* Did LMU pay a fee for this article: No.&lt;br /&gt;
* Web site where the data resides: [http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE62088 NCBI GEO data]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--#2&lt;br /&gt;
*Brickman, T. J., Cummings, C. A., Liew, S.-Y., Relman, D. A., &amp;amp; Armstrong, S. K. (2011). Transcriptional Profiling of the Iron Starvation Response in Bordetella pertussis Provides New Insights into Siderophore Utilization and Virulence Gene Expression . Journal of Bacteriology, 193(18), 4798–4812. http://doi.org/10.1128/JB.05136-11&lt;br /&gt;
* ArrayExpress Abstract: https://www.ebi.ac.uk/arrayexpress/experiments/E-MEXP-3263/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC532028/&lt;br /&gt;
*PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/?term=Transcriptional+Profiling+of+the+Iron+Starvation+Response+in+Bordetella+pertussis+Provides+New+Insights+into+Siderophore+Utilization+and+Virulence+Gene+Expression&lt;br /&gt;
* Publisher Full Text (HTML): http://jb.asm.org/content/193/18/4798.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/193/18/4798.full.pdf+html &lt;br /&gt;
* Copyright:  2011 by the American Society for Microbiology &lt;br /&gt;
* Publisher:  Journal of Bacteriology &lt;br /&gt;
* Availability:  in print and online&lt;br /&gt;
* Did LMU pay a fee for this article: yes&lt;br /&gt;
*Link to where the microarray data resides: https://www.ebi.ac.uk/arrayexpress/experiments/E-MEXP-3263/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
&lt;br /&gt;
#3&lt;br /&gt;
King, A. J., van der Lee, S., Mohangoo, A., van Gent, M., van der Ark, A., &amp;amp; van de Waterbeemd, B. (2013). Genome-Wide Gene Expression Analysis of Bordetella pertussis Isolates Associated with a Resurgence in Pertussis: Elucidation of Factors Involved in the Increased Fitness of Epidemic Strains. PLoS ONE, 8(6): e66150. doi: 10.1371/journal.pone.0066150&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/23776625&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3679012/&lt;br /&gt;
* Publisher Full Text (HTML):  http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0066150&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.plosone.org/article/fetchObject.action?uri=info:doi/10.1371/journal.pone.0066150&amp;amp;representation=PDF&lt;br /&gt;
* Copyright: © 2013 King et al. This is an open-access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited. (info found [http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0066150 here])&lt;br /&gt;
* Publisher: PLOS ONE (respected open access organization)&lt;br /&gt;
* Availability: online only&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
* Web site where the data resides: [http://www.ebi.ac.uk/arrayexpress/experiments/E-MTAB-1594/samples/?keywords=Bordetella+pertussis&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&amp;amp;s_page=1&amp;amp;s_pagesize=100 EBI ArrayExpress Data]&lt;br /&gt;
&lt;br /&gt;
#4 (note, all of the papers from this point on involve additional species other than Bordetella pertussis)&lt;br /&gt;
&lt;br /&gt;
* Cummings, C. A., Bootsma, H. J., Relman, D. A., &amp;amp; Miller, J. F. (2006). Species-and strain-specific control of a complex, flexible regulon by Bordetella BvgAS. Journal of bacteriology, 188(5), 1775-1785.&lt;br /&gt;
* ArrayExpress Abstract: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-29/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1426559/&lt;br /&gt;
*PubMed Abstract:http://www.ncbi.nlm.nih.gov/pubmed/?term=Species-+and+Strain-Specific+Control+of+a+Complex%2C+Flexible+Regulon+by+Bordetella+BvgAS&lt;br /&gt;
* Publisher Full Text (HTML): http://jb.asm.org/content/188/5/1775.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/188/5/1775.full.pdf+html&lt;br /&gt;
* Copyright:  2006 by the American Society for Microbiology &lt;br /&gt;
* Publisher:  Journal of Bacteriology &lt;br /&gt;
* Availability:  in print and online&lt;br /&gt;
* Did LMU pay a fee for this article: yes&lt;br /&gt;
*Link to where the microarray data resides: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-29/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
&lt;br /&gt;
#5&lt;br /&gt;
&lt;br /&gt;
* Brinig, M., Register, K., Ackermann, M., &amp;amp; Relman, D. (2006). Genomic features of Bordetella parapertussis clades with distinct host species specificity. Genome Biology, 7(9). doi:doi:10.1186/gb-2006-7-9-r81&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/16956413?dopt=Abstract&amp;amp;holding=f1000,f1000m,isrctn&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1794550/&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.genomebiology.com/2006/7/9/R81&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.genomebiology.com/content/pdf/gb-2006-7-9-r81.pdf&lt;br /&gt;
* Copyright: Brinig et al.; licensee BioMed Central Ltd. (information found on the article); open access&lt;br /&gt;
* Publisher:  BioMed Central Ltd (for-profit publisher)&lt;br /&gt;
* Availability:  online&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
# What experiment was performed?  What was the &amp;quot;treatment&amp;quot; and what was the &amp;quot;control&amp;quot; in the experiment?&lt;br /&gt;
# Were replicate experiments of the &amp;quot;treatment&amp;quot; and &amp;quot;control&amp;quot; conditions conducted?  Were these biological or technical replicates?  How many of each?&lt;br /&gt;
* Link to microarray data: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-95/&lt;br /&gt;
&lt;br /&gt;
#6&lt;br /&gt;
&lt;br /&gt;
* Cummings, C., Bootsma, H., Relman, D., &amp;amp; Miller, J. (2006). Species- and Strain-Specific Control of a Complex, Flexible Regulon by Bordetella BvgAS. Journal of Bacteriology, 188(5), 1775-1785. doi:doi: 10.1128/JB.188.5.1775-1785.2006&lt;br /&gt;
* PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/16484188?dopt=Abstract&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1426559/&lt;br /&gt;
* Publisher Full Text (HTML):  http://jb.asm.org/content/188/5/1775.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/188/5/1775.full.pdf&lt;br /&gt;
* Copyright: American Society for Microbiology; open access&lt;br /&gt;
* Publisher:  American Society for Microbiology (professional organization for scientists)&lt;br /&gt;
* Availability:  online and in print&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
# What experiment was performed?  What was the &amp;quot;treatment&amp;quot; and what was the &amp;quot;control&amp;quot; in the experiment?&lt;br /&gt;
# Were replicate experiments of the &amp;quot;treatment&amp;quot; and &amp;quot;control&amp;quot; conditions conducted?  Were these biological or technical replicates?  How many of each?&lt;br /&gt;
* Link to microarray data: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-28/&lt;br /&gt;
&lt;br /&gt;
#7&lt;br /&gt;
&lt;br /&gt;
*King, A. J., van Gorkom, T., Pennings, J. L., van der Heide, H. G., He, Q., Diavatopoulos, D., … Mooi, F. R. (2010). Correction: Comparative genomic profiling of Dutch clinical Bordetella pertussis isolates using DNA microarrays: identification of genes absent from epidemic strains. BMC Genomics, 11, 196. http://doi.org/10.1186/1471-2164-11-196&lt;br /&gt;
* PubMed Abstract:  http://www.biomedcentral.com/1471-2164/9/311#abs&lt;br /&gt;
* PubMed Central: &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/&amp;gt;&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/&lt;br /&gt;
* Publisher Full Text (PDF): &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/pdf/1471-2164-9-311.pdf&amp;gt;&lt;br /&gt;
* Copyright:  © 2008 King et al; licensee BioMed Central Ltd.This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.&lt;br /&gt;
* Publisher: BMC Genomics&lt;br /&gt;
* Availability: online access&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
&lt;br /&gt;
#8&lt;br /&gt;
&lt;br /&gt;
*Nakamura, M. M., Liew, S.-Y., Cummings, C. A., Brinig, M. M., Dieterich, C., &amp;amp; Relman, D. A. (2006). Growth Phase- and Nutrient Limitation-Associated Transcript Abundance Regulation in Bordetella pertussis  . Infection and Immunity, 74(10), 5537–5548. http://doi.org/10.1128/IAI.00781-06&lt;br /&gt;
* PubMed Abstract:  &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1594893/?report=reader#__abstractid499869title&amp;gt;&lt;br /&gt;
* PubMed Central: &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1594893/&amp;gt;&lt;br /&gt;
* Publisher Full Text (HTML): &amp;lt;http://iai.asm.org/content/74/10/5537.full&amp;gt;&lt;br /&gt;
* Publisher Full Text (PDF):  &amp;lt;http://iai.asm.org/content/74/10/5537.full.pdf+html&amp;gt;&lt;br /&gt;
* Copyright: © 2006, American Society for Microbiology&lt;br /&gt;
* Publisher: Infection and Immunity&lt;br /&gt;
* Availability: online access&lt;br /&gt;
* Did LMU pay a fee for this article: no!--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Msaeedi23</name></author>	</entry>

	<entry>
		<id>https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=The_Class_Whoopers&amp;diff=7761</id>
		<title>The Class Whoopers</title>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=The_Class_Whoopers&amp;diff=7761"/>
				<updated>2015-12-14T04:28:48Z</updated>
		
		<summary type="html">&lt;p&gt;Msaeedi23: /* Progress */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Team Information &amp;amp; Links =&lt;br /&gt;
&lt;br /&gt;
{{Template:Class Whoopers}}&lt;br /&gt;
&lt;br /&gt;
=Weekly Updates=&lt;br /&gt;
==Week 15==&lt;br /&gt;
===Goals===&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Assignment due date:&amp;#039;&amp;#039;&amp;#039; Midnight Tuesday, December 15&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Coder:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Quality Assurance:&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;GenMAPP User:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Brandon (Coder and Project Manager):&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Mahrad (Quality Assurance):&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Lena (GenMAPP User):&amp;#039;&amp;#039;&amp;#039; [[File:Errors in genmapp.png]]&lt;br /&gt;
&lt;br /&gt;
===Meetings!===&lt;br /&gt;
*This week, our group used class work sessions to coordinate our work:&lt;br /&gt;
**Tuesday, December 8, 2:40 - 4:00&lt;br /&gt;
**Thursday, December 10, 2:40 - 4:00&lt;br /&gt;
&lt;br /&gt;
==Week 14==&lt;br /&gt;
&lt;br /&gt;
===Goals===&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Assignment due date:&amp;#039;&amp;#039;&amp;#039; Midnight Tuesday, December 8&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Coder:&amp;#039;&amp;#039;&amp;#039; Create the custom species profile for &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039;, run an export using the customized version of GenMAPP Builder, add further customizations to the custom species profile as appear necessary, and run a second export using the further customized version of GenMAPP Builder.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Quality Assurance:&amp;#039;&amp;#039;&amp;#039; Identify gene IDs that are missing in the first custom export, work with the coder to classify these IDs, configure the Tally Engine, and complete a gene database testing report for the second custom export.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;GenMAPP User:&amp;#039;&amp;#039;&amp;#039; Complete the statistical analysis of the data, format the data for import into GenMAPP, and coordinate with the coder/QA to import this data into GenMAPP using the custom gene database.&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Brandon (Coder and Project Manager):&amp;#039;&amp;#039;&amp;#039; This week, I focused on creating and customizing the species profile for &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; in GenMAPP Builder, the details of which can be found in my [[Bklein7 Week 14| Week 14 Journal Entry]]. I documented the first export I conducted using a custom &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; species profile here: [[Gene Database Testing Report- cw20151201]]. I demonstrated that the custom species information implemented in this export worked as intended, but Mahrad and I identified 11 ORF genes that failed to export. I updated the &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; species profile to account for these ORF genes and conducted a new export, detailed here: [[Gene Database Testing Report- cw20151203]]. Mahrad analyzed the exported .gdb file. In addition to this, I kept tabs on my fellow group members to keep us on track to accomplish our long-term project goals in a timely manner.&lt;br /&gt;
** [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 13:39, 7 December 2015 (PST)&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Mahrad (Quality Assurance):&amp;#039;&amp;#039;&amp;#039; This week as Q and A I worked directly with Brandon to do the initial data exports. The work can be summarized here: [[Msaeedi23 week 15| week 15 journal entry]]. Next we meticulously characterized regular expression patterns to detect discrepancies in extracting the data from the original samples. In the following week I will work to do the tally configuration to customize it according to our specific species. Now I will focus on the tally configuration which may take some time and coding assistance from Brandon. Once the Tally Engine has been configured to our specific species, Lena can proceed with with GenMAPP processing. &lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Lena (GenMAPP User):&amp;#039;&amp;#039;&amp;#039; This week, I made progress on performing the statistical analysis of the data to prepare it for GenMAPP. I was able to post my progress for each of the class working sessions on my [[Lenaolufson Week 14| Week 14 Journal Entry]] as I updated the excel data sheets after each session. Dr. Dahlquist helped me figure out a problem with the original raw data that was causing the values to be very skewed. I then sent her my updated data sheet and she was able to use a program to separate the duplicates of the chips. After she sent me back the data with the sorted values, I performed the statistical analysis on the data, the most updated version of the file can be found on my Week 14 journal entry linked previously. &lt;br /&gt;
[[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 19:54, 7 December 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
===Meetings!===&lt;br /&gt;
*This week, our group used class work sessions to coordinate our work:&lt;br /&gt;
**Tuesday, December 1, 2:40 - 4:00&lt;br /&gt;
**Thursday, December 3, 2:40 - 4:00&lt;br /&gt;
** Monday, December 7, 10:30 - 12 am&lt;br /&gt;
&lt;br /&gt;
==Week 12==&lt;br /&gt;
===Goals===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Assignment due date:&amp;#039;&amp;#039;&amp;#039; Midnight Tuesday, November 24&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Coder:&amp;#039;&amp;#039;&amp;#039; Set up a GitHub repository clone of the XMLPipeDB project on your development device, the development rig, and the initial as-is build for gmbuilder. Complete an import-export cycle in association with QA.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Quality Assurance:&amp;#039;&amp;#039;&amp;#039; Complete an import-export cycle for the 1st &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene database. Complete a Gene Database Testing Report for this export.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;GenMAPP Users:&amp;#039;&amp;#039;&amp;#039; Create a Master Raw Data file that contains the IDs and columns of data required for further analysis. Consult with Dr. Dahlquist on how to process the data (normalization, statistics).&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Brandon (Quality Assurance and Interim Coder):&amp;#039;&amp;#039;&amp;#039; This week, I focused on completing an import-export cycle for our first &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene database- [[File:Bpertussis-std cw20151119.zip]]. With my QA hat, I imported the appropriate data, exported the gene database, and discussed the gene database creation &amp;amp; counting protocol here- [[Gene Database Testing Report- cw20151119]]. With my Coder hat, I followed the instructions on the [[Coder| Coder Guild Page]] to setup a GitHub repository clone of the XMLPipdeDB project on my personal laptop, the Eclipse developer rig, and the initial as-is build for gmbuilder. The electronic lab notebook for my QA and Coder work is present on my [[Bklein7 Week 12| Week 12 Page]]. Finally, I wrote a PowerPoint presentation on our genome sequencing paper, which is linked to on my [[Bklein7 Week 12| Week 12 Page]] as well. &lt;br /&gt;
**[[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 18:48, 23 November 2015 (PST)&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Lena (GenMAPP):&amp;#039;&amp;#039;&amp;#039; I worked on downloading the correct data sample files from the provided files on the microarray paper page. The files were unzipped and prepared to be imported into excel. In excel, the data was manipulated to form a spreadsheet that had all of the gene IDs from the different samples with their appropriate columns to be analyzed. The corrections and further manipulations of the data are to be continued to be done in the coming week in order to create the desired dataset to be exported from excel. [[File:Bpertussis CompiledRawData MS2015.xlsx]]&lt;br /&gt;
**[[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 17:33, 23 November 2015 (PST)&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Mahrad (GenMAPP--&amp;gt; Quality Assurance)&amp;#039;&amp;#039;&amp;#039;: Downloaded the six data sample files provided  by the microarray paper. Files were unzipped, imported into excel, and manipulated to form a single spreadsheet containing all gene IDs from the different samples. Each sample was placed in its respective column to be further analyzed and manipulated in the upcoming week. Following this, I assumed the position of quality assurance to accommodate the absence of Nicole.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Nicole&amp;#039;&amp;#039;&amp;#039; was absent this week. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 18:52, 23 November 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Meetings! ===&lt;br /&gt;
* Monday, November 23: Seaver 120- Brandon and Lena met to work on the GenMAPP testing of the gene IDs from our database.&lt;br /&gt;
&lt;br /&gt;
==Week 11==&lt;br /&gt;
===Goals===&lt;br /&gt;
* For all:&lt;br /&gt;
** Outline your assigned paper on your user page and include a list of 10 defined terms from the paper.&lt;br /&gt;
*Nicole &amp;amp; Brandon&lt;br /&gt;
**Prepare Journal Club presentation on the designated genome sequencing article&lt;br /&gt;
**Slides Due: by midnight, Tuesday, November 17&lt;br /&gt;
**Presentation Date: Tuesday, November 24&lt;br /&gt;
*Lena &amp;amp; Mahrad&lt;br /&gt;
**Prepare Journal Club presentation on the designated microarray paper&lt;br /&gt;
**Slides Due: by midnight, Tuesday, November 17&lt;br /&gt;
**Presentation Date: Tuesday, November 17&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*Nicole Anguiano (Coder): Nicole was absent this week for a medical emergency and is (hopefully) getting some much deserved rest. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 23:14, 16 November 2015 (PST)&lt;br /&gt;
*Brandon Klein (QA): This week I made several edits to the [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/The_Class_Whoopers Class Whoopers Team Page] in accordance with the [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/Week_11 Week 11 assignment]. These edits included the following: revising the Class Whoopers template, reorganizing the Team Page structure, commenting out unneeded articles in the annotated bibliography, creating the new bibliography entry as requested by Dr. Dahlquist, and writing the naming conventions for our files. Additionally, I outlined our genome sequencing paper for &amp;quot;Bordetella pertussis&amp;quot; and assessed the [http://www.genedb.org/Homepage/Bpertussis GeneDB MOD] on my [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/Bklein7_Week_11#Identifying_the_Bordetella_Pertussis_MOD Week 11 Individual Journal Entry]. A preliminary draft of the genome sequencing paper that I will likely be presenting solo was uploaded there. Finally, I kept tabs on group members as the interim Project Manager. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 23:14, 16 November 2015 (PST)&lt;br /&gt;
*Lena Olufson (GennMAPP): This week Mahrad and I met up and analyzed the microarray paper together. We split up the powerpoint into two halves; I did the introduction/significance of the study as well as the methods performed. Mahrad and I created our presentation together and worked through a google doc to edit it simultaneously as we discussed out loud. We also created a flow chart together that demonstrated the experimental design, thus we have the same ones included in our individual assignments. We made sure to check in with the temporary project manager and keep him updated on our progress. [[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 23:24, 16 November 2015 (PST) &lt;br /&gt;
*Mahrad Saeedi (GennMAPP): This week Lena and I worked on analyzing the microarray paper and creating an outline. We each defined 10 terms separately based upon words we didn&amp;#039;t recognize in the article. We then proceeded to producing the powerpoint presentation for journal club. &lt;br /&gt;
[[User:Msaeedi23|Msaeedi23]] ([[User talk:Msaeedi23|talk]]) 23:46, 16 November 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Meetings! ===&lt;br /&gt;
*11/15- Lena &amp;amp; Mahrad met to work on outlining article and answering questions&lt;br /&gt;
*11/16- Lena &amp;amp; Mahrad met to prepare powerpoint presentation for journal club&lt;br /&gt;
&lt;br /&gt;
==Week 10==&lt;br /&gt;
===Goals===&lt;br /&gt;
* For all:&lt;br /&gt;
** Create an annotated bibliography including one genome sequencing paper and two microarray experiments for Bordetella pertussis&lt;br /&gt;
** Create/update team page &amp;amp; compile group annotated bibliography&lt;br /&gt;
** Assignment due date: Midnight Tuesday, November 10&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*All group members created annotated bibliographies and compiled them on the newly created group page.&lt;br /&gt;
&lt;br /&gt;
=== Meetings! ===&lt;br /&gt;
* Monday, November 9, 8pm-9pm, Seaver 120&lt;br /&gt;
&lt;br /&gt;
= Deliverables =&lt;br /&gt;
Download links to the deliverables for this project can be found here: [[Bordetella Pertussis GenMAPP Analysis Deliverables]]&lt;br /&gt;
&lt;br /&gt;
==File Naming Protocol==&lt;br /&gt;
All file types generated in this project will receive their own unique names composed of two key parts:&lt;br /&gt;
#Description&lt;br /&gt;
#*This will contain a brief, file-specific description of what content the file contains.&lt;br /&gt;
#*Descriptions for different versions of the same file will remain consistent.&lt;br /&gt;
#Identifier Tag&lt;br /&gt;
#*This tag will be listed as a suffix in the following form: &amp;quot;_cwYYYYMMDD&amp;quot;&lt;br /&gt;
#**cw- team name abbreviation&lt;br /&gt;
#**YYYYMMDD- date the file was created in the form year/month/day&lt;br /&gt;
&lt;br /&gt;
Additionally, the following file naming best practices will be observed when creating descriptions for new files:&lt;br /&gt;
*Our species will be referred to consistently as &amp;quot;bpertussis&amp;quot;.&lt;br /&gt;
*Files including microarray data taken from the paper by Hoo et al. (2014) will begin with &amp;quot;hoo&amp;quot;.&lt;br /&gt;
*Spaces will be written as underscores.&lt;br /&gt;
*No capitalization will be used.&lt;br /&gt;
*No special characters will be used.&lt;br /&gt;
*If sequential numbering systems are used, leading zeros will be included for clarity.&lt;br /&gt;
&lt;br /&gt;
Sample .xls file name: hoo_analyzed_data_cw20151122.xls&lt;br /&gt;
&lt;br /&gt;
==File Names==&lt;br /&gt;
*GenMAPP Gene Database for assigned species (.gdb): &amp;#039;&amp;#039;&amp;#039;bpertussis-std_cwYYYYMMDD.gdb&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*ReadMe file to accompany the Gene Database (.pdf): &amp;#039;&amp;#039;&amp;#039;readme_bpertussis-std_external_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Include Gene Database Schema diagram in ReadMe: &amp;#039;&amp;#039;&amp;#039;bpertussis_schema_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Gene Database Testing Report for final submitted Gene Database (print from wiki to .pdf file): &amp;#039;&amp;#039;&amp;#039;bpertussis_gdb_report_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Processed and analyzed DNA microarray dataset (.xls): &amp;#039;&amp;#039;&amp;#039;hoo_analyzed_data_cwYYYYMMDD.xls&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*GenMAPP Expression Dataset file (.gex): &amp;#039;&amp;#039;&amp;#039;hoo_expression_dataset_cwYYYYMMDD.gex&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Filtered MAPPFinder Results (.xls): &amp;#039;&amp;#039;&amp;#039;hoo_mappfinder_results_cwYYYYMMDD.xls&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Sample MAPP file of a relevant biological pathway for your species (.mapp): &amp;#039;&amp;#039;&amp;#039;hoo_sample_mapp_cwYYYYMMDD.mapp&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Group Report describing the creation of the Gene Database and the biological analysis of the data (.doc or .pdf): &amp;#039;&amp;#039;&amp;#039;bpertussis_analysis_methods_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*PowerPoint presentation (.ppt, given on Tuesday, December 15): &amp;#039;&amp;#039;&amp;#039;bpertussis_analysis_presentation_cwYYYYMMDD.ppt&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
==Microarray Journal Club Presentation==&lt;br /&gt;
*[[File: Microarray_Journal_Club_Presentation.pdf]]&lt;br /&gt;
&lt;br /&gt;
= Annotated Bibliography =&lt;br /&gt;
== Genome Sequencing Paper ==&lt;br /&gt;
&lt;br /&gt;
Neither of these papers is the &amp;#039;&amp;#039;first&amp;#039;&amp;#039; to report the genome sequence of &amp;#039;&amp;#039;B. pertussis.&amp;#039;&amp;#039;  The paper that you will want to use is [http://www.nature.com/ng/journal/v35/n1/full/ng1227.html this one].  I found it by looking at the introduction and references of the Zhang et. al (2011) paper.  For your Week 11 assignment, please remove your annotated bibliography entries for the two papers below and create one for this new paper by Parkhill et al. (2003).  You will use the Parkhill paper for your project.  &amp;#039;&amp;#039;&amp;amp;mdash; [[User:Kdahlquist|Kdahlquist]] ([[User talk:Kdahlquist|talk]]) 09:54, 10 November 2015 (PST)&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
*Parkhill, J., Sebaihia, M., Preston, A., Murphy, L. D., et al. (2003). Comparative analysis of the genome sequences of Bordetella pertussis, Bordetella parapertussis and Bordetella bronchiseptica. Nature genetics, 35(1), 32-40. doi:10.1038/ng1227&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/12910271&lt;br /&gt;
* PubMed Central:  Not available on PubMed Central.&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.nature.com/ng/journal/v35/n1/full/ng1227.html&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.nature.com/ng/journal/v35/n1/pdf/ng1227.pdf&lt;br /&gt;
* Copyright: ©2003 Nature Publishing Group (information found on PDF version of article). This article is not Open Access, but it is freely available 6 months after publication.&lt;br /&gt;
* Publisher: Nature Publishing Group (for-profit).&lt;br /&gt;
* Availability: In print and online.&lt;br /&gt;
* Did LMU pay a fee for this article: Yes, LMU pays a subscription fee for access to the journal &amp;#039;&amp;#039;Nature Genetics&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
== Microarray Paper ==&lt;br /&gt;
&lt;br /&gt;
This paper is suitable for your project.  &amp;#039;&amp;#039;&amp;amp;mdash; [[User:Kdahlquist|Kdahlquist]] ([[User talk:Kdahlquist|talk]]) 10:04, 10 November 2015 (PST)&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Hoo, R., Lam, J.H., Huot, L., Pant, A., Li, R., Hot, D., &amp;amp; Alonso, S. (2014). Evidence for a Role of the Polysaccharide Capsule Transport Proteins in Pertussis Pathogenesis. PLoS ONE, 9(12):e115243. doi: 10.1371/journal.pone.0115243&lt;br /&gt;
* PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/25501560 &lt;br /&gt;
* PubMed Central: http://www.ncbi.nlm.nih.gov/pmc/articles/PMC4264864/&lt;br /&gt;
* Publisher Full Text (HTML): http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0115243&lt;br /&gt;
* Publisher Full Text (PDF): http://www.plosone.org/article/fetchObject.action?uri=info:doi/10.1371/journal.pone.0115243&amp;amp;representation=PDF&lt;br /&gt;
* Copyright: © 2014 Hoo et al. This is an open-access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited (info found [http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0115243 here]).&lt;br /&gt;
* Publisher: PLOS ONE (respected open access organization).&lt;br /&gt;
* Availability: Online only.&lt;br /&gt;
* Did LMU pay a fee for this article: No.&lt;br /&gt;
* Web site where the data resides: [http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE62088 NCBI GEO data]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--#2&lt;br /&gt;
*Brickman, T. J., Cummings, C. A., Liew, S.-Y., Relman, D. A., &amp;amp; Armstrong, S. K. (2011). Transcriptional Profiling of the Iron Starvation Response in Bordetella pertussis Provides New Insights into Siderophore Utilization and Virulence Gene Expression . Journal of Bacteriology, 193(18), 4798–4812. http://doi.org/10.1128/JB.05136-11&lt;br /&gt;
* ArrayExpress Abstract: https://www.ebi.ac.uk/arrayexpress/experiments/E-MEXP-3263/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC532028/&lt;br /&gt;
*PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/?term=Transcriptional+Profiling+of+the+Iron+Starvation+Response+in+Bordetella+pertussis+Provides+New+Insights+into+Siderophore+Utilization+and+Virulence+Gene+Expression&lt;br /&gt;
* Publisher Full Text (HTML): http://jb.asm.org/content/193/18/4798.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/193/18/4798.full.pdf+html &lt;br /&gt;
* Copyright:  2011 by the American Society for Microbiology &lt;br /&gt;
* Publisher:  Journal of Bacteriology &lt;br /&gt;
* Availability:  in print and online&lt;br /&gt;
* Did LMU pay a fee for this article: yes&lt;br /&gt;
*Link to where the microarray data resides: https://www.ebi.ac.uk/arrayexpress/experiments/E-MEXP-3263/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
&lt;br /&gt;
#3&lt;br /&gt;
King, A. J., van der Lee, S., Mohangoo, A., van Gent, M., van der Ark, A., &amp;amp; van de Waterbeemd, B. (2013). Genome-Wide Gene Expression Analysis of Bordetella pertussis Isolates Associated with a Resurgence in Pertussis: Elucidation of Factors Involved in the Increased Fitness of Epidemic Strains. PLoS ONE, 8(6): e66150. doi: 10.1371/journal.pone.0066150&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/23776625&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3679012/&lt;br /&gt;
* Publisher Full Text (HTML):  http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0066150&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.plosone.org/article/fetchObject.action?uri=info:doi/10.1371/journal.pone.0066150&amp;amp;representation=PDF&lt;br /&gt;
* Copyright: © 2013 King et al. This is an open-access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited. (info found [http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0066150 here])&lt;br /&gt;
* Publisher: PLOS ONE (respected open access organization)&lt;br /&gt;
* Availability: online only&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
* Web site where the data resides: [http://www.ebi.ac.uk/arrayexpress/experiments/E-MTAB-1594/samples/?keywords=Bordetella+pertussis&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&amp;amp;s_page=1&amp;amp;s_pagesize=100 EBI ArrayExpress Data]&lt;br /&gt;
&lt;br /&gt;
#4 (note, all of the papers from this point on involve additional species other than Bordetella pertussis)&lt;br /&gt;
&lt;br /&gt;
* Cummings, C. A., Bootsma, H. J., Relman, D. A., &amp;amp; Miller, J. F. (2006). Species-and strain-specific control of a complex, flexible regulon by Bordetella BvgAS. Journal of bacteriology, 188(5), 1775-1785.&lt;br /&gt;
* ArrayExpress Abstract: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-29/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1426559/&lt;br /&gt;
*PubMed Abstract:http://www.ncbi.nlm.nih.gov/pubmed/?term=Species-+and+Strain-Specific+Control+of+a+Complex%2C+Flexible+Regulon+by+Bordetella+BvgAS&lt;br /&gt;
* Publisher Full Text (HTML): http://jb.asm.org/content/188/5/1775.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/188/5/1775.full.pdf+html&lt;br /&gt;
* Copyright:  2006 by the American Society for Microbiology &lt;br /&gt;
* Publisher:  Journal of Bacteriology &lt;br /&gt;
* Availability:  in print and online&lt;br /&gt;
* Did LMU pay a fee for this article: yes&lt;br /&gt;
*Link to where the microarray data resides: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-29/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
&lt;br /&gt;
#5&lt;br /&gt;
&lt;br /&gt;
* Brinig, M., Register, K., Ackermann, M., &amp;amp; Relman, D. (2006). Genomic features of Bordetella parapertussis clades with distinct host species specificity. Genome Biology, 7(9). doi:doi:10.1186/gb-2006-7-9-r81&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/16956413?dopt=Abstract&amp;amp;holding=f1000,f1000m,isrctn&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1794550/&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.genomebiology.com/2006/7/9/R81&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.genomebiology.com/content/pdf/gb-2006-7-9-r81.pdf&lt;br /&gt;
* Copyright: Brinig et al.; licensee BioMed Central Ltd. (information found on the article); open access&lt;br /&gt;
* Publisher:  BioMed Central Ltd (for-profit publisher)&lt;br /&gt;
* Availability:  online&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
# What experiment was performed?  What was the &amp;quot;treatment&amp;quot; and what was the &amp;quot;control&amp;quot; in the experiment?&lt;br /&gt;
# Were replicate experiments of the &amp;quot;treatment&amp;quot; and &amp;quot;control&amp;quot; conditions conducted?  Were these biological or technical replicates?  How many of each?&lt;br /&gt;
* Link to microarray data: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-95/&lt;br /&gt;
&lt;br /&gt;
#6&lt;br /&gt;
&lt;br /&gt;
* Cummings, C., Bootsma, H., Relman, D., &amp;amp; Miller, J. (2006). Species- and Strain-Specific Control of a Complex, Flexible Regulon by Bordetella BvgAS. Journal of Bacteriology, 188(5), 1775-1785. doi:doi: 10.1128/JB.188.5.1775-1785.2006&lt;br /&gt;
* PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/16484188?dopt=Abstract&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1426559/&lt;br /&gt;
* Publisher Full Text (HTML):  http://jb.asm.org/content/188/5/1775.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/188/5/1775.full.pdf&lt;br /&gt;
* Copyright: American Society for Microbiology; open access&lt;br /&gt;
* Publisher:  American Society for Microbiology (professional organization for scientists)&lt;br /&gt;
* Availability:  online and in print&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
# What experiment was performed?  What was the &amp;quot;treatment&amp;quot; and what was the &amp;quot;control&amp;quot; in the experiment?&lt;br /&gt;
# Were replicate experiments of the &amp;quot;treatment&amp;quot; and &amp;quot;control&amp;quot; conditions conducted?  Were these biological or technical replicates?  How many of each?&lt;br /&gt;
* Link to microarray data: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-28/&lt;br /&gt;
&lt;br /&gt;
#7&lt;br /&gt;
&lt;br /&gt;
*King, A. J., van Gorkom, T., Pennings, J. L., van der Heide, H. G., He, Q., Diavatopoulos, D., … Mooi, F. R. (2010). Correction: Comparative genomic profiling of Dutch clinical Bordetella pertussis isolates using DNA microarrays: identification of genes absent from epidemic strains. BMC Genomics, 11, 196. http://doi.org/10.1186/1471-2164-11-196&lt;br /&gt;
* PubMed Abstract:  http://www.biomedcentral.com/1471-2164/9/311#abs&lt;br /&gt;
* PubMed Central: &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/&amp;gt;&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/&lt;br /&gt;
* Publisher Full Text (PDF): &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/pdf/1471-2164-9-311.pdf&amp;gt;&lt;br /&gt;
* Copyright:  © 2008 King et al; licensee BioMed Central Ltd.This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.&lt;br /&gt;
* Publisher: BMC Genomics&lt;br /&gt;
* Availability: online access&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
&lt;br /&gt;
#8&lt;br /&gt;
&lt;br /&gt;
*Nakamura, M. M., Liew, S.-Y., Cummings, C. A., Brinig, M. M., Dieterich, C., &amp;amp; Relman, D. A. (2006). Growth Phase- and Nutrient Limitation-Associated Transcript Abundance Regulation in Bordetella pertussis  . Infection and Immunity, 74(10), 5537–5548. http://doi.org/10.1128/IAI.00781-06&lt;br /&gt;
* PubMed Abstract:  &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1594893/?report=reader#__abstractid499869title&amp;gt;&lt;br /&gt;
* PubMed Central: &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1594893/&amp;gt;&lt;br /&gt;
* Publisher Full Text (HTML): &amp;lt;http://iai.asm.org/content/74/10/5537.full&amp;gt;&lt;br /&gt;
* Publisher Full Text (PDF):  &amp;lt;http://iai.asm.org/content/74/10/5537.full.pdf+html&amp;gt;&lt;br /&gt;
* Copyright: © 2006, American Society for Microbiology&lt;br /&gt;
* Publisher: Infection and Immunity&lt;br /&gt;
* Availability: online access&lt;br /&gt;
* Did LMU pay a fee for this article: no!--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Msaeedi23</name></author>	</entry>

	<entry>
		<id>https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=Msaeedi23_Week_15&amp;diff=7760</id>
		<title>Msaeedi23 Week 15</title>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=Msaeedi23_Week_15&amp;diff=7760"/>
				<updated>2015-12-14T04:26:34Z</updated>
		
		<summary type="html">&lt;p&gt;Msaeedi23: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==12/8/15==&lt;/div&gt;</summary>
		<author><name>Msaeedi23</name></author>	</entry>

	<entry>
		<id>https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=Msaeedi23_Week_15&amp;diff=7759</id>
		<title>Msaeedi23 Week 15</title>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=Msaeedi23_Week_15&amp;diff=7759"/>
				<updated>2015-12-14T04:26:23Z</updated>
		
		<summary type="html">&lt;p&gt;Msaeedi23: Created page with &amp;quot;12/8/15&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;12/8/15&lt;/div&gt;</summary>
		<author><name>Msaeedi23</name></author>	</entry>

	<entry>
		<id>https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=Msaeedi23_Week_14&amp;diff=7614</id>
		<title>Msaeedi23 Week 14</title>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=Msaeedi23_Week_14&amp;diff=7614"/>
				<updated>2015-12-10T23:49:57Z</updated>
		
		<summary type="html">&lt;p&gt;Msaeedi23: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Link to completed gene database testing report for most recent created database 1203: [[Gene Database Testing Report- cw20151203]]&lt;br /&gt;
&lt;br /&gt;
==Bordetella Pertussis Species Profile Customization==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===ID inconsistencies===&lt;br /&gt;
To assess the need for further customization of the &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; species profile, I worked directly with our coder [[User:Bklein7|Brandon]] to compare the gene IDs present in the cw20151201 .gdb file ([[File:Bpertussis-std cw20151201.zip]]) and the original .xml file ([[File:Uniprot-proteome-UP000002676 cw20151201.zip]]). This was done by copying the &amp;quot;OrderedLocusNames&amp;quot; table from the .gdb file into a new Excel document alongside the list of &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene IDs in the original .xml file that was generated using xmlpipedb match. Further details can be found in [[Msaeedi23 Week 14| Mahrad&amp;#039;s Week 14 Journal Entry]]. Overall, we found 4 discrepant IDs.&lt;br /&gt;
Together we went through and processed each individual gene which had an apparent discrepancy from the original dataset to the exported one. &lt;br /&gt;
&lt;br /&gt;
#&amp;#039;&amp;#039;&amp;#039;BP3167.1&amp;#039;&amp;#039;&amp;#039;- existed in the .gdb file but not in the the xmlpipedb match result&lt;br /&gt;
#*Additionally, we found that the expected variant of this ID, BP3167, existed in the xmlpipedb match result but not in the .gdb file.&lt;br /&gt;
#*We hypothesized that the ID existed as BP3167.1 in the original .xml file but was retrieved incompletely in the xmlpipedb match result due to the use of an imprecise regex (BP####). &lt;br /&gt;
#**To test this hypothesis, we conducted a new xmlpipedb match query using the updated regex BP####.1:&lt;br /&gt;
#**[[File: Bp3167issue_cw20151119.png]]&lt;br /&gt;
#***This test confirmed our hypothesis, demonstrating that BP3167.1 is the complete gene ID. Additionally, no other gene IDs in the .xml file exhibited this pattern.&lt;br /&gt;
#&amp;#039;&amp;#039;&amp;#039;BP0101&amp;#039;&amp;#039;&amp;#039;- did not get exported into the .gdb file&lt;br /&gt;
#*To investigate why this gene was not exported, we looked up this ID in the original .xml file.&lt;br /&gt;
#**We found that the gene ID was actually listed as both BP0101A and BP0101B, which was not retrieved in the xmlpipedb match result due to the use of an imprecise regex (BP####).&lt;br /&gt;
#**The gene IDs BP0101A and BP0101B were both listed as open reading frame (ORF) genes in the .xml file as opposed to ordered locus names. This presented a new category of gene IDs that the custom &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; species profile was not designed to export.&lt;br /&gt;
#*ORF investigation&lt;br /&gt;
#**To see if there were other ORF genes with the pattern BP####A or BP####B, we ran a query to retrieve such IDs from the original PostgreSQL database: &amp;#039;&amp;#039;bpertussis_cw20151119_gmb3build5&amp;#039;&amp;#039;.&lt;br /&gt;
#***[[File: ORFissue_cw20151119.png]]&lt;br /&gt;
#****This query retrieved a list of 11 ORF genes. Seven of these genes exhibited numerical sequences (####) that were cross-listed as ordered locus names, whereas four of the genes exhibited unique numerical sequences that were only listed as ORF genes. Therefore, only four of the ORF IDs should been discrepant during our comparative analysis between .gdb and .xml IDs. Of these four, two were BP0101A and BP0101B.&lt;br /&gt;
#**To evaluate the total number of genes that should be exported into the .gdb file, including both genes listed under the ordered locus names and ORF tables, we queried the original PostgreSQL database once more:&lt;br /&gt;
#***[[File: Oln-orfcounts_cw20151119.png]]&lt;br /&gt;
#****This demonstrates that 3446 unique genes exist in the original .xml file, all of which need to be exported into our .gdb file. The number 3446 comes from 3435 ordered locus names listings and 11 ORF listings.&lt;br /&gt;
#&amp;#039;&amp;#039;&amp;#039;BP0970&amp;#039;&amp;#039;&amp;#039;- did not get exported into the .gdb file&lt;br /&gt;
#*This was the third ORF gene with a unique numerical sequence. The gene was listed as BP0970A in the original .xml file.&lt;br /&gt;
#&amp;#039;&amp;#039;&amp;#039;BP0684&amp;#039;&amp;#039;&amp;#039;- did not get exported into the .gdb file&lt;br /&gt;
#*This was the third ORF gene with a unique numerical sequence. The gene was listed as BP0684A in the original .xml file.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Conclusion:&amp;#039;&amp;#039;&amp;#039; The custom &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; species profile in GenMAPP Builder needs to be customized to export the 11 ORF genes. The gene BP3167.1 was already being exported and, therefore, does not warrant coding changes. Instead, this unique pattern should be incorporated into the regex used to count &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene IDs when running future gene database testing reports.&lt;br /&gt;
&lt;br /&gt;
===Changes to the Code===&lt;br /&gt;
To make changes to the GenMAPP Builder code, Brandon opened the &amp;#039;&amp;#039;gmbuilder&amp;#039;&amp;#039; project within the &amp;#039;&amp;#039;Java perspective&amp;#039;&amp;#039; using the program &amp;#039;&amp;#039;Eclipse&amp;#039;&amp;#039;. The details regarding the developer rig, used can be found on Brandon&amp;#039;s page. [[Bklein7 Week 12| Week 12 Assignment Page]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{template: msaeedi23}}&lt;/div&gt;</summary>
		<author><name>Msaeedi23</name></author>	</entry>

	<entry>
		<id>https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=Msaeedi23_Week_14&amp;diff=7502</id>
		<title>Msaeedi23 Week 14</title>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=Msaeedi23_Week_14&amp;diff=7502"/>
				<updated>2015-12-08T08:30:19Z</updated>
		
		<summary type="html">&lt;p&gt;Msaeedi23: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Link to completed gene database testing report for most recent created database 1203: [[Gene Database Testing Report- cw20151203]]&lt;br /&gt;
&lt;br /&gt;
==Bordetella Pertussis Species Profile Customization==&lt;br /&gt;
&lt;br /&gt;
===ID inconsistencies===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{template: msaeedi23}}&lt;/div&gt;</summary>
		<author><name>Msaeedi23</name></author>	</entry>

	<entry>
		<id>https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=Gene_Database_Testing_Report-_cw20151203&amp;diff=7501</id>
		<title>Gene Database Testing Report- cw20151203</title>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=Gene_Database_Testing_Report-_cw20151203&amp;diff=7501"/>
				<updated>2015-12-08T08:27:15Z</updated>
		
		<summary type="html">&lt;p&gt;Msaeedi23: /* OriginalRowCounts Comparison */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Files Asked for in the Gene Database Testing Report==&lt;br /&gt;
For convenience, all of the files explicitly asked for in the sections below were compressed together in this file: [[]]&lt;br /&gt;
&lt;br /&gt;
==Pre-requisites==&lt;br /&gt;
The following set of software was used in the creation and testing of the &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene database:&lt;br /&gt;
&lt;br /&gt;
# [http://www.7-zip.org/ 7-zip]tool that for unpacking .gz and .zip files&lt;br /&gt;
# [http://www.postgresql.org PostgreSQL] on Windows (version 9.4.x)&lt;br /&gt;
# [https://sourceforge.net/projects/xmlpipedb/files/ GenMAPP Builder]&lt;br /&gt;
# Java JDK 1.8 64-bit&lt;br /&gt;
# [https://github.com/GenMAPPCS/genmapp GenMAPP 2]&lt;br /&gt;
# [https://sourceforge.net/projects/xmlpipedb/files/ XMLPipeDB match utility] for counting IDs in XML files&lt;br /&gt;
# Microsoft Access for reading .mdb files&lt;br /&gt;
&lt;br /&gt;
==Gene Database Creation==&lt;br /&gt;
===Downloading Data Source Files and GenMAPP Builder===&lt;br /&gt;
&lt;br /&gt;
*I download the UniProt XML, GOA, and GO OBO-XML files for &amp;#039;&amp;#039;Bordetella Pertussis&amp;#039;&amp;#039; along with the GenMAPP Builder program.&lt;br /&gt;
**All files were saved to the folder &amp;#039;&amp;#039;Bklein7_CW\bpertussis_cw20151203&amp;#039;&amp;#039; on my computer&amp;#039;s ThawSpace.&lt;br /&gt;
**Files that required extraction were unzipped using [http://www.7-zip.org/ 7-zip].&lt;br /&gt;
**Data files that remained in a folder after unzipping were removed from their folders to facilitate organization and command line processing.&lt;br /&gt;
&lt;br /&gt;
====UniProt XML====&lt;br /&gt;
&lt;br /&gt;
* I went to the [http://www.uniprot.org/taxonomy/complete-proteomes UniProt Complete Proteomes] page.&lt;br /&gt;
**From there, I navigated to the complete proteome download page for [http://www.uniprot.org/proteomes/UP000002676 Bordetella pertussis (strain Tohama I / ATCC BAA-589 / NCTC 13251)].&lt;br /&gt;
** I clicked on the &amp;quot;Download&amp;quot; button at the top of the page above and selected the following options:&lt;br /&gt;
***&amp;quot;Download all&amp;quot;&lt;br /&gt;
***&amp;quot;XML&amp;quot; from the &amp;quot;Format&amp;quot; drop-down menu&lt;br /&gt;
***&amp;quot;Compressed&amp;quot; format&lt;br /&gt;
**I extracted the file using [http://www.7-zip.org/ 7-zip].&lt;br /&gt;
&lt;br /&gt;
====GOA====&lt;br /&gt;
&lt;br /&gt;
* UniProt-GOA files can be downloaded from the [http://ftp.ebi.ac.uk/pub/databases/GO/goa/ UniProt-GOA ftp site].&lt;br /&gt;
*Within the above site, I navigated to the [http://ftp.ebi.ac.uk/pub/databases/GO/goa/proteomes/145.B_pertussis_ATCC_BAA-589.goa for &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; strain Tohama I].&lt;br /&gt;
**This text file was automatically opened by my browser. Therefore, I had to manually download the file.&lt;br /&gt;
&lt;br /&gt;
====GO OBO-XML====&lt;br /&gt;
&lt;br /&gt;
* I downloaded the GO OBO-XML formatted file from the [http://geneontology.org/page/download-ontology#Legacy_Downloads Gene Ontology legacy download page].&lt;br /&gt;
*I extracted the file using [http://www.7-zip.org/ 7-zip].&lt;br /&gt;
&lt;br /&gt;
====Downloaded GenMAPP Builder====&lt;br /&gt;
&lt;br /&gt;
# I downloaded the custom version of GenMAPP Builder including the &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; custom class expanded to include ORF listings in exports (Version 3.0.0 Build 5 - cw20151203): [[File:Dist cw20151203.zip]].&lt;br /&gt;
# I extracted the GenMAPP Builder folder using [http://www.7-zip.org/ 7-zip].&lt;br /&gt;
&lt;br /&gt;
===Creating the New Database in PostgreSQL===&lt;br /&gt;
&lt;br /&gt;
* I launched &amp;#039;&amp;#039;pgAdmin III&amp;#039;&amp;#039; and connected to the PostgreSQL 9.4 server (localhost:5432).&lt;br /&gt;
** On this server, I created a new database: &amp;#039;&amp;#039;bpertussis_cw20151201_gmb3build5&amp;#039;&amp;#039;.&lt;br /&gt;
** I opened the SQL Editor tab to use an XMLPipeDB query to create the tables in the database.&lt;br /&gt;
*** I clicked on the Open File icon and selected the file &amp;#039;&amp;#039;gmbuilder.sql&amp;#039;&amp;#039;. This imported a series of SQL commands into the editor tab.&lt;br /&gt;
*** I clicked on the Execute Query icon to run this command.&lt;br /&gt;
***In viewing the schema for this database, I confirmed that there were 167 tables after running the above command.&lt;br /&gt;
&lt;br /&gt;
===Configuring GenMAPP Builder to Connect to the PostgreSQL Database===&lt;br /&gt;
&lt;br /&gt;
* To begin, I launched gmbuilder.bat.&lt;br /&gt;
* I selected the &amp;quot;Configure Database&amp;quot; option and entered the following information into the fields below:&lt;br /&gt;
** Host or address: localhost&lt;br /&gt;
** Port number: 5432&lt;br /&gt;
** Database name: bpertussis_cw20151201_gmb3build5&lt;br /&gt;
** Username: postgres&lt;br /&gt;
** Password: Welcome1&lt;br /&gt;
&lt;br /&gt;
===Importing Data into the PostgreSQL Database===&lt;br /&gt;
&lt;br /&gt;
*The downloaded data files for &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; were specified and imported into the database by clicking on the following buttons:&lt;br /&gt;
** Selected File &amp;gt; Import UniProt XML...&lt;br /&gt;
** Selected File &amp;gt; Import GO OBO-XML...&lt;br /&gt;
** Clicked OK to the message asking to process the GO data.&lt;br /&gt;
** Selected File &amp;gt; Import GOA...&lt;br /&gt;
&lt;br /&gt;
===Exporting a GenMAPP Gene Database (.gdb)===&lt;br /&gt;
&lt;br /&gt;
* I selected File &amp;gt; Export to GenMAPP Gene Database... to begin the export process.&lt;br /&gt;
* I typed my name in the owner field (Brandon Klein).&lt;br /&gt;
* I selected &amp;quot;Bordetella pertussis (strain Tohama I/ATCC BAA-589/NCTC 13251), Taxon ID 257313&amp;quot; as the gene database species and then clicked &amp;#039;&amp;#039;Next&amp;#039;&amp;#039;.&lt;br /&gt;
* The database was saved as &amp;#039;&amp;#039;bpertussis-std_cw20151203&amp;#039;&amp;#039;.&lt;br /&gt;
* I checked the boxes for exporting all Molecular Function, Cellular Component, and Biological Process Gene Ontology Terms.&lt;br /&gt;
* Finally, I clicked the &amp;quot;Next&amp;quot; button to begin the export process.&lt;br /&gt;
&lt;br /&gt;
==Gene Database Testing Report==&lt;br /&gt;
===Export Information===&lt;br /&gt;
&lt;br /&gt;
Version of GenMAPP Builder: Version 3.0.0 Build 5 - cw20151203&lt;br /&gt;
&lt;br /&gt;
Computer on which export was run: Seaver 120- Last computer on the right in the row farthest from the front of the room&lt;br /&gt;
&lt;br /&gt;
Postgres Database name: bpertussis_cw20151201_gmb3build5&lt;br /&gt;
&lt;br /&gt;
UniProt XML filename: [[File:Uniprot-proteome-UP000002676 cw20151201.zip]]&lt;br /&gt;
* UniProt XML version (The version information was found at [http://uniprot.org/news the UniProt News Page]): 2015_11&lt;br /&gt;
* UniProt XML download link: [http://www.uniprot.org/proteomes/UP000002676 Bordetella pertussis (strain Tohama I / ATCC BAA-589 / NCTC 13251)]&lt;br /&gt;
* Time taken to import: 2.59 minutes&lt;br /&gt;
** Note: The import time was nearly equivalent to that when creating the previous &amp;quot;Bordetella pertussis&amp;quot; gene database: bpertussis-std_cw20151119.gdb (2.60 minute). No interruptions occurred during this process.&lt;br /&gt;
&lt;br /&gt;
GO OBO-XML filename: [[File:Go daily-termdb cw20151201.zip]]&lt;br /&gt;
* GO OBO-XML version (The version information was found in the file properties): Last Modified- ‎‎December ‎01, ‎2015, ‏‎2:21:31 AM&lt;br /&gt;
* GO OBO-XML download link: [http://geneontology.org/page/download-ontology#Legacy_Downloads Gene Ontology legacy download page]&lt;br /&gt;
* Time taken to import: 7.08 minutes &lt;br /&gt;
* Time taken to process: 4.42 minutes&lt;br /&gt;
** Note: The import and processing times were similar to those for the previous &amp;quot;Bordetella pertussis&amp;quot; gene database: bpertussis-std_cw20151119.gdb (6.99 minutes and 4.48 minutes respectively). No interruptions occurred during these processes.&lt;br /&gt;
&lt;br /&gt;
GOA filename: [[File:145.B pertussis ATCC BAA-589 cw20151201.zip]]&lt;br /&gt;
* GOA version (found in the Last modified field on the [ftp://ftp.ebi.ac.uk/pub/databases/GO/goa/proteomes/ FTP site]): Last Modified- 11/10/15 1:39:00 PM&lt;br /&gt;
* GOA download link: [http://ftp.ebi.ac.uk/pub/databases/GO/goa/proteomes/145.B_pertussis_ATCC_BAA-589.goa for &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; strain Tohama I]&lt;br /&gt;
* Time taken to import: 0.04 minutes&lt;br /&gt;
** Note: The import time was equal to that of the previous &amp;quot;Bordetella pertussis&amp;quot; gene database: bpertussis-std_cw20151119.gdb. No interruptions occurred during this process.&lt;br /&gt;
&lt;br /&gt;
Name of .gdb file: [[File:Bpertussis-std cw20151203.zip]]&lt;br /&gt;
* Time taken to export: &lt;br /&gt;
** Start time: 4:02 PM&lt;br /&gt;
** End time: 4:56 PM&lt;br /&gt;
** Elapsed time: 54 minutes&lt;br /&gt;
Note: No interruptions occurred during the export process.&lt;br /&gt;
&lt;br /&gt;
===TallyEngine===&lt;br /&gt;
&lt;br /&gt;
* I ran the TallyEngine in GenMAPP Builder and specified the following files:&lt;br /&gt;
**XML- [[File:Uniprot-proteome-UP000002676 cw20151201.zip]]&lt;br /&gt;
**GO- [[File:Go daily-termdb cw20151201.zip]]&lt;br /&gt;
*Results:&lt;br /&gt;
**[[File: Tallyenginecustomization_cw20151203.png]]&lt;br /&gt;
**All tally results were consistent across both files.&lt;br /&gt;
=== Using XMLPipeDB match to Validate the XML Results from the TallyEngine===&lt;br /&gt;
The following functions were performed using the Windows command line (cmd).&lt;br /&gt;
*I entered my project folder using the following command:&lt;br /&gt;
 cd /d T:\Bklein7_CW&lt;br /&gt;
*I used XMLPipeDB match to identify matches of any ordered locus name following the pattern &amp;quot;BP####&amp;quot; in the UniProt XML file. The command sequence used is as follows:\&lt;br /&gt;
 java -jar xmlpipedb-match-1.1.1.jar &amp;quot;BP[0-9][0-9][0-9][0-9]&amp;quot; &amp;lt; &amp;quot;uniprot-proteome%3AUP000002676_cw20151201.xml&amp;quot;&lt;br /&gt;
*Match Results:&lt;br /&gt;
----------&lt;br /&gt;
*make note to ask dondi specific code to use to obtain 3446 match results&lt;br /&gt;
&lt;br /&gt;
=== Using SQL Queries to Validate the PostgreSQL Database Results from the TallyEngine===&lt;br /&gt;
I ran a SQL query designed to match the pattern BP####:&lt;br /&gt;
&lt;br /&gt;
 select count (*) from genenametype where type = &amp;#039;ordered locus&amp;#039; and value ~ &amp;#039;BP[0-9][0-9][0-9][0-9]&amp;#039;;&lt;br /&gt;
&lt;br /&gt;
Results:&lt;br /&gt;
*[[File:Sqlcount_cw20151203.png]]&lt;br /&gt;
* The number of unique matches yielded by this SQL query, 3446.&lt;br /&gt;
&lt;br /&gt;
===OriginalRowCounts Comparison===&lt;br /&gt;
&lt;br /&gt;
I opened the gene database file [[File:Bpertussis-std_cw20151203.zip]] in  Microsoft Access and assessed the &amp;quot;OriginalRowCounts&amp;quot; table to see if the expected tables were listed with the expected number of records. The contents of this table were compared to the &amp;#039;&amp;#039;OriginalRowCounts&amp;#039;&amp;#039; table of an existing .gdb file created during Week 9.&lt;br /&gt;
 &lt;br /&gt;
Benchmark .gdb file: &amp;#039;&amp;#039;Vc-Std_20151027_TR&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;OriginalRowCounts&amp;quot; table from the benchmark and new gdb:&lt;br /&gt;
&lt;br /&gt;
*All 52 tables present in the 2015 &amp;#039;&amp;#039;Vibrio cholerae&amp;#039;&amp;#039; database were also present in the &amp;#039;&amp;#039;B. pertussis&amp;#039;&amp;#039; database tagged _cw20151203. This confirmed that all expected tables were successfully created.&lt;br /&gt;
*Further, the &amp;quot;OrderedLocusNames&amp;quot; count produced by Tally Engine should hopefully represent this number. &lt;br /&gt;
Here is a screenshot comparing the two:&lt;br /&gt;
[[File: Access_orderedlocusnamescomparison_20151203.png]]&lt;br /&gt;
&lt;br /&gt;
Note: The &amp;quot;OriginalRowCounts&amp;quot; tables were too large to screenshot. To circumvent this problem and facilitate the comparison, I copied the &amp;quot;OriginalRowCounts&amp;quot; tables from both gene databases into an Excel file and zoomed out. The above screenshot was taken from this Excel file. The &amp;quot;OrderedLocusNames&amp;quot; row counts are highlighted in yellow.&lt;br /&gt;
&lt;br /&gt;
===Visual Inspection===&lt;br /&gt;
I visually inspected individual tables within [[File:Bpertussis-std_cw20151203.zip]] using Microsoft Access.&lt;br /&gt;
*Systems Table&lt;br /&gt;
**35 gene ID systems were listed, 11 of which listed the appropriate import date (12/03/2015)&lt;br /&gt;
***All gene ID systems relevant to &amp;#039;&amp;#039;B. pertussis&amp;#039;&amp;#039; were listed. This includes: EMBL, EnsemblBacteria, GeneID, GeneOntology, InterPro, OrderedLocusNames, Pfam, RefSeq, and UniProt.&lt;br /&gt;
***This result corresponded with that of the benchmark .gdb file listed in the &amp;quot;OriginalRowCounts Comparison&amp;quot; section.&lt;br /&gt;
*UniProt Table&lt;br /&gt;
**This table contained 3258 entries with 6 character IDs.&lt;br /&gt;
**All ID&amp;#039;s in the UniProt table conform to the following pattern: [[File:UniProt Ascension Number info.PNG]]&lt;br /&gt;
&lt;br /&gt;
*RefSeq Table&lt;br /&gt;
**This table contained 6627 entries. All IDs began with one of three prefixes: &amp;quot;NP_&amp;quot;, &amp;quot;YP_&amp;quot;, or &amp;quot;WP_&amp;quot;. The meanings of these prefixes can be found in the RefSeq documentation found [http://www.ncbi.nlm.nih.gov/books/NBK50679/ here].&lt;br /&gt;
***&amp;quot;NP_&amp;quot; and &amp;quot;YP_&amp;quot; Prefixes&lt;br /&gt;
****Refer to proteins. There are 3410 &amp;quot;NP_&amp;quot; IDs and 7 &amp;quot;YP_&amp;quot; IDs.&lt;br /&gt;
***&amp;quot;WP_&amp;quot; Prefixes&lt;br /&gt;
****Refer to &amp;quot;autonomous non-redundant proteins that are not yet directly annotated on a genome&amp;quot;. There were 3210 IDs with the &amp;quot;WP_&amp;quot; prefixes.&lt;br /&gt;
***Overall, every entry in the ID column was an expected value.&lt;br /&gt;
*OrderedLocusNames Table&lt;br /&gt;
**This table contained 3446 entries (consistent with &amp;amp; SQL counts).&lt;br /&gt;
**The IDs were copied into an Excel document for analysis:&lt;br /&gt;
***3434 IDs conformed to the pattern &amp;quot;BP####&amp;quot;&lt;br /&gt;
***1 ID was unique: &amp;quot;BP3167.1&amp;quot;&lt;br /&gt;
***The other 11 IDs showed up as ORF&lt;br /&gt;
&lt;br /&gt;
===.gdb Use in GenMAPP===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Need to add more instructions here.--&amp;gt;&lt;br /&gt;
*By following the instructions in [http://www.openwetware.org/wiki/BIOL367/F10:GenMAPP_and_MAPPFinder_Protocols Part 2 of the &amp;#039;&amp;#039;Vibrio cholerae&amp;#039;&amp;#039; Microarray Data Analysis] and looking at Brandon&amp;#039;s Week 9 individual journal assignment, I was able to verify that our Gene Database works in GenMAPP.&lt;br /&gt;
*I was able to open the GenMAPP program on the computer, and then I went to Data -&amp;gt; Choose Gene Database -&amp;gt; and selected the cw20151119 gdb file.&lt;br /&gt;
**There were no problems thus far as our database was able to load into the program.&lt;br /&gt;
&lt;br /&gt;
====Putting a gene on the MAPP using the GeneFinder window====&lt;br /&gt;
&lt;br /&gt;
*In the main GenMAPP Drafting Board window, I left-clicked on the icon for &amp;quot;Gene&amp;quot; in the upper left corner of the window.  &lt;br /&gt;
**I clicked on the Drafting Board to place the Gene on the MAPP.  &lt;br /&gt;
**Then I right-clicked on the gene to access the GeneFinder window.  &lt;br /&gt;
**I went through each of the five inconsistent Gene IDs in GeneFinder.&lt;br /&gt;
&lt;br /&gt;
**I typed in the gene Id BP3167.1 into the Gene ID field and selected &amp;quot;OrderedLocusName&amp;quot; for the Gene ID system.&lt;br /&gt;
**In the main GenMAPP Drafting Board window, I left-clicked on the icon for &amp;quot;Gene&amp;quot; in the upper left corner of the window.  &lt;br /&gt;
***I clicked on the Drafting Board to place the Gene on the MAPP.  &lt;br /&gt;
***Then I right-clicked on the gene to access the GeneFinder window.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*I typed in the gene Id BP1252 into the Gene ID field and selected &amp;quot;OrderedLocusName&amp;quot; for the Gene ID system. This served as a &amp;quot;control&amp;quot; to look up a consistent Gene ID to compare to.&lt;br /&gt;
**In the main GenMAPP Drafting Board window, I left-clicked on the icon for &amp;quot;Gene&amp;quot; in the upper left corner of the window.  &lt;br /&gt;
***I clicked on the Drafting Board to place the Gene on the MAPP.  &lt;br /&gt;
***Then I right-clicked on the gene to access the GeneFinder window.  &lt;br /&gt;
&lt;br /&gt;
***I typed in the gene Id BP0101A into the Gene ID field and selected &amp;quot;OrderedLocusName&amp;quot; for the Gene ID system.&lt;br /&gt;
**In the main GenMAPP Drafting Board window, I left-clicked on the icon for &amp;quot;Gene&amp;quot; in the upper left corner of the window.  &lt;br /&gt;
***I clicked on the Drafting Board to place the Gene on the MAPP.  &lt;br /&gt;
***Then I right-clicked on the gene to access the GeneFinder window.  &lt;br /&gt;
&lt;br /&gt;
*In the main GenMAPP Drafting Board window, I left-clicked on the icon for &amp;quot;Gene&amp;quot; in the upper left corner of the window.  &lt;br /&gt;
**I clicked on the Drafting Board to place the Gene on the MAPP.  &lt;br /&gt;
**Then I right-clicked on the gene to access the GeneFinder window.  &lt;br /&gt;
**I typed in the gene Id BP0101B into the Gene ID field and selected &amp;quot;OrderedLocusName&amp;quot; for the Gene ID system.&lt;br /&gt;
&lt;br /&gt;
*In the main GenMAPP Drafting Board window, I left-clicked on the icon for &amp;quot;Gene&amp;quot; in the upper left corner of the window.  &lt;br /&gt;
**I clicked on the Drafting Board to place the Gene on the MAPP.  &lt;br /&gt;
**Then I right-clicked on the gene to access the GeneFinder window.  &lt;br /&gt;
**I typed in the gene Id BP0684A into the Gene ID field and selected &amp;quot;OrderedLocusName&amp;quot; for the Gene ID system.&lt;br /&gt;
**When the gene was found this is the back page that popped up:&lt;br /&gt;
&lt;br /&gt;
*In the main GenMAPP Drafting Board window, I left-clicked on the icon for &amp;quot;Gene&amp;quot; in the upper left corner of the window.  &lt;br /&gt;
**I clicked on the Drafting Board to place the Gene on the MAPP.  &lt;br /&gt;
**Then I right-clicked on the gene to access the GeneFinder window.  &lt;br /&gt;
**I typed in the gene Id BP0970A into the Gene ID field and selected &amp;quot;GeneID&amp;quot; for the Gene ID system.&lt;br /&gt;
&lt;br /&gt;
**All of the expected cross-referenced IDs were present.&lt;br /&gt;
&lt;br /&gt;
*Screenshot of all of the sample ID&amp;#039;s on a MAPP:&lt;br /&gt;
*[[File: Genesonmap_cw20151203.png]]&lt;br /&gt;
&lt;br /&gt;
====Expression Dataset and MAPPFinder Analysis====&lt;br /&gt;
*We do not have the expression dataset yet that is to be created by the GenMAPP Builders; they are still working on performing the corrections to the data that has been compiled into an excel spreadsheet.&lt;br /&gt;
*Once the file is complete, we will proceed with the data analysis using the desired programs.&lt;br /&gt;
&lt;br /&gt;
=== Compare Gene Database to Outside Resource===&lt;br /&gt;
*We will complete this step after progressing further into the project.&lt;br /&gt;
The OrderedLocusNames IDs in the exported Gene Database are derived from the UniProt XML.  It is a good idea to check your list of OrderedLocusNames IDs to see how complete it is using the original source of the data (the sequencing organization, the MOD, etc.)  Because UniProt is a protein database, it does not reference any non-protein genome features such as genes that code for functional RNAs, centromeres, telomeres, etc.&lt;br /&gt;
&lt;br /&gt;
[[Category: Class Whoopers]]&lt;/div&gt;</summary>
		<author><name>Msaeedi23</name></author>	</entry>

	<entry>
		<id>https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=File:Access_orderedlocusnamescomparison_20151203.png&amp;diff=7500</id>
		<title>File:Access orderedlocusnamescomparison 20151203.png</title>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=File:Access_orderedlocusnamescomparison_20151203.png&amp;diff=7500"/>
				<updated>2015-12-08T08:26:46Z</updated>
		
		<summary type="html">&lt;p&gt;Msaeedi23: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Msaeedi23</name></author>	</entry>

	<entry>
		<id>https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=Gene_Database_Testing_Report-_cw20151203&amp;diff=7498</id>
		<title>Gene Database Testing Report- cw20151203</title>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=Gene_Database_Testing_Report-_cw20151203&amp;diff=7498"/>
				<updated>2015-12-08T08:18:44Z</updated>
		
		<summary type="html">&lt;p&gt;Msaeedi23: /* Putting a gene on the MAPP using the GeneFinder window */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Files Asked for in the Gene Database Testing Report==&lt;br /&gt;
For convenience, all of the files explicitly asked for in the sections below were compressed together in this file: [[]]&lt;br /&gt;
&lt;br /&gt;
==Pre-requisites==&lt;br /&gt;
The following set of software was used in the creation and testing of the &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene database:&lt;br /&gt;
&lt;br /&gt;
# [http://www.7-zip.org/ 7-zip]tool that for unpacking .gz and .zip files&lt;br /&gt;
# [http://www.postgresql.org PostgreSQL] on Windows (version 9.4.x)&lt;br /&gt;
# [https://sourceforge.net/projects/xmlpipedb/files/ GenMAPP Builder]&lt;br /&gt;
# Java JDK 1.8 64-bit&lt;br /&gt;
# [https://github.com/GenMAPPCS/genmapp GenMAPP 2]&lt;br /&gt;
# [https://sourceforge.net/projects/xmlpipedb/files/ XMLPipeDB match utility] for counting IDs in XML files&lt;br /&gt;
# Microsoft Access for reading .mdb files&lt;br /&gt;
&lt;br /&gt;
==Gene Database Creation==&lt;br /&gt;
===Downloading Data Source Files and GenMAPP Builder===&lt;br /&gt;
&lt;br /&gt;
*I download the UniProt XML, GOA, and GO OBO-XML files for &amp;#039;&amp;#039;Bordetella Pertussis&amp;#039;&amp;#039; along with the GenMAPP Builder program.&lt;br /&gt;
**All files were saved to the folder &amp;#039;&amp;#039;Bklein7_CW\bpertussis_cw20151203&amp;#039;&amp;#039; on my computer&amp;#039;s ThawSpace.&lt;br /&gt;
**Files that required extraction were unzipped using [http://www.7-zip.org/ 7-zip].&lt;br /&gt;
**Data files that remained in a folder after unzipping were removed from their folders to facilitate organization and command line processing.&lt;br /&gt;
&lt;br /&gt;
====UniProt XML====&lt;br /&gt;
&lt;br /&gt;
* I went to the [http://www.uniprot.org/taxonomy/complete-proteomes UniProt Complete Proteomes] page.&lt;br /&gt;
**From there, I navigated to the complete proteome download page for [http://www.uniprot.org/proteomes/UP000002676 Bordetella pertussis (strain Tohama I / ATCC BAA-589 / NCTC 13251)].&lt;br /&gt;
** I clicked on the &amp;quot;Download&amp;quot; button at the top of the page above and selected the following options:&lt;br /&gt;
***&amp;quot;Download all&amp;quot;&lt;br /&gt;
***&amp;quot;XML&amp;quot; from the &amp;quot;Format&amp;quot; drop-down menu&lt;br /&gt;
***&amp;quot;Compressed&amp;quot; format&lt;br /&gt;
**I extracted the file using [http://www.7-zip.org/ 7-zip].&lt;br /&gt;
&lt;br /&gt;
====GOA====&lt;br /&gt;
&lt;br /&gt;
* UniProt-GOA files can be downloaded from the [http://ftp.ebi.ac.uk/pub/databases/GO/goa/ UniProt-GOA ftp site].&lt;br /&gt;
*Within the above site, I navigated to the [http://ftp.ebi.ac.uk/pub/databases/GO/goa/proteomes/145.B_pertussis_ATCC_BAA-589.goa for &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; strain Tohama I].&lt;br /&gt;
**This text file was automatically opened by my browser. Therefore, I had to manually download the file.&lt;br /&gt;
&lt;br /&gt;
====GO OBO-XML====&lt;br /&gt;
&lt;br /&gt;
* I downloaded the GO OBO-XML formatted file from the [http://geneontology.org/page/download-ontology#Legacy_Downloads Gene Ontology legacy download page].&lt;br /&gt;
*I extracted the file using [http://www.7-zip.org/ 7-zip].&lt;br /&gt;
&lt;br /&gt;
====Downloaded GenMAPP Builder====&lt;br /&gt;
&lt;br /&gt;
# I downloaded the custom version of GenMAPP Builder including the &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; custom class expanded to include ORF listings in exports (Version 3.0.0 Build 5 - cw20151203): [[File:Dist cw20151203.zip]].&lt;br /&gt;
# I extracted the GenMAPP Builder folder using [http://www.7-zip.org/ 7-zip].&lt;br /&gt;
&lt;br /&gt;
===Creating the New Database in PostgreSQL===&lt;br /&gt;
&lt;br /&gt;
* I launched &amp;#039;&amp;#039;pgAdmin III&amp;#039;&amp;#039; and connected to the PostgreSQL 9.4 server (localhost:5432).&lt;br /&gt;
** On this server, I created a new database: &amp;#039;&amp;#039;bpertussis_cw20151201_gmb3build5&amp;#039;&amp;#039;.&lt;br /&gt;
** I opened the SQL Editor tab to use an XMLPipeDB query to create the tables in the database.&lt;br /&gt;
*** I clicked on the Open File icon and selected the file &amp;#039;&amp;#039;gmbuilder.sql&amp;#039;&amp;#039;. This imported a series of SQL commands into the editor tab.&lt;br /&gt;
*** I clicked on the Execute Query icon to run this command.&lt;br /&gt;
***In viewing the schema for this database, I confirmed that there were 167 tables after running the above command.&lt;br /&gt;
&lt;br /&gt;
===Configuring GenMAPP Builder to Connect to the PostgreSQL Database===&lt;br /&gt;
&lt;br /&gt;
* To begin, I launched gmbuilder.bat.&lt;br /&gt;
* I selected the &amp;quot;Configure Database&amp;quot; option and entered the following information into the fields below:&lt;br /&gt;
** Host or address: localhost&lt;br /&gt;
** Port number: 5432&lt;br /&gt;
** Database name: bpertussis_cw20151201_gmb3build5&lt;br /&gt;
** Username: postgres&lt;br /&gt;
** Password: Welcome1&lt;br /&gt;
&lt;br /&gt;
===Importing Data into the PostgreSQL Database===&lt;br /&gt;
&lt;br /&gt;
*The downloaded data files for &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; were specified and imported into the database by clicking on the following buttons:&lt;br /&gt;
** Selected File &amp;gt; Import UniProt XML...&lt;br /&gt;
** Selected File &amp;gt; Import GO OBO-XML...&lt;br /&gt;
** Clicked OK to the message asking to process the GO data.&lt;br /&gt;
** Selected File &amp;gt; Import GOA...&lt;br /&gt;
&lt;br /&gt;
===Exporting a GenMAPP Gene Database (.gdb)===&lt;br /&gt;
&lt;br /&gt;
* I selected File &amp;gt; Export to GenMAPP Gene Database... to begin the export process.&lt;br /&gt;
* I typed my name in the owner field (Brandon Klein).&lt;br /&gt;
* I selected &amp;quot;Bordetella pertussis (strain Tohama I/ATCC BAA-589/NCTC 13251), Taxon ID 257313&amp;quot; as the gene database species and then clicked &amp;#039;&amp;#039;Next&amp;#039;&amp;#039;.&lt;br /&gt;
* The database was saved as &amp;#039;&amp;#039;bpertussis-std_cw20151203&amp;#039;&amp;#039;.&lt;br /&gt;
* I checked the boxes for exporting all Molecular Function, Cellular Component, and Biological Process Gene Ontology Terms.&lt;br /&gt;
* Finally, I clicked the &amp;quot;Next&amp;quot; button to begin the export process.&lt;br /&gt;
&lt;br /&gt;
==Gene Database Testing Report==&lt;br /&gt;
===Export Information===&lt;br /&gt;
&lt;br /&gt;
Version of GenMAPP Builder: Version 3.0.0 Build 5 - cw20151203&lt;br /&gt;
&lt;br /&gt;
Computer on which export was run: Seaver 120- Last computer on the right in the row farthest from the front of the room&lt;br /&gt;
&lt;br /&gt;
Postgres Database name: bpertussis_cw20151201_gmb3build5&lt;br /&gt;
&lt;br /&gt;
UniProt XML filename: [[File:Uniprot-proteome-UP000002676 cw20151201.zip]]&lt;br /&gt;
* UniProt XML version (The version information was found at [http://uniprot.org/news the UniProt News Page]): 2015_11&lt;br /&gt;
* UniProt XML download link: [http://www.uniprot.org/proteomes/UP000002676 Bordetella pertussis (strain Tohama I / ATCC BAA-589 / NCTC 13251)]&lt;br /&gt;
* Time taken to import: 2.59 minutes&lt;br /&gt;
** Note: The import time was nearly equivalent to that when creating the previous &amp;quot;Bordetella pertussis&amp;quot; gene database: bpertussis-std_cw20151119.gdb (2.60 minute). No interruptions occurred during this process.&lt;br /&gt;
&lt;br /&gt;
GO OBO-XML filename: [[File:Go daily-termdb cw20151201.zip]]&lt;br /&gt;
* GO OBO-XML version (The version information was found in the file properties): Last Modified- ‎‎December ‎01, ‎2015, ‏‎2:21:31 AM&lt;br /&gt;
* GO OBO-XML download link: [http://geneontology.org/page/download-ontology#Legacy_Downloads Gene Ontology legacy download page]&lt;br /&gt;
* Time taken to import: 7.08 minutes &lt;br /&gt;
* Time taken to process: 4.42 minutes&lt;br /&gt;
** Note: The import and processing times were similar to those for the previous &amp;quot;Bordetella pertussis&amp;quot; gene database: bpertussis-std_cw20151119.gdb (6.99 minutes and 4.48 minutes respectively). No interruptions occurred during these processes.&lt;br /&gt;
&lt;br /&gt;
GOA filename: [[File:145.B pertussis ATCC BAA-589 cw20151201.zip]]&lt;br /&gt;
* GOA version (found in the Last modified field on the [ftp://ftp.ebi.ac.uk/pub/databases/GO/goa/proteomes/ FTP site]): Last Modified- 11/10/15 1:39:00 PM&lt;br /&gt;
* GOA download link: [http://ftp.ebi.ac.uk/pub/databases/GO/goa/proteomes/145.B_pertussis_ATCC_BAA-589.goa for &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; strain Tohama I]&lt;br /&gt;
* Time taken to import: 0.04 minutes&lt;br /&gt;
** Note: The import time was equal to that of the previous &amp;quot;Bordetella pertussis&amp;quot; gene database: bpertussis-std_cw20151119.gdb. No interruptions occurred during this process.&lt;br /&gt;
&lt;br /&gt;
Name of .gdb file: [[File:Bpertussis-std cw20151203.zip]]&lt;br /&gt;
* Time taken to export: &lt;br /&gt;
** Start time: 4:02 PM&lt;br /&gt;
** End time: 4:56 PM&lt;br /&gt;
** Elapsed time: 54 minutes&lt;br /&gt;
Note: No interruptions occurred during the export process.&lt;br /&gt;
&lt;br /&gt;
===TallyEngine===&lt;br /&gt;
&lt;br /&gt;
* I ran the TallyEngine in GenMAPP Builder and specified the following files:&lt;br /&gt;
**XML- [[File:Uniprot-proteome-UP000002676 cw20151201.zip]]&lt;br /&gt;
**GO- [[File:Go daily-termdb cw20151201.zip]]&lt;br /&gt;
*Results:&lt;br /&gt;
**[[File: Tallyenginecustomization_cw20151203.png]]&lt;br /&gt;
**All tally results were consistent across both files.&lt;br /&gt;
=== Using XMLPipeDB match to Validate the XML Results from the TallyEngine===&lt;br /&gt;
The following functions were performed using the Windows command line (cmd).&lt;br /&gt;
*I entered my project folder using the following command:&lt;br /&gt;
 cd /d T:\Bklein7_CW&lt;br /&gt;
*I used XMLPipeDB match to identify matches of any ordered locus name following the pattern &amp;quot;BP####&amp;quot; in the UniProt XML file. The command sequence used is as follows:\&lt;br /&gt;
 java -jar xmlpipedb-match-1.1.1.jar &amp;quot;BP[0-9][0-9][0-9][0-9]&amp;quot; &amp;lt; &amp;quot;uniprot-proteome%3AUP000002676_cw20151201.xml&amp;quot;&lt;br /&gt;
*Match Results:&lt;br /&gt;
----------&lt;br /&gt;
*make note to ask dondi specific code to use to obtain 3446 match results&lt;br /&gt;
&lt;br /&gt;
=== Using SQL Queries to Validate the PostgreSQL Database Results from the TallyEngine===&lt;br /&gt;
I ran a SQL query designed to match the pattern BP####:&lt;br /&gt;
&lt;br /&gt;
 select count (*) from genenametype where type = &amp;#039;ordered locus&amp;#039; and value ~ &amp;#039;BP[0-9][0-9][0-9][0-9]&amp;#039;;&lt;br /&gt;
&lt;br /&gt;
Results:&lt;br /&gt;
*[[File:Sqlcount_cw20151203.png]]&lt;br /&gt;
* The number of unique matches yielded by this SQL query, 3446.&lt;br /&gt;
&lt;br /&gt;
===OriginalRowCounts Comparison===&lt;br /&gt;
&lt;br /&gt;
I opened the gene database file [[File:Bpertussis-std_cw20151203.zip]] in  Microsoft Access and assessed the &amp;quot;OriginalRowCounts&amp;quot; table to see if the expected tables were listed with the expected number of records. The contents of this table were compared to the &amp;#039;&amp;#039;OriginalRowCounts&amp;#039;&amp;#039; table of an existing .gdb file created during Week 9.&lt;br /&gt;
 &lt;br /&gt;
Benchmark .gdb file: &amp;#039;&amp;#039;Vc-Std_20151027_TR&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;OriginalRowCounts&amp;quot; table from the benchmark and new gdb:&lt;br /&gt;
&lt;br /&gt;
*All 52 tables present in the 2015 &amp;#039;&amp;#039;Vibrio cholerae&amp;#039;&amp;#039; database were also present in the &amp;#039;&amp;#039;B. pertussis&amp;#039;&amp;#039; database tagged _cw20151203. This confirmed that all expected tables were successfully created.&lt;br /&gt;
*Further, the &amp;quot;OrderedLocusNames&amp;quot; count produced by Tally Engine should hopefully represent this number. &lt;br /&gt;
&lt;br /&gt;
Note: The &amp;quot;OriginalRowCounts&amp;quot; tables were too large to screenshot. To circumvent this problem and facilitate the comparison, I copied the &amp;quot;OriginalRowCounts&amp;quot; tables from both gene databases into an Excel file and zoomed out. The above screenshot was taken from this Excel file. The &amp;quot;OrderedLocusNames&amp;quot; row counts are highlighted in yellow.&lt;br /&gt;
&lt;br /&gt;
===Visual Inspection===&lt;br /&gt;
I visually inspected individual tables within [[File:Bpertussis-std_cw20151203.zip]] using Microsoft Access.&lt;br /&gt;
*Systems Table&lt;br /&gt;
**35 gene ID systems were listed, 11 of which listed the appropriate import date (12/03/2015)&lt;br /&gt;
***All gene ID systems relevant to &amp;#039;&amp;#039;B. pertussis&amp;#039;&amp;#039; were listed. This includes: EMBL, EnsemblBacteria, GeneID, GeneOntology, InterPro, OrderedLocusNames, Pfam, RefSeq, and UniProt.&lt;br /&gt;
***This result corresponded with that of the benchmark .gdb file listed in the &amp;quot;OriginalRowCounts Comparison&amp;quot; section.&lt;br /&gt;
*UniProt Table&lt;br /&gt;
**This table contained 3258 entries with 6 character IDs.&lt;br /&gt;
**All ID&amp;#039;s in the UniProt table conform to the following pattern: [[File:UniProt Ascension Number info.PNG]]&lt;br /&gt;
&lt;br /&gt;
*RefSeq Table&lt;br /&gt;
**This table contained 6627 entries. All IDs began with one of three prefixes: &amp;quot;NP_&amp;quot;, &amp;quot;YP_&amp;quot;, or &amp;quot;WP_&amp;quot;. The meanings of these prefixes can be found in the RefSeq documentation found [http://www.ncbi.nlm.nih.gov/books/NBK50679/ here].&lt;br /&gt;
***&amp;quot;NP_&amp;quot; and &amp;quot;YP_&amp;quot; Prefixes&lt;br /&gt;
****Refer to proteins. There are 3410 &amp;quot;NP_&amp;quot; IDs and 7 &amp;quot;YP_&amp;quot; IDs.&lt;br /&gt;
***&amp;quot;WP_&amp;quot; Prefixes&lt;br /&gt;
****Refer to &amp;quot;autonomous non-redundant proteins that are not yet directly annotated on a genome&amp;quot;. There were 3210 IDs with the &amp;quot;WP_&amp;quot; prefixes.&lt;br /&gt;
***Overall, every entry in the ID column was an expected value.&lt;br /&gt;
*OrderedLocusNames Table&lt;br /&gt;
**This table contained 3446 entries (consistent with &amp;amp; SQL counts).&lt;br /&gt;
**The IDs were copied into an Excel document for analysis:&lt;br /&gt;
***3434 IDs conformed to the pattern &amp;quot;BP####&amp;quot;&lt;br /&gt;
***1 ID was unique: &amp;quot;BP3167.1&amp;quot;&lt;br /&gt;
***The other 11 IDs showed up as ORF&lt;br /&gt;
&lt;br /&gt;
===.gdb Use in GenMAPP===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Need to add more instructions here.--&amp;gt;&lt;br /&gt;
*By following the instructions in [http://www.openwetware.org/wiki/BIOL367/F10:GenMAPP_and_MAPPFinder_Protocols Part 2 of the &amp;#039;&amp;#039;Vibrio cholerae&amp;#039;&amp;#039; Microarray Data Analysis] and looking at Brandon&amp;#039;s Week 9 individual journal assignment, I was able to verify that our Gene Database works in GenMAPP.&lt;br /&gt;
*I was able to open the GenMAPP program on the computer, and then I went to Data -&amp;gt; Choose Gene Database -&amp;gt; and selected the cw20151119 gdb file.&lt;br /&gt;
**There were no problems thus far as our database was able to load into the program.&lt;br /&gt;
&lt;br /&gt;
====Putting a gene on the MAPP using the GeneFinder window====&lt;br /&gt;
&lt;br /&gt;
*In the main GenMAPP Drafting Board window, I left-clicked on the icon for &amp;quot;Gene&amp;quot; in the upper left corner of the window.  &lt;br /&gt;
**I clicked on the Drafting Board to place the Gene on the MAPP.  &lt;br /&gt;
**Then I right-clicked on the gene to access the GeneFinder window.  &lt;br /&gt;
**I went through each of the five inconsistent Gene IDs in GeneFinder.&lt;br /&gt;
&lt;br /&gt;
**I typed in the gene Id BP3167.1 into the Gene ID field and selected &amp;quot;OrderedLocusName&amp;quot; for the Gene ID system.&lt;br /&gt;
**In the main GenMAPP Drafting Board window, I left-clicked on the icon for &amp;quot;Gene&amp;quot; in the upper left corner of the window.  &lt;br /&gt;
***I clicked on the Drafting Board to place the Gene on the MAPP.  &lt;br /&gt;
***Then I right-clicked on the gene to access the GeneFinder window.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*I typed in the gene Id BP1252 into the Gene ID field and selected &amp;quot;OrderedLocusName&amp;quot; for the Gene ID system. This served as a &amp;quot;control&amp;quot; to look up a consistent Gene ID to compare to.&lt;br /&gt;
**In the main GenMAPP Drafting Board window, I left-clicked on the icon for &amp;quot;Gene&amp;quot; in the upper left corner of the window.  &lt;br /&gt;
***I clicked on the Drafting Board to place the Gene on the MAPP.  &lt;br /&gt;
***Then I right-clicked on the gene to access the GeneFinder window.  &lt;br /&gt;
&lt;br /&gt;
***I typed in the gene Id BP0101A into the Gene ID field and selected &amp;quot;OrderedLocusName&amp;quot; for the Gene ID system.&lt;br /&gt;
**In the main GenMAPP Drafting Board window, I left-clicked on the icon for &amp;quot;Gene&amp;quot; in the upper left corner of the window.  &lt;br /&gt;
***I clicked on the Drafting Board to place the Gene on the MAPP.  &lt;br /&gt;
***Then I right-clicked on the gene to access the GeneFinder window.  &lt;br /&gt;
&lt;br /&gt;
*In the main GenMAPP Drafting Board window, I left-clicked on the icon for &amp;quot;Gene&amp;quot; in the upper left corner of the window.  &lt;br /&gt;
**I clicked on the Drafting Board to place the Gene on the MAPP.  &lt;br /&gt;
**Then I right-clicked on the gene to access the GeneFinder window.  &lt;br /&gt;
**I typed in the gene Id BP0101B into the Gene ID field and selected &amp;quot;OrderedLocusName&amp;quot; for the Gene ID system.&lt;br /&gt;
&lt;br /&gt;
*In the main GenMAPP Drafting Board window, I left-clicked on the icon for &amp;quot;Gene&amp;quot; in the upper left corner of the window.  &lt;br /&gt;
**I clicked on the Drafting Board to place the Gene on the MAPP.  &lt;br /&gt;
**Then I right-clicked on the gene to access the GeneFinder window.  &lt;br /&gt;
**I typed in the gene Id BP0684A into the Gene ID field and selected &amp;quot;OrderedLocusName&amp;quot; for the Gene ID system.&lt;br /&gt;
**When the gene was found this is the back page that popped up:&lt;br /&gt;
&lt;br /&gt;
*In the main GenMAPP Drafting Board window, I left-clicked on the icon for &amp;quot;Gene&amp;quot; in the upper left corner of the window.  &lt;br /&gt;
**I clicked on the Drafting Board to place the Gene on the MAPP.  &lt;br /&gt;
**Then I right-clicked on the gene to access the GeneFinder window.  &lt;br /&gt;
**I typed in the gene Id BP0970A into the Gene ID field and selected &amp;quot;GeneID&amp;quot; for the Gene ID system.&lt;br /&gt;
&lt;br /&gt;
**All of the expected cross-referenced IDs were present.&lt;br /&gt;
&lt;br /&gt;
*Screenshot of all of the sample ID&amp;#039;s on a MAPP:&lt;br /&gt;
*[[File: Genesonmap_cw20151203.png]]&lt;br /&gt;
&lt;br /&gt;
====Expression Dataset and MAPPFinder Analysis====&lt;br /&gt;
*We do not have the expression dataset yet that is to be created by the GenMAPP Builders; they are still working on performing the corrections to the data that has been compiled into an excel spreadsheet.&lt;br /&gt;
*Once the file is complete, we will proceed with the data analysis using the desired programs.&lt;br /&gt;
&lt;br /&gt;
=== Compare Gene Database to Outside Resource===&lt;br /&gt;
*We will complete this step after progressing further into the project.&lt;br /&gt;
The OrderedLocusNames IDs in the exported Gene Database are derived from the UniProt XML.  It is a good idea to check your list of OrderedLocusNames IDs to see how complete it is using the original source of the data (the sequencing organization, the MOD, etc.)  Because UniProt is a protein database, it does not reference any non-protein genome features such as genes that code for functional RNAs, centromeres, telomeres, etc.&lt;br /&gt;
&lt;br /&gt;
[[Category: Class Whoopers]]&lt;/div&gt;</summary>
		<author><name>Msaeedi23</name></author>	</entry>

	<entry>
		<id>https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=Gene_Database_Testing_Report-_cw20151203&amp;diff=7497</id>
		<title>Gene Database Testing Report- cw20151203</title>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=Gene_Database_Testing_Report-_cw20151203&amp;diff=7497"/>
				<updated>2015-12-08T08:17:53Z</updated>
		
		<summary type="html">&lt;p&gt;Msaeedi23: /* OriginalRowCounts Comparison */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Files Asked for in the Gene Database Testing Report==&lt;br /&gt;
For convenience, all of the files explicitly asked for in the sections below were compressed together in this file: [[]]&lt;br /&gt;
&lt;br /&gt;
==Pre-requisites==&lt;br /&gt;
The following set of software was used in the creation and testing of the &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene database:&lt;br /&gt;
&lt;br /&gt;
# [http://www.7-zip.org/ 7-zip]tool that for unpacking .gz and .zip files&lt;br /&gt;
# [http://www.postgresql.org PostgreSQL] on Windows (version 9.4.x)&lt;br /&gt;
# [https://sourceforge.net/projects/xmlpipedb/files/ GenMAPP Builder]&lt;br /&gt;
# Java JDK 1.8 64-bit&lt;br /&gt;
# [https://github.com/GenMAPPCS/genmapp GenMAPP 2]&lt;br /&gt;
# [https://sourceforge.net/projects/xmlpipedb/files/ XMLPipeDB match utility] for counting IDs in XML files&lt;br /&gt;
# Microsoft Access for reading .mdb files&lt;br /&gt;
&lt;br /&gt;
==Gene Database Creation==&lt;br /&gt;
===Downloading Data Source Files and GenMAPP Builder===&lt;br /&gt;
&lt;br /&gt;
*I download the UniProt XML, GOA, and GO OBO-XML files for &amp;#039;&amp;#039;Bordetella Pertussis&amp;#039;&amp;#039; along with the GenMAPP Builder program.&lt;br /&gt;
**All files were saved to the folder &amp;#039;&amp;#039;Bklein7_CW\bpertussis_cw20151203&amp;#039;&amp;#039; on my computer&amp;#039;s ThawSpace.&lt;br /&gt;
**Files that required extraction were unzipped using [http://www.7-zip.org/ 7-zip].&lt;br /&gt;
**Data files that remained in a folder after unzipping were removed from their folders to facilitate organization and command line processing.&lt;br /&gt;
&lt;br /&gt;
====UniProt XML====&lt;br /&gt;
&lt;br /&gt;
* I went to the [http://www.uniprot.org/taxonomy/complete-proteomes UniProt Complete Proteomes] page.&lt;br /&gt;
**From there, I navigated to the complete proteome download page for [http://www.uniprot.org/proteomes/UP000002676 Bordetella pertussis (strain Tohama I / ATCC BAA-589 / NCTC 13251)].&lt;br /&gt;
** I clicked on the &amp;quot;Download&amp;quot; button at the top of the page above and selected the following options:&lt;br /&gt;
***&amp;quot;Download all&amp;quot;&lt;br /&gt;
***&amp;quot;XML&amp;quot; from the &amp;quot;Format&amp;quot; drop-down menu&lt;br /&gt;
***&amp;quot;Compressed&amp;quot; format&lt;br /&gt;
**I extracted the file using [http://www.7-zip.org/ 7-zip].&lt;br /&gt;
&lt;br /&gt;
====GOA====&lt;br /&gt;
&lt;br /&gt;
* UniProt-GOA files can be downloaded from the [http://ftp.ebi.ac.uk/pub/databases/GO/goa/ UniProt-GOA ftp site].&lt;br /&gt;
*Within the above site, I navigated to the [http://ftp.ebi.ac.uk/pub/databases/GO/goa/proteomes/145.B_pertussis_ATCC_BAA-589.goa for &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; strain Tohama I].&lt;br /&gt;
**This text file was automatically opened by my browser. Therefore, I had to manually download the file.&lt;br /&gt;
&lt;br /&gt;
====GO OBO-XML====&lt;br /&gt;
&lt;br /&gt;
* I downloaded the GO OBO-XML formatted file from the [http://geneontology.org/page/download-ontology#Legacy_Downloads Gene Ontology legacy download page].&lt;br /&gt;
*I extracted the file using [http://www.7-zip.org/ 7-zip].&lt;br /&gt;
&lt;br /&gt;
====Downloaded GenMAPP Builder====&lt;br /&gt;
&lt;br /&gt;
# I downloaded the custom version of GenMAPP Builder including the &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; custom class expanded to include ORF listings in exports (Version 3.0.0 Build 5 - cw20151203): [[File:Dist cw20151203.zip]].&lt;br /&gt;
# I extracted the GenMAPP Builder folder using [http://www.7-zip.org/ 7-zip].&lt;br /&gt;
&lt;br /&gt;
===Creating the New Database in PostgreSQL===&lt;br /&gt;
&lt;br /&gt;
* I launched &amp;#039;&amp;#039;pgAdmin III&amp;#039;&amp;#039; and connected to the PostgreSQL 9.4 server (localhost:5432).&lt;br /&gt;
** On this server, I created a new database: &amp;#039;&amp;#039;bpertussis_cw20151201_gmb3build5&amp;#039;&amp;#039;.&lt;br /&gt;
** I opened the SQL Editor tab to use an XMLPipeDB query to create the tables in the database.&lt;br /&gt;
*** I clicked on the Open File icon and selected the file &amp;#039;&amp;#039;gmbuilder.sql&amp;#039;&amp;#039;. This imported a series of SQL commands into the editor tab.&lt;br /&gt;
*** I clicked on the Execute Query icon to run this command.&lt;br /&gt;
***In viewing the schema for this database, I confirmed that there were 167 tables after running the above command.&lt;br /&gt;
&lt;br /&gt;
===Configuring GenMAPP Builder to Connect to the PostgreSQL Database===&lt;br /&gt;
&lt;br /&gt;
* To begin, I launched gmbuilder.bat.&lt;br /&gt;
* I selected the &amp;quot;Configure Database&amp;quot; option and entered the following information into the fields below:&lt;br /&gt;
** Host or address: localhost&lt;br /&gt;
** Port number: 5432&lt;br /&gt;
** Database name: bpertussis_cw20151201_gmb3build5&lt;br /&gt;
** Username: postgres&lt;br /&gt;
** Password: Welcome1&lt;br /&gt;
&lt;br /&gt;
===Importing Data into the PostgreSQL Database===&lt;br /&gt;
&lt;br /&gt;
*The downloaded data files for &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; were specified and imported into the database by clicking on the following buttons:&lt;br /&gt;
** Selected File &amp;gt; Import UniProt XML...&lt;br /&gt;
** Selected File &amp;gt; Import GO OBO-XML...&lt;br /&gt;
** Clicked OK to the message asking to process the GO data.&lt;br /&gt;
** Selected File &amp;gt; Import GOA...&lt;br /&gt;
&lt;br /&gt;
===Exporting a GenMAPP Gene Database (.gdb)===&lt;br /&gt;
&lt;br /&gt;
* I selected File &amp;gt; Export to GenMAPP Gene Database... to begin the export process.&lt;br /&gt;
* I typed my name in the owner field (Brandon Klein).&lt;br /&gt;
* I selected &amp;quot;Bordetella pertussis (strain Tohama I/ATCC BAA-589/NCTC 13251), Taxon ID 257313&amp;quot; as the gene database species and then clicked &amp;#039;&amp;#039;Next&amp;#039;&amp;#039;.&lt;br /&gt;
* The database was saved as &amp;#039;&amp;#039;bpertussis-std_cw20151203&amp;#039;&amp;#039;.&lt;br /&gt;
* I checked the boxes for exporting all Molecular Function, Cellular Component, and Biological Process Gene Ontology Terms.&lt;br /&gt;
* Finally, I clicked the &amp;quot;Next&amp;quot; button to begin the export process.&lt;br /&gt;
&lt;br /&gt;
==Gene Database Testing Report==&lt;br /&gt;
===Export Information===&lt;br /&gt;
&lt;br /&gt;
Version of GenMAPP Builder: Version 3.0.0 Build 5 - cw20151203&lt;br /&gt;
&lt;br /&gt;
Computer on which export was run: Seaver 120- Last computer on the right in the row farthest from the front of the room&lt;br /&gt;
&lt;br /&gt;
Postgres Database name: bpertussis_cw20151201_gmb3build5&lt;br /&gt;
&lt;br /&gt;
UniProt XML filename: [[File:Uniprot-proteome-UP000002676 cw20151201.zip]]&lt;br /&gt;
* UniProt XML version (The version information was found at [http://uniprot.org/news the UniProt News Page]): 2015_11&lt;br /&gt;
* UniProt XML download link: [http://www.uniprot.org/proteomes/UP000002676 Bordetella pertussis (strain Tohama I / ATCC BAA-589 / NCTC 13251)]&lt;br /&gt;
* Time taken to import: 2.59 minutes&lt;br /&gt;
** Note: The import time was nearly equivalent to that when creating the previous &amp;quot;Bordetella pertussis&amp;quot; gene database: bpertussis-std_cw20151119.gdb (2.60 minute). No interruptions occurred during this process.&lt;br /&gt;
&lt;br /&gt;
GO OBO-XML filename: [[File:Go daily-termdb cw20151201.zip]]&lt;br /&gt;
* GO OBO-XML version (The version information was found in the file properties): Last Modified- ‎‎December ‎01, ‎2015, ‏‎2:21:31 AM&lt;br /&gt;
* GO OBO-XML download link: [http://geneontology.org/page/download-ontology#Legacy_Downloads Gene Ontology legacy download page]&lt;br /&gt;
* Time taken to import: 7.08 minutes &lt;br /&gt;
* Time taken to process: 4.42 minutes&lt;br /&gt;
** Note: The import and processing times were similar to those for the previous &amp;quot;Bordetella pertussis&amp;quot; gene database: bpertussis-std_cw20151119.gdb (6.99 minutes and 4.48 minutes respectively). No interruptions occurred during these processes.&lt;br /&gt;
&lt;br /&gt;
GOA filename: [[File:145.B pertussis ATCC BAA-589 cw20151201.zip]]&lt;br /&gt;
* GOA version (found in the Last modified field on the [ftp://ftp.ebi.ac.uk/pub/databases/GO/goa/proteomes/ FTP site]): Last Modified- 11/10/15 1:39:00 PM&lt;br /&gt;
* GOA download link: [http://ftp.ebi.ac.uk/pub/databases/GO/goa/proteomes/145.B_pertussis_ATCC_BAA-589.goa for &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; strain Tohama I]&lt;br /&gt;
* Time taken to import: 0.04 minutes&lt;br /&gt;
** Note: The import time was equal to that of the previous &amp;quot;Bordetella pertussis&amp;quot; gene database: bpertussis-std_cw20151119.gdb. No interruptions occurred during this process.&lt;br /&gt;
&lt;br /&gt;
Name of .gdb file: [[File:Bpertussis-std cw20151203.zip]]&lt;br /&gt;
* Time taken to export: &lt;br /&gt;
** Start time: 4:02 PM&lt;br /&gt;
** End time: 4:56 PM&lt;br /&gt;
** Elapsed time: 54 minutes&lt;br /&gt;
Note: No interruptions occurred during the export process.&lt;br /&gt;
&lt;br /&gt;
===TallyEngine===&lt;br /&gt;
&lt;br /&gt;
* I ran the TallyEngine in GenMAPP Builder and specified the following files:&lt;br /&gt;
**XML- [[File:Uniprot-proteome-UP000002676 cw20151201.zip]]&lt;br /&gt;
**GO- [[File:Go daily-termdb cw20151201.zip]]&lt;br /&gt;
*Results:&lt;br /&gt;
**[[File: Tallyenginecustomization_cw20151203.png]]&lt;br /&gt;
**All tally results were consistent across both files.&lt;br /&gt;
=== Using XMLPipeDB match to Validate the XML Results from the TallyEngine===&lt;br /&gt;
The following functions were performed using the Windows command line (cmd).&lt;br /&gt;
*I entered my project folder using the following command:&lt;br /&gt;
 cd /d T:\Bklein7_CW&lt;br /&gt;
*I used XMLPipeDB match to identify matches of any ordered locus name following the pattern &amp;quot;BP####&amp;quot; in the UniProt XML file. The command sequence used is as follows:\&lt;br /&gt;
 java -jar xmlpipedb-match-1.1.1.jar &amp;quot;BP[0-9][0-9][0-9][0-9]&amp;quot; &amp;lt; &amp;quot;uniprot-proteome%3AUP000002676_cw20151201.xml&amp;quot;&lt;br /&gt;
*Match Results:&lt;br /&gt;
----------&lt;br /&gt;
*make note to ask dondi specific code to use to obtain 3446 match results&lt;br /&gt;
&lt;br /&gt;
=== Using SQL Queries to Validate the PostgreSQL Database Results from the TallyEngine===&lt;br /&gt;
I ran a SQL query designed to match the pattern BP####:&lt;br /&gt;
&lt;br /&gt;
 select count (*) from genenametype where type = &amp;#039;ordered locus&amp;#039; and value ~ &amp;#039;BP[0-9][0-9][0-9][0-9]&amp;#039;;&lt;br /&gt;
&lt;br /&gt;
Results:&lt;br /&gt;
*[[File:Sqlcount_cw20151203.png]]&lt;br /&gt;
* The number of unique matches yielded by this SQL query, 3446.&lt;br /&gt;
&lt;br /&gt;
===OriginalRowCounts Comparison===&lt;br /&gt;
&lt;br /&gt;
I opened the gene database file [[File:Bpertussis-std_cw20151203.zip]] in  Microsoft Access and assessed the &amp;quot;OriginalRowCounts&amp;quot; table to see if the expected tables were listed with the expected number of records. The contents of this table were compared to the &amp;#039;&amp;#039;OriginalRowCounts&amp;#039;&amp;#039; table of an existing .gdb file created during Week 9.&lt;br /&gt;
 &lt;br /&gt;
Benchmark .gdb file: &amp;#039;&amp;#039;Vc-Std_20151027_TR&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;OriginalRowCounts&amp;quot; table from the benchmark and new gdb:&lt;br /&gt;
&lt;br /&gt;
*All 52 tables present in the 2015 &amp;#039;&amp;#039;Vibrio cholerae&amp;#039;&amp;#039; database were also present in the &amp;#039;&amp;#039;B. pertussis&amp;#039;&amp;#039; database tagged _cw20151203. This confirmed that all expected tables were successfully created.&lt;br /&gt;
*Further, the &amp;quot;OrderedLocusNames&amp;quot; count produced by Tally Engine should hopefully represent this number. &lt;br /&gt;
&lt;br /&gt;
Note: The &amp;quot;OriginalRowCounts&amp;quot; tables were too large to screenshot. To circumvent this problem and facilitate the comparison, I copied the &amp;quot;OriginalRowCounts&amp;quot; tables from both gene databases into an Excel file and zoomed out. The above screenshot was taken from this Excel file. The &amp;quot;OrderedLocusNames&amp;quot; row counts are highlighted in yellow.&lt;br /&gt;
&lt;br /&gt;
===Visual Inspection===&lt;br /&gt;
I visually inspected individual tables within [[File:Bpertussis-std_cw20151203.zip]] using Microsoft Access.&lt;br /&gt;
*Systems Table&lt;br /&gt;
**35 gene ID systems were listed, 11 of which listed the appropriate import date (12/03/2015)&lt;br /&gt;
***All gene ID systems relevant to &amp;#039;&amp;#039;B. pertussis&amp;#039;&amp;#039; were listed. This includes: EMBL, EnsemblBacteria, GeneID, GeneOntology, InterPro, OrderedLocusNames, Pfam, RefSeq, and UniProt.&lt;br /&gt;
***This result corresponded with that of the benchmark .gdb file listed in the &amp;quot;OriginalRowCounts Comparison&amp;quot; section.&lt;br /&gt;
*UniProt Table&lt;br /&gt;
**This table contained 3258 entries with 6 character IDs.&lt;br /&gt;
**All ID&amp;#039;s in the UniProt table conform to the following pattern: [[File:UniProt Ascension Number info.PNG]]&lt;br /&gt;
&lt;br /&gt;
*RefSeq Table&lt;br /&gt;
**This table contained 6627 entries. All IDs began with one of three prefixes: &amp;quot;NP_&amp;quot;, &amp;quot;YP_&amp;quot;, or &amp;quot;WP_&amp;quot;. The meanings of these prefixes can be found in the RefSeq documentation found [http://www.ncbi.nlm.nih.gov/books/NBK50679/ here].&lt;br /&gt;
***&amp;quot;NP_&amp;quot; and &amp;quot;YP_&amp;quot; Prefixes&lt;br /&gt;
****Refer to proteins. There are 3410 &amp;quot;NP_&amp;quot; IDs and 7 &amp;quot;YP_&amp;quot; IDs.&lt;br /&gt;
***&amp;quot;WP_&amp;quot; Prefixes&lt;br /&gt;
****Refer to &amp;quot;autonomous non-redundant proteins that are not yet directly annotated on a genome&amp;quot;. There were 3210 IDs with the &amp;quot;WP_&amp;quot; prefixes.&lt;br /&gt;
***Overall, every entry in the ID column was an expected value.&lt;br /&gt;
*OrderedLocusNames Table&lt;br /&gt;
**This table contained 3446 entries (consistent with &amp;amp; SQL counts).&lt;br /&gt;
**The IDs were copied into an Excel document for analysis:&lt;br /&gt;
***3434 IDs conformed to the pattern &amp;quot;BP####&amp;quot;&lt;br /&gt;
***1 ID was unique: &amp;quot;BP3167.1&amp;quot;&lt;br /&gt;
***The other 11 IDs showed up as ORF&lt;br /&gt;
&lt;br /&gt;
===.gdb Use in GenMAPP===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Need to add more instructions here.--&amp;gt;&lt;br /&gt;
*By following the instructions in [http://www.openwetware.org/wiki/BIOL367/F10:GenMAPP_and_MAPPFinder_Protocols Part 2 of the &amp;#039;&amp;#039;Vibrio cholerae&amp;#039;&amp;#039; Microarray Data Analysis] and looking at Brandon&amp;#039;s Week 9 individual journal assignment, I was able to verify that our Gene Database works in GenMAPP.&lt;br /&gt;
*I was able to open the GenMAPP program on the computer, and then I went to Data -&amp;gt; Choose Gene Database -&amp;gt; and selected the cw20151119 gdb file.&lt;br /&gt;
**There were no problems thus far as our database was able to load into the program.&lt;br /&gt;
&lt;br /&gt;
====Putting a gene on the MAPP using the GeneFinder window====&lt;br /&gt;
&lt;br /&gt;
*In the main GenMAPP Drafting Board window, I left-clicked on the icon for &amp;quot;Gene&amp;quot; in the upper left corner of the window.  &lt;br /&gt;
**I clicked on the Drafting Board to place the Gene on the MAPP.  &lt;br /&gt;
**Then I right-clicked on the gene to access the GeneFinder window.  &lt;br /&gt;
**I went through each of the five inconsistent Gene IDs in GeneFinder.&lt;br /&gt;
&lt;br /&gt;
**I typed in the gene Id BP3167.1 into the Gene ID field and selected &amp;quot;OrderedLocusName&amp;quot; for the Gene ID system.&lt;br /&gt;
**In the main GenMAPP Drafting Board window, I left-clicked on the icon for &amp;quot;Gene&amp;quot; in the upper left corner of the window.  &lt;br /&gt;
***I clicked on the Drafting Board to place the Gene on the MAPP.  &lt;br /&gt;
***Then I right-clicked on the gene to access the GeneFinder window.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*I typed in the gene Id BP1252 into the Gene ID field and selected &amp;quot;OrderedLocusName&amp;quot; for the Gene ID system. This served as a &amp;quot;control&amp;quot; to look up a consistent Gene ID to compare to.&lt;br /&gt;
**In the main GenMAPP Drafting Board window, I left-clicked on the icon for &amp;quot;Gene&amp;quot; in the upper left corner of the window.  &lt;br /&gt;
***I clicked on the Drafting Board to place the Gene on the MAPP.  &lt;br /&gt;
***Then I right-clicked on the gene to access the GeneFinder window.  &lt;br /&gt;
&lt;br /&gt;
***I typed in the gene Id BP0101A into the Gene ID field and selected &amp;quot;OrderedLocusName&amp;quot; for the Gene ID system.&lt;br /&gt;
**In the main GenMAPP Drafting Board window, I left-clicked on the icon for &amp;quot;Gene&amp;quot; in the upper left corner of the window.  &lt;br /&gt;
***I clicked on the Drafting Board to place the Gene on the MAPP.  &lt;br /&gt;
***Then I right-clicked on the gene to access the GeneFinder window.  &lt;br /&gt;
&lt;br /&gt;
*In the main GenMAPP Drafting Board window, I left-clicked on the icon for &amp;quot;Gene&amp;quot; in the upper left corner of the window.  &lt;br /&gt;
**I clicked on the Drafting Board to place the Gene on the MAPP.  &lt;br /&gt;
**Then I right-clicked on the gene to access the GeneFinder window.  &lt;br /&gt;
**I typed in the gene Id BP0101B into the Gene ID field and selected &amp;quot;OrderedLocusName&amp;quot; for the Gene ID system.&lt;br /&gt;
&lt;br /&gt;
*In the main GenMAPP Drafting Board window, I left-clicked on the icon for &amp;quot;Gene&amp;quot; in the upper left corner of the window.  &lt;br /&gt;
**I clicked on the Drafting Board to place the Gene on the MAPP.  &lt;br /&gt;
**Then I right-clicked on the gene to access the GeneFinder window.  &lt;br /&gt;
**I typed in the gene Id BP0684A into the Gene ID field and selected &amp;quot;OrderedLocusName&amp;quot; for the Gene ID system.&lt;br /&gt;
**When the gene was found this is the back page that popped up:&lt;br /&gt;
&lt;br /&gt;
*In the main GenMAPP Drafting Board window, I left-clicked on the icon for &amp;quot;Gene&amp;quot; in the upper left corner of the window.  &lt;br /&gt;
**I clicked on the Drafting Board to place the Gene on the MAPP.  &lt;br /&gt;
**Then I right-clicked on the gene to access the GeneFinder window.  &lt;br /&gt;
**I typed in the gene Id BP0970A into the Gene ID field and selected &amp;quot;GeneID&amp;quot; for the Gene ID system.&lt;br /&gt;
&lt;br /&gt;
**All of the expected cross-referenced IDs were present.&lt;br /&gt;
&lt;br /&gt;
*Screenshot of all of the sample ID&amp;#039;s on a MAPP:&lt;br /&gt;
*[[Genesonmap_cw20151203.png]]&lt;br /&gt;
&lt;br /&gt;
====Expression Dataset and MAPPFinder Analysis====&lt;br /&gt;
*We do not have the expression dataset yet that is to be created by the GenMAPP Builders; they are still working on performing the corrections to the data that has been compiled into an excel spreadsheet.&lt;br /&gt;
*Once the file is complete, we will proceed with the data analysis using the desired programs.&lt;br /&gt;
&lt;br /&gt;
=== Compare Gene Database to Outside Resource===&lt;br /&gt;
*We will complete this step after progressing further into the project.&lt;br /&gt;
The OrderedLocusNames IDs in the exported Gene Database are derived from the UniProt XML.  It is a good idea to check your list of OrderedLocusNames IDs to see how complete it is using the original source of the data (the sequencing organization, the MOD, etc.)  Because UniProt is a protein database, it does not reference any non-protein genome features such as genes that code for functional RNAs, centromeres, telomeres, etc.&lt;br /&gt;
&lt;br /&gt;
[[Category: Class Whoopers]]&lt;/div&gt;</summary>
		<author><name>Msaeedi23</name></author>	</entry>

	<entry>
		<id>https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=Gene_Database_Testing_Report-_cw20151203&amp;diff=7496</id>
		<title>Gene Database Testing Report- cw20151203</title>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=Gene_Database_Testing_Report-_cw20151203&amp;diff=7496"/>
				<updated>2015-12-08T08:16:41Z</updated>
		
		<summary type="html">&lt;p&gt;Msaeedi23: gene database testing report cw20151203&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Files Asked for in the Gene Database Testing Report==&lt;br /&gt;
For convenience, all of the files explicitly asked for in the sections below were compressed together in this file: [[]]&lt;br /&gt;
&lt;br /&gt;
==Pre-requisites==&lt;br /&gt;
The following set of software was used in the creation and testing of the &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene database:&lt;br /&gt;
&lt;br /&gt;
# [http://www.7-zip.org/ 7-zip]tool that for unpacking .gz and .zip files&lt;br /&gt;
# [http://www.postgresql.org PostgreSQL] on Windows (version 9.4.x)&lt;br /&gt;
# [https://sourceforge.net/projects/xmlpipedb/files/ GenMAPP Builder]&lt;br /&gt;
# Java JDK 1.8 64-bit&lt;br /&gt;
# [https://github.com/GenMAPPCS/genmapp GenMAPP 2]&lt;br /&gt;
# [https://sourceforge.net/projects/xmlpipedb/files/ XMLPipeDB match utility] for counting IDs in XML files&lt;br /&gt;
# Microsoft Access for reading .mdb files&lt;br /&gt;
&lt;br /&gt;
==Gene Database Creation==&lt;br /&gt;
===Downloading Data Source Files and GenMAPP Builder===&lt;br /&gt;
&lt;br /&gt;
*I download the UniProt XML, GOA, and GO OBO-XML files for &amp;#039;&amp;#039;Bordetella Pertussis&amp;#039;&amp;#039; along with the GenMAPP Builder program.&lt;br /&gt;
**All files were saved to the folder &amp;#039;&amp;#039;Bklein7_CW\bpertussis_cw20151203&amp;#039;&amp;#039; on my computer&amp;#039;s ThawSpace.&lt;br /&gt;
**Files that required extraction were unzipped using [http://www.7-zip.org/ 7-zip].&lt;br /&gt;
**Data files that remained in a folder after unzipping were removed from their folders to facilitate organization and command line processing.&lt;br /&gt;
&lt;br /&gt;
====UniProt XML====&lt;br /&gt;
&lt;br /&gt;
* I went to the [http://www.uniprot.org/taxonomy/complete-proteomes UniProt Complete Proteomes] page.&lt;br /&gt;
**From there, I navigated to the complete proteome download page for [http://www.uniprot.org/proteomes/UP000002676 Bordetella pertussis (strain Tohama I / ATCC BAA-589 / NCTC 13251)].&lt;br /&gt;
** I clicked on the &amp;quot;Download&amp;quot; button at the top of the page above and selected the following options:&lt;br /&gt;
***&amp;quot;Download all&amp;quot;&lt;br /&gt;
***&amp;quot;XML&amp;quot; from the &amp;quot;Format&amp;quot; drop-down menu&lt;br /&gt;
***&amp;quot;Compressed&amp;quot; format&lt;br /&gt;
**I extracted the file using [http://www.7-zip.org/ 7-zip].&lt;br /&gt;
&lt;br /&gt;
====GOA====&lt;br /&gt;
&lt;br /&gt;
* UniProt-GOA files can be downloaded from the [http://ftp.ebi.ac.uk/pub/databases/GO/goa/ UniProt-GOA ftp site].&lt;br /&gt;
*Within the above site, I navigated to the [http://ftp.ebi.ac.uk/pub/databases/GO/goa/proteomes/145.B_pertussis_ATCC_BAA-589.goa for &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; strain Tohama I].&lt;br /&gt;
**This text file was automatically opened by my browser. Therefore, I had to manually download the file.&lt;br /&gt;
&lt;br /&gt;
====GO OBO-XML====&lt;br /&gt;
&lt;br /&gt;
* I downloaded the GO OBO-XML formatted file from the [http://geneontology.org/page/download-ontology#Legacy_Downloads Gene Ontology legacy download page].&lt;br /&gt;
*I extracted the file using [http://www.7-zip.org/ 7-zip].&lt;br /&gt;
&lt;br /&gt;
====Downloaded GenMAPP Builder====&lt;br /&gt;
&lt;br /&gt;
# I downloaded the custom version of GenMAPP Builder including the &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; custom class expanded to include ORF listings in exports (Version 3.0.0 Build 5 - cw20151203): [[File:Dist cw20151203.zip]].&lt;br /&gt;
# I extracted the GenMAPP Builder folder using [http://www.7-zip.org/ 7-zip].&lt;br /&gt;
&lt;br /&gt;
===Creating the New Database in PostgreSQL===&lt;br /&gt;
&lt;br /&gt;
* I launched &amp;#039;&amp;#039;pgAdmin III&amp;#039;&amp;#039; and connected to the PostgreSQL 9.4 server (localhost:5432).&lt;br /&gt;
** On this server, I created a new database: &amp;#039;&amp;#039;bpertussis_cw20151201_gmb3build5&amp;#039;&amp;#039;.&lt;br /&gt;
** I opened the SQL Editor tab to use an XMLPipeDB query to create the tables in the database.&lt;br /&gt;
*** I clicked on the Open File icon and selected the file &amp;#039;&amp;#039;gmbuilder.sql&amp;#039;&amp;#039;. This imported a series of SQL commands into the editor tab.&lt;br /&gt;
*** I clicked on the Execute Query icon to run this command.&lt;br /&gt;
***In viewing the schema for this database, I confirmed that there were 167 tables after running the above command.&lt;br /&gt;
&lt;br /&gt;
===Configuring GenMAPP Builder to Connect to the PostgreSQL Database===&lt;br /&gt;
&lt;br /&gt;
* To begin, I launched gmbuilder.bat.&lt;br /&gt;
* I selected the &amp;quot;Configure Database&amp;quot; option and entered the following information into the fields below:&lt;br /&gt;
** Host or address: localhost&lt;br /&gt;
** Port number: 5432&lt;br /&gt;
** Database name: bpertussis_cw20151201_gmb3build5&lt;br /&gt;
** Username: postgres&lt;br /&gt;
** Password: Welcome1&lt;br /&gt;
&lt;br /&gt;
===Importing Data into the PostgreSQL Database===&lt;br /&gt;
&lt;br /&gt;
*The downloaded data files for &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; were specified and imported into the database by clicking on the following buttons:&lt;br /&gt;
** Selected File &amp;gt; Import UniProt XML...&lt;br /&gt;
** Selected File &amp;gt; Import GO OBO-XML...&lt;br /&gt;
** Clicked OK to the message asking to process the GO data.&lt;br /&gt;
** Selected File &amp;gt; Import GOA...&lt;br /&gt;
&lt;br /&gt;
===Exporting a GenMAPP Gene Database (.gdb)===&lt;br /&gt;
&lt;br /&gt;
* I selected File &amp;gt; Export to GenMAPP Gene Database... to begin the export process.&lt;br /&gt;
* I typed my name in the owner field (Brandon Klein).&lt;br /&gt;
* I selected &amp;quot;Bordetella pertussis (strain Tohama I/ATCC BAA-589/NCTC 13251), Taxon ID 257313&amp;quot; as the gene database species and then clicked &amp;#039;&amp;#039;Next&amp;#039;&amp;#039;.&lt;br /&gt;
* The database was saved as &amp;#039;&amp;#039;bpertussis-std_cw20151203&amp;#039;&amp;#039;.&lt;br /&gt;
* I checked the boxes for exporting all Molecular Function, Cellular Component, and Biological Process Gene Ontology Terms.&lt;br /&gt;
* Finally, I clicked the &amp;quot;Next&amp;quot; button to begin the export process.&lt;br /&gt;
&lt;br /&gt;
==Gene Database Testing Report==&lt;br /&gt;
===Export Information===&lt;br /&gt;
&lt;br /&gt;
Version of GenMAPP Builder: Version 3.0.0 Build 5 - cw20151203&lt;br /&gt;
&lt;br /&gt;
Computer on which export was run: Seaver 120- Last computer on the right in the row farthest from the front of the room&lt;br /&gt;
&lt;br /&gt;
Postgres Database name: bpertussis_cw20151201_gmb3build5&lt;br /&gt;
&lt;br /&gt;
UniProt XML filename: [[File:Uniprot-proteome-UP000002676 cw20151201.zip]]&lt;br /&gt;
* UniProt XML version (The version information was found at [http://uniprot.org/news the UniProt News Page]): 2015_11&lt;br /&gt;
* UniProt XML download link: [http://www.uniprot.org/proteomes/UP000002676 Bordetella pertussis (strain Tohama I / ATCC BAA-589 / NCTC 13251)]&lt;br /&gt;
* Time taken to import: 2.59 minutes&lt;br /&gt;
** Note: The import time was nearly equivalent to that when creating the previous &amp;quot;Bordetella pertussis&amp;quot; gene database: bpertussis-std_cw20151119.gdb (2.60 minute). No interruptions occurred during this process.&lt;br /&gt;
&lt;br /&gt;
GO OBO-XML filename: [[File:Go daily-termdb cw20151201.zip]]&lt;br /&gt;
* GO OBO-XML version (The version information was found in the file properties): Last Modified- ‎‎December ‎01, ‎2015, ‏‎2:21:31 AM&lt;br /&gt;
* GO OBO-XML download link: [http://geneontology.org/page/download-ontology#Legacy_Downloads Gene Ontology legacy download page]&lt;br /&gt;
* Time taken to import: 7.08 minutes &lt;br /&gt;
* Time taken to process: 4.42 minutes&lt;br /&gt;
** Note: The import and processing times were similar to those for the previous &amp;quot;Bordetella pertussis&amp;quot; gene database: bpertussis-std_cw20151119.gdb (6.99 minutes and 4.48 minutes respectively). No interruptions occurred during these processes.&lt;br /&gt;
&lt;br /&gt;
GOA filename: [[File:145.B pertussis ATCC BAA-589 cw20151201.zip]]&lt;br /&gt;
* GOA version (found in the Last modified field on the [ftp://ftp.ebi.ac.uk/pub/databases/GO/goa/proteomes/ FTP site]): Last Modified- 11/10/15 1:39:00 PM&lt;br /&gt;
* GOA download link: [http://ftp.ebi.ac.uk/pub/databases/GO/goa/proteomes/145.B_pertussis_ATCC_BAA-589.goa for &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; strain Tohama I]&lt;br /&gt;
* Time taken to import: 0.04 minutes&lt;br /&gt;
** Note: The import time was equal to that of the previous &amp;quot;Bordetella pertussis&amp;quot; gene database: bpertussis-std_cw20151119.gdb. No interruptions occurred during this process.&lt;br /&gt;
&lt;br /&gt;
Name of .gdb file: [[File:Bpertussis-std cw20151203.zip]]&lt;br /&gt;
* Time taken to export: &lt;br /&gt;
** Start time: 4:02 PM&lt;br /&gt;
** End time: 4:56 PM&lt;br /&gt;
** Elapsed time: 54 minutes&lt;br /&gt;
Note: No interruptions occurred during the export process.&lt;br /&gt;
&lt;br /&gt;
===TallyEngine===&lt;br /&gt;
&lt;br /&gt;
* I ran the TallyEngine in GenMAPP Builder and specified the following files:&lt;br /&gt;
**XML- [[File:Uniprot-proteome-UP000002676 cw20151201.zip]]&lt;br /&gt;
**GO- [[File:Go daily-termdb cw20151201.zip]]&lt;br /&gt;
*Results:&lt;br /&gt;
**[[File: Tallyenginecustomization_cw20151203.png]]&lt;br /&gt;
**All tally results were consistent across both files.&lt;br /&gt;
=== Using XMLPipeDB match to Validate the XML Results from the TallyEngine===&lt;br /&gt;
The following functions were performed using the Windows command line (cmd).&lt;br /&gt;
*I entered my project folder using the following command:&lt;br /&gt;
 cd /d T:\Bklein7_CW&lt;br /&gt;
*I used XMLPipeDB match to identify matches of any ordered locus name following the pattern &amp;quot;BP####&amp;quot; in the UniProt XML file. The command sequence used is as follows:\&lt;br /&gt;
 java -jar xmlpipedb-match-1.1.1.jar &amp;quot;BP[0-9][0-9][0-9][0-9]&amp;quot; &amp;lt; &amp;quot;uniprot-proteome%3AUP000002676_cw20151201.xml&amp;quot;&lt;br /&gt;
*Match Results:&lt;br /&gt;
----------&lt;br /&gt;
*make note to ask dondi specific code to use to obtain 3446 match results&lt;br /&gt;
&lt;br /&gt;
=== Using SQL Queries to Validate the PostgreSQL Database Results from the TallyEngine===&lt;br /&gt;
I ran a SQL query designed to match the pattern BP####:&lt;br /&gt;
&lt;br /&gt;
 select count (*) from genenametype where type = &amp;#039;ordered locus&amp;#039; and value ~ &amp;#039;BP[0-9][0-9][0-9][0-9]&amp;#039;;&lt;br /&gt;
&lt;br /&gt;
Results:&lt;br /&gt;
*[[File:Sqlcount_cw20151203.png]]&lt;br /&gt;
* The number of unique matches yielded by this SQL query, 3446.&lt;br /&gt;
&lt;br /&gt;
===OriginalRowCounts Comparison===&lt;br /&gt;
&lt;br /&gt;
I opened the gene database file [[File:Bpertussis-std_cw20151203.zip]] in  Microsoft Access and assessed the &amp;quot;OriginalRowCounts&amp;quot; table to see if the expected tables were listed with the expected number of records. The contents of this table were compared to the &amp;#039;&amp;#039;OriginalRowCounts&amp;#039;&amp;#039; table of an existing .gdb file created during Week 9.&lt;br /&gt;
 &lt;br /&gt;
Benchmark .gdb file: &amp;#039;&amp;#039;Vc-Std_20151027_TR&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;OriginalRowCounts&amp;quot; table from the benchmark and new gdb:&lt;br /&gt;
*[[File:OriginalRowCountsComparison cw20151119.PNG]]&lt;br /&gt;
*All 52 tables present in the 2015 &amp;#039;&amp;#039;Vibrio cholerae&amp;#039;&amp;#039; database were also present in the &amp;#039;&amp;#039;B. pertussis&amp;#039;&amp;#039; database tagged _cw20151203. This confirmed that all expected tables were successfully created.&lt;br /&gt;
*Further, the &amp;quot;OrderedLocusNames&amp;quot; count produced by Tally Engine should hopefully represent this number. &lt;br /&gt;
&lt;br /&gt;
Note: The &amp;quot;OriginalRowCounts&amp;quot; tables were too large to screenshot. To circumvent this problem and facilitate the comparison, I copied the &amp;quot;OriginalRowCounts&amp;quot; tables from both gene databases into an Excel file and zoomed out. The above screenshot was taken from this Excel file. The &amp;quot;OrderedLocusNames&amp;quot; row counts are highlighted in yellow.&lt;br /&gt;
&lt;br /&gt;
===Visual Inspection===&lt;br /&gt;
I visually inspected individual tables within [[File:Bpertussis-std_cw20151203.zip]] using Microsoft Access.&lt;br /&gt;
*Systems Table&lt;br /&gt;
**35 gene ID systems were listed, 11 of which listed the appropriate import date (12/03/2015)&lt;br /&gt;
***All gene ID systems relevant to &amp;#039;&amp;#039;B. pertussis&amp;#039;&amp;#039; were listed. This includes: EMBL, EnsemblBacteria, GeneID, GeneOntology, InterPro, OrderedLocusNames, Pfam, RefSeq, and UniProt.&lt;br /&gt;
***This result corresponded with that of the benchmark .gdb file listed in the &amp;quot;OriginalRowCounts Comparison&amp;quot; section.&lt;br /&gt;
*UniProt Table&lt;br /&gt;
**This table contained 3258 entries with 6 character IDs.&lt;br /&gt;
**All ID&amp;#039;s in the UniProt table conform to the following pattern: [[File:UniProt Ascension Number info.PNG]]&lt;br /&gt;
&lt;br /&gt;
*RefSeq Table&lt;br /&gt;
**This table contained 6627 entries. All IDs began with one of three prefixes: &amp;quot;NP_&amp;quot;, &amp;quot;YP_&amp;quot;, or &amp;quot;WP_&amp;quot;. The meanings of these prefixes can be found in the RefSeq documentation found [http://www.ncbi.nlm.nih.gov/books/NBK50679/ here].&lt;br /&gt;
***&amp;quot;NP_&amp;quot; and &amp;quot;YP_&amp;quot; Prefixes&lt;br /&gt;
****Refer to proteins. There are 3410 &amp;quot;NP_&amp;quot; IDs and 7 &amp;quot;YP_&amp;quot; IDs.&lt;br /&gt;
***&amp;quot;WP_&amp;quot; Prefixes&lt;br /&gt;
****Refer to &amp;quot;autonomous non-redundant proteins that are not yet directly annotated on a genome&amp;quot;. There were 3210 IDs with the &amp;quot;WP_&amp;quot; prefixes.&lt;br /&gt;
***Overall, every entry in the ID column was an expected value.&lt;br /&gt;
*OrderedLocusNames Table&lt;br /&gt;
**This table contained 3446 entries (consistent with &amp;amp; SQL counts).&lt;br /&gt;
**The IDs were copied into an Excel document for analysis:&lt;br /&gt;
***3434 IDs conformed to the pattern &amp;quot;BP####&amp;quot;&lt;br /&gt;
***1 ID was unique: &amp;quot;BP3167.1&amp;quot;&lt;br /&gt;
***The other 11 IDs showed up as ORF&lt;br /&gt;
&lt;br /&gt;
===.gdb Use in GenMAPP===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Need to add more instructions here.--&amp;gt;&lt;br /&gt;
*By following the instructions in [http://www.openwetware.org/wiki/BIOL367/F10:GenMAPP_and_MAPPFinder_Protocols Part 2 of the &amp;#039;&amp;#039;Vibrio cholerae&amp;#039;&amp;#039; Microarray Data Analysis] and looking at Brandon&amp;#039;s Week 9 individual journal assignment, I was able to verify that our Gene Database works in GenMAPP.&lt;br /&gt;
*I was able to open the GenMAPP program on the computer, and then I went to Data -&amp;gt; Choose Gene Database -&amp;gt; and selected the cw20151119 gdb file.&lt;br /&gt;
**There were no problems thus far as our database was able to load into the program.&lt;br /&gt;
&lt;br /&gt;
====Putting a gene on the MAPP using the GeneFinder window====&lt;br /&gt;
&lt;br /&gt;
*In the main GenMAPP Drafting Board window, I left-clicked on the icon for &amp;quot;Gene&amp;quot; in the upper left corner of the window.  &lt;br /&gt;
**I clicked on the Drafting Board to place the Gene on the MAPP.  &lt;br /&gt;
**Then I right-clicked on the gene to access the GeneFinder window.  &lt;br /&gt;
**I went through each of the five inconsistent Gene IDs in GeneFinder.&lt;br /&gt;
&lt;br /&gt;
**I typed in the gene Id BP3167.1 into the Gene ID field and selected &amp;quot;OrderedLocusName&amp;quot; for the Gene ID system.&lt;br /&gt;
**In the main GenMAPP Drafting Board window, I left-clicked on the icon for &amp;quot;Gene&amp;quot; in the upper left corner of the window.  &lt;br /&gt;
***I clicked on the Drafting Board to place the Gene on the MAPP.  &lt;br /&gt;
***Then I right-clicked on the gene to access the GeneFinder window.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*I typed in the gene Id BP1252 into the Gene ID field and selected &amp;quot;OrderedLocusName&amp;quot; for the Gene ID system. This served as a &amp;quot;control&amp;quot; to look up a consistent Gene ID to compare to.&lt;br /&gt;
**In the main GenMAPP Drafting Board window, I left-clicked on the icon for &amp;quot;Gene&amp;quot; in the upper left corner of the window.  &lt;br /&gt;
***I clicked on the Drafting Board to place the Gene on the MAPP.  &lt;br /&gt;
***Then I right-clicked on the gene to access the GeneFinder window.  &lt;br /&gt;
&lt;br /&gt;
***I typed in the gene Id BP0101A into the Gene ID field and selected &amp;quot;OrderedLocusName&amp;quot; for the Gene ID system.&lt;br /&gt;
**In the main GenMAPP Drafting Board window, I left-clicked on the icon for &amp;quot;Gene&amp;quot; in the upper left corner of the window.  &lt;br /&gt;
***I clicked on the Drafting Board to place the Gene on the MAPP.  &lt;br /&gt;
***Then I right-clicked on the gene to access the GeneFinder window.  &lt;br /&gt;
&lt;br /&gt;
*In the main GenMAPP Drafting Board window, I left-clicked on the icon for &amp;quot;Gene&amp;quot; in the upper left corner of the window.  &lt;br /&gt;
**I clicked on the Drafting Board to place the Gene on the MAPP.  &lt;br /&gt;
**Then I right-clicked on the gene to access the GeneFinder window.  &lt;br /&gt;
**I typed in the gene Id BP0101B into the Gene ID field and selected &amp;quot;OrderedLocusName&amp;quot; for the Gene ID system.&lt;br /&gt;
&lt;br /&gt;
*In the main GenMAPP Drafting Board window, I left-clicked on the icon for &amp;quot;Gene&amp;quot; in the upper left corner of the window.  &lt;br /&gt;
**I clicked on the Drafting Board to place the Gene on the MAPP.  &lt;br /&gt;
**Then I right-clicked on the gene to access the GeneFinder window.  &lt;br /&gt;
**I typed in the gene Id BP0684A into the Gene ID field and selected &amp;quot;OrderedLocusName&amp;quot; for the Gene ID system.&lt;br /&gt;
**When the gene was found this is the back page that popped up:&lt;br /&gt;
&lt;br /&gt;
*In the main GenMAPP Drafting Board window, I left-clicked on the icon for &amp;quot;Gene&amp;quot; in the upper left corner of the window.  &lt;br /&gt;
**I clicked on the Drafting Board to place the Gene on the MAPP.  &lt;br /&gt;
**Then I right-clicked on the gene to access the GeneFinder window.  &lt;br /&gt;
**I typed in the gene Id BP0970A into the Gene ID field and selected &amp;quot;GeneID&amp;quot; for the Gene ID system.&lt;br /&gt;
&lt;br /&gt;
**All of the expected cross-referenced IDs were present.&lt;br /&gt;
&lt;br /&gt;
*Screenshot of all of the sample ID&amp;#039;s on a MAPP:&lt;br /&gt;
*[[Genesonmap_cw20151203.png]]&lt;br /&gt;
&lt;br /&gt;
====Expression Dataset and MAPPFinder Analysis====&lt;br /&gt;
*We do not have the expression dataset yet that is to be created by the GenMAPP Builders; they are still working on performing the corrections to the data that has been compiled into an excel spreadsheet.&lt;br /&gt;
*Once the file is complete, we will proceed with the data analysis using the desired programs.&lt;br /&gt;
&lt;br /&gt;
=== Compare Gene Database to Outside Resource===&lt;br /&gt;
*We will complete this step after progressing further into the project.&lt;br /&gt;
The OrderedLocusNames IDs in the exported Gene Database are derived from the UniProt XML.  It is a good idea to check your list of OrderedLocusNames IDs to see how complete it is using the original source of the data (the sequencing organization, the MOD, etc.)  Because UniProt is a protein database, it does not reference any non-protein genome features such as genes that code for functional RNAs, centromeres, telomeres, etc.&lt;br /&gt;
&lt;br /&gt;
[[Category: Class Whoopers]]&lt;/div&gt;</summary>
		<author><name>Msaeedi23</name></author>	</entry>

	<entry>
		<id>https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=File:Genesonmap_cw20151203.png&amp;diff=7495</id>
		<title>File:Genesonmap cw20151203.png</title>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=File:Genesonmap_cw20151203.png&amp;diff=7495"/>
				<updated>2015-12-08T08:16:11Z</updated>
		
		<summary type="html">&lt;p&gt;Msaeedi23: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Msaeedi23</name></author>	</entry>

	<entry>
		<id>https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=File:Bpertussis-std_cw20151203.zip&amp;diff=7494</id>
		<title>File:Bpertussis-std cw20151203.zip</title>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=File:Bpertussis-std_cw20151203.zip&amp;diff=7494"/>
				<updated>2015-12-08T07:50:22Z</updated>
		
		<summary type="html">&lt;p&gt;Msaeedi23: Msaeedi23 uploaded a new version of File:Bpertussis-std cw20151203.zip&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;.gdb file made using gmbuilder build cw20151203&lt;/div&gt;</summary>
		<author><name>Msaeedi23</name></author>	</entry>

	<entry>
		<id>https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=File:Sqlcount_cw20151203.png&amp;diff=7490</id>
		<title>File:Sqlcount cw20151203.png</title>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=File:Sqlcount_cw20151203.png&amp;diff=7490"/>
				<updated>2015-12-08T07:48:08Z</updated>
		
		<summary type="html">&lt;p&gt;Msaeedi23: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Msaeedi23</name></author>	</entry>

	<entry>
		<id>https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=File:Tallyenginecustomization_cw20151203.png&amp;diff=7483</id>
		<title>File:Tallyenginecustomization cw20151203.png</title>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=File:Tallyenginecustomization_cw20151203.png&amp;diff=7483"/>
				<updated>2015-12-08T07:31:57Z</updated>
		
		<summary type="html">&lt;p&gt;Msaeedi23: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Msaeedi23</name></author>	</entry>

	<entry>
		<id>https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=Msaeedi23_Week_14&amp;diff=7473</id>
		<title>Msaeedi23 Week 14</title>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=Msaeedi23_Week_14&amp;diff=7473"/>
				<updated>2015-12-08T07:00:43Z</updated>
		
		<summary type="html">&lt;p&gt;Msaeedi23: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Bordetella Pertussis Species Profile Customization==&lt;br /&gt;
&lt;br /&gt;
===ID inconsistencies===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{template: msaeedi23}}&lt;/div&gt;</summary>
		<author><name>Msaeedi23</name></author>	</entry>

	<entry>
		<id>https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=Msaeedi23_Week_14&amp;diff=7472</id>
		<title>Msaeedi23 Week 14</title>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=Msaeedi23_Week_14&amp;diff=7472"/>
				<updated>2015-12-08T06:59:25Z</updated>
		
		<summary type="html">&lt;p&gt;Msaeedi23: Created page with &amp;quot;==Bordetella Pertussis Species Profile Customization==  ===ID inconsistencies===&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Bordetella Pertussis Species Profile Customization==&lt;br /&gt;
&lt;br /&gt;
===ID inconsistencies===&lt;/div&gt;</summary>
		<author><name>Msaeedi23</name></author>	</entry>

	<entry>
		<id>https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=The_Class_Whoopers&amp;diff=7470</id>
		<title>The Class Whoopers</title>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=The_Class_Whoopers&amp;diff=7470"/>
				<updated>2015-12-08T06:53:15Z</updated>
		
		<summary type="html">&lt;p&gt;Msaeedi23: /* Meetings! */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Team Information &amp;amp; Links =&lt;br /&gt;
&lt;br /&gt;
{{Template:Class Whoopers}}&lt;br /&gt;
&lt;br /&gt;
=Weekly Updates=&lt;br /&gt;
==Week 14==&lt;br /&gt;
&lt;br /&gt;
===Goals===&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Assignment due date:&amp;#039;&amp;#039;&amp;#039; Midnight Tuesday, December 8&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Coder:&amp;#039;&amp;#039;&amp;#039; Create the custom species profile for &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039;, run an export using the customized version of GenMAPP Builder, add further customizations to the custom species profile as appear necessary, and run a second export using the further customized version of GenMAPP Builder.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Quality Assurance:&amp;#039;&amp;#039;&amp;#039; Identify gene IDs that are missing in the first custom export, work with the coder to classify these IDs, configure the Tally Engine, and complete a gene database testing report for the second custom export.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;GenMAPP User:&amp;#039;&amp;#039;&amp;#039; Complete the statistical analysis of the data, format the data for import into GenMAPP, and coordinate with the coder/QA to import this data into GenMAPP using the custom gene database.&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Brandon (Coder and Project Manager):&amp;#039;&amp;#039;&amp;#039; This week, I focused on creating and customizing the species profile for &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; in GenMAPP Builder, the details of which can be found in my [[Bklein7 Week 14| Week 14 Journal Entry]]. I documented the first export I conducted using a custom &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; species profile here: [[Gene Database Testing Report- cw20151201]]. I demonstrated that the custom species information implemented in this export worked as intended, but Mahrad and I identified 11 ORF genes that failed to export. I updated the &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; species profile to account for these ORF genes and conducted a new export, detailed here: [[Gene Database Testing Report- cw20151203]]. Mahrad analyzed the exported .gdb file. In addition to this, I kept tabs on my fellow group members to keep us on track to accomplish our long-term project goals in a timely manner.&lt;br /&gt;
** [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 13:39, 7 December 2015 (PST)&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Mahrad (Quality Assurance):&amp;#039;&amp;#039;&amp;#039; This week as Q and A I worked directly with Brandon to do the initial data exports. Next we meticulously characterized regular expression patterns to detect discrepancies in extracting the data from the original samples. In the following week I will work to do the tally configuration to customize it according to our specific species. Now I will focus on the tally configuration which may take some time and coding assistance from Brandon. Once the Tally Engine has been configured to our specific species, Lena can proceed with with GenMAPP processing. &lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Lena (GenMAPP User):&amp;#039;&amp;#039;&amp;#039; This week, I made progress on performing the statistical analysis of the data to prepare it for GenMAPP. I was able to post my progress for each of the class working sessions on my [[Lenaolufson Week 14| Week 14 Journal Entry]] as I updated the excel data sheets after each session. Dr. Dahlquist helped me figure out a problem with the original raw data that was causing the values to be very skewed. I then sent her my updated data sheet and she was able to use a program to separate the duplicates of the chips. After she sent me back the data with the sorted values, I performed the statistical analysis on the data, the most updated version of the file can be found on my Week 14 journal entry linked previously. &lt;br /&gt;
[[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 19:54, 7 December 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
===Meetings!===&lt;br /&gt;
*This week, our group used class work sessions to coordinate our work:&lt;br /&gt;
**Tuesday, December 1, 2:40 - 4:00&lt;br /&gt;
**Thursday, December 3, 2:40 - 4:00&lt;br /&gt;
** Monday, December 7, 10:30 - 12 am&lt;br /&gt;
&lt;br /&gt;
==Week 12==&lt;br /&gt;
===Goals===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Assignment due date:&amp;#039;&amp;#039;&amp;#039; Midnight Tuesday, November 24&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Coder:&amp;#039;&amp;#039;&amp;#039; Set up a GitHub repository clone of the XMLPipeDB project on your development device, the development rig, and the initial as-is build for gmbuilder. Complete an import-export cycle in association with QA.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Quality Assurance:&amp;#039;&amp;#039;&amp;#039; Complete an import-export cycle for the 1st &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene database. Complete a Gene Database Testing Report for this export.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;GenMAPP Users:&amp;#039;&amp;#039;&amp;#039; Create a Master Raw Data file that contains the IDs and columns of data required for further analysis. Consult with Dr. Dahlquist on how to process the data (normalization, statistics).&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Brandon (Quality Assurance and Interim Coder):&amp;#039;&amp;#039;&amp;#039; This week, I focused on completing an import-export cycle for our first &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene database- [[File:Bpertussis-std cw20151119.zip]]. With my QA hat, I imported the appropriate data, exported the gene database, and discussed the gene database creation &amp;amp; counting protocol here- [[Gene Database Testing Report- cw20151119]]. With my Coder hat, I followed the instructions on the [[Coder| Coder Guild Page]] to setup a GitHub repository clone of the XMLPipdeDB project on my personal laptop, the Eclipse developer rig, and the initial as-is build for gmbuilder. The electronic lab notebook for my QA and Coder work is present on my [[Bklein7 Week 12| Week 12 Page]]. Finally, I wrote a PowerPoint presentation on our genome sequencing paper, which is linked to on my [[Bklein7 Week 12| Week 12 Page]] as well. &lt;br /&gt;
**[[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 18:48, 23 November 2015 (PST)&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Lena (GenMAPP):&amp;#039;&amp;#039;&amp;#039; I worked on downloading the correct data sample files from the provided files on the microarray paper page. The files were unzipped and prepared to be imported into excel. In excel, the data was manipulated to form a spreadsheet that had all of the gene IDs from the different samples with their appropriate columns to be analyzed. The corrections and further manipulations of the data are to be continued to be done in the coming week in order to create the desired dataset to be exported from excel. [[File:Bpertussis CompiledRawData MS2015.xlsx]]&lt;br /&gt;
**[[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 17:33, 23 November 2015 (PST)&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Mahrad (GenMAPP--&amp;gt; Quality Assurance)&amp;#039;&amp;#039;&amp;#039;: Downloaded the six data sample files provided  by the microarray paper. Files were unzipped, imported into excel, and manipulated to form a single spreadsheet containing all gene IDs from the different samples. Each sample was placed in its respective column to be further analyzed and manipulated in the upcoming week. Following this, I assumed the position of quality assurance to accommodate the absence of Nicole.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Nicole&amp;#039;&amp;#039;&amp;#039; was absent this week. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 18:52, 23 November 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Meetings! ===&lt;br /&gt;
* Monday, November 23: Seaver 120- Brandon and Lena met to work on the GenMAPP testing of the gene IDs from our database.&lt;br /&gt;
&lt;br /&gt;
==Week 11==&lt;br /&gt;
===Goals===&lt;br /&gt;
* For all:&lt;br /&gt;
** Outline your assigned paper on your user page and include a list of 10 defined terms from the paper.&lt;br /&gt;
*Nicole &amp;amp; Brandon&lt;br /&gt;
**Prepare Journal Club presentation on the designated genome sequencing article&lt;br /&gt;
**Slides Due: by midnight, Tuesday, November 17&lt;br /&gt;
**Presentation Date: Tuesday, November 24&lt;br /&gt;
*Lena &amp;amp; Mahrad&lt;br /&gt;
**Prepare Journal Club presentation on the designated microarray paper&lt;br /&gt;
**Slides Due: by midnight, Tuesday, November 17&lt;br /&gt;
**Presentation Date: Tuesday, November 17&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*Nicole Anguiano (Coder): Nicole was absent this week for a medical emergency and is (hopefully) getting some much deserved rest. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 23:14, 16 November 2015 (PST)&lt;br /&gt;
*Brandon Klein (QA): This week I made several edits to the [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/The_Class_Whoopers Class Whoopers Team Page] in accordance with the [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/Week_11 Week 11 assignment]. These edits included the following: revising the Class Whoopers template, reorganizing the Team Page structure, commenting out unneeded articles in the annotated bibliography, creating the new bibliography entry as requested by Dr. Dahlquist, and writing the naming conventions for our files. Additionally, I outlined our genome sequencing paper for &amp;quot;Bordetella pertussis&amp;quot; and assessed the [http://www.genedb.org/Homepage/Bpertussis GeneDB MOD] on my [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/Bklein7_Week_11#Identifying_the_Bordetella_Pertussis_MOD Week 11 Individual Journal Entry]. A preliminary draft of the genome sequencing paper that I will likely be presenting solo was uploaded there. Finally, I kept tabs on group members as the interim Project Manager. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 23:14, 16 November 2015 (PST)&lt;br /&gt;
*Lena Olufson (GennMAPP): This week Mahrad and I met up and analyzed the microarray paper together. We split up the powerpoint into two halves; I did the introduction/significance of the study as well as the methods performed. Mahrad and I created our presentation together and worked through a google doc to edit it simultaneously as we discussed out loud. We also created a flow chart together that demonstrated the experimental design, thus we have the same ones included in our individual assignments. We made sure to check in with the temporary project manager and keep him updated on our progress. [[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 23:24, 16 November 2015 (PST) &lt;br /&gt;
*Mahrad Saeedi (GennMAPP): This week Lena and I worked on analyzing the microarray paper and creating an outline. We each defined 10 terms separately based upon words we didn&amp;#039;t recognize in the article. We then proceeded to producing the powerpoint presentation for journal club. &lt;br /&gt;
[[User:Msaeedi23|Msaeedi23]] ([[User talk:Msaeedi23|talk]]) 23:46, 16 November 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Meetings! ===&lt;br /&gt;
*11/15- Lena &amp;amp; Mahrad met to work on outlining article and answering questions&lt;br /&gt;
*11/16- Lena &amp;amp; Mahrad met to prepare powerpoint presentation for journal club&lt;br /&gt;
&lt;br /&gt;
==Week 10==&lt;br /&gt;
===Goals===&lt;br /&gt;
* For all:&lt;br /&gt;
** Create an annotated bibliography including one genome sequencing paper and two microarray experiments for Bordetella pertussis&lt;br /&gt;
** Create/update team page &amp;amp; compile group annotated bibliography&lt;br /&gt;
** Assignment due date: Midnight Tuesday, November 10&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*All group members created annotated bibliographies and compiled them on the newly created group page.&lt;br /&gt;
&lt;br /&gt;
=== Meetings! ===&lt;br /&gt;
* Monday, November 9, 8pm-9pm, Seaver 120&lt;br /&gt;
&lt;br /&gt;
= Deliverables =&lt;br /&gt;
==File Naming Protocol==&lt;br /&gt;
All file types generated in this project will receive their own unique names composed of two key parts:&lt;br /&gt;
#Description&lt;br /&gt;
#*This will contain a brief, file-specific description of what content the file contains.&lt;br /&gt;
#*Descriptions for different versions of the same file will remain consistent.&lt;br /&gt;
#Identifier Tag&lt;br /&gt;
#*This tag will be listed as a suffix in the following form: &amp;quot;_cwYYYYMMDD&amp;quot;&lt;br /&gt;
#**cw- team name abbreviation&lt;br /&gt;
#**YYYYMMDD- date the file was created in the form year/month/day&lt;br /&gt;
&lt;br /&gt;
Additionally, the following file naming best practices will be observed when creating descriptions for new files:&lt;br /&gt;
*Our species will be referred to consistently as &amp;quot;bpertussis&amp;quot;.&lt;br /&gt;
*Files including microarray data taken from the paper by Hoo et al. (2014) will begin with &amp;quot;hoo&amp;quot;.&lt;br /&gt;
*Spaces will be written as underscores.&lt;br /&gt;
*No capitalization will be used.&lt;br /&gt;
*No special characters will be used.&lt;br /&gt;
*If sequential numbering systems are used, leading zeros will be included for clarity.&lt;br /&gt;
&lt;br /&gt;
Sample .xls file name: hoo_analyzed_data_cw20151122.xls&lt;br /&gt;
&lt;br /&gt;
==Files==&lt;br /&gt;
*GenMAPP Gene Database for assigned species (.gdb): &amp;#039;&amp;#039;&amp;#039;bpertussis-std_cwYYYYMMDD.gdb&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*ReadMe file to accompany the Gene Database (.pdf): &amp;#039;&amp;#039;&amp;#039;readme_bpertussis-std_external_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Include Gene Database Schema diagram in ReadMe: &amp;#039;&amp;#039;&amp;#039;bpertussis_schema_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Gene Database Testing Report for final submitted Gene Database (print from wiki to .pdf file): &amp;#039;&amp;#039;&amp;#039;bpertussis_gdb_report_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Processed and analyzed DNA microarray dataset (.xls): &amp;#039;&amp;#039;&amp;#039;hoo_analyzed_data_cwYYYYMMDD.xls&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*GenMAPP Expression Dataset file (.gex): &amp;#039;&amp;#039;&amp;#039;hoo_expression_dataset_cwYYYYMMDD.gex&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Filtered MAPPFinder Results (.xls): &amp;#039;&amp;#039;&amp;#039;hoo_mappfinder_results_cwYYYYMMDD.xls&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Sample MAPP file of a relevant biological pathway for your species (.mapp): &amp;#039;&amp;#039;&amp;#039;hoo_sample_mapp_cwYYYYMMDD.mapp&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Group Report describing the creation of the Gene Database and the biological analysis of the data (.doc or .pdf): &amp;#039;&amp;#039;&amp;#039;bpertussis_analysis_methods_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*PowerPoint presentation (.ppt, given on Tuesday, December 15): &amp;#039;&amp;#039;&amp;#039;bpertussis_analysis_presentation_cwYYYYMMDD.ppt&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
==Microarray Journal Club Presentation==&lt;br /&gt;
*[[File: Microarray_Journal_Club_Presentation.pdf]]&lt;br /&gt;
&lt;br /&gt;
= Annotated Bibliography =&lt;br /&gt;
== Genome Sequencing Paper ==&lt;br /&gt;
&lt;br /&gt;
Neither of these papers is the &amp;#039;&amp;#039;first&amp;#039;&amp;#039; to report the genome sequence of &amp;#039;&amp;#039;B. pertussis.&amp;#039;&amp;#039;  The paper that you will want to use is [http://www.nature.com/ng/journal/v35/n1/full/ng1227.html this one].  I found it by looking at the introduction and references of the Zhang et. al (2011) paper.  For your Week 11 assignment, please remove your annotated bibliography entries for the two papers below and create one for this new paper by Parkhill et al. (2003).  You will use the Parkhill paper for your project.  &amp;#039;&amp;#039;&amp;amp;mdash; [[User:Kdahlquist|Kdahlquist]] ([[User talk:Kdahlquist|talk]]) 09:54, 10 November 2015 (PST)&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
*Parkhill, J., Sebaihia, M., Preston, A., Murphy, L. D., et al. (2003). Comparative analysis of the genome sequences of Bordetella pertussis, Bordetella parapertussis and Bordetella bronchiseptica. Nature genetics, 35(1), 32-40. doi:10.1038/ng1227&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/12910271&lt;br /&gt;
* PubMed Central:  Not available on PubMed Central.&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.nature.com/ng/journal/v35/n1/full/ng1227.html&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.nature.com/ng/journal/v35/n1/pdf/ng1227.pdf&lt;br /&gt;
* Copyright: ©2003 Nature Publishing Group (information found on PDF version of article). This article is not Open Access, but it is freely available 6 months after publication.&lt;br /&gt;
* Publisher: Nature Publishing Group (for-profit).&lt;br /&gt;
* Availability: In print and online.&lt;br /&gt;
* Did LMU pay a fee for this article: Yes, LMU pays a subscription fee for access to the journal &amp;#039;&amp;#039;Nature Genetics&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
== Microarray Paper ==&lt;br /&gt;
&lt;br /&gt;
This paper is suitable for your project.  &amp;#039;&amp;#039;&amp;amp;mdash; [[User:Kdahlquist|Kdahlquist]] ([[User talk:Kdahlquist|talk]]) 10:04, 10 November 2015 (PST)&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Hoo, R., Lam, J.H., Huot, L., Pant, A., Li, R., Hot, D., &amp;amp; Alonso, S. (2014). Evidence for a Role of the Polysaccharide Capsule Transport Proteins in Pertussis Pathogenesis. PLoS ONE, 9(12):e115243. doi: 10.1371/journal.pone.0115243&lt;br /&gt;
* PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/25501560 &lt;br /&gt;
* PubMed Central: http://www.ncbi.nlm.nih.gov/pmc/articles/PMC4264864/&lt;br /&gt;
* Publisher Full Text (HTML): http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0115243&lt;br /&gt;
* Publisher Full Text (PDF): http://www.plosone.org/article/fetchObject.action?uri=info:doi/10.1371/journal.pone.0115243&amp;amp;representation=PDF&lt;br /&gt;
* Copyright: © 2014 Hoo et al. This is an open-access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited (info found [http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0115243 here]).&lt;br /&gt;
* Publisher: PLOS ONE (respected open access organization).&lt;br /&gt;
* Availability: Online only.&lt;br /&gt;
* Did LMU pay a fee for this article: No.&lt;br /&gt;
* Web site where the data resides: [http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE62088 NCBI GEO data]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--#2&lt;br /&gt;
*Brickman, T. J., Cummings, C. A., Liew, S.-Y., Relman, D. A., &amp;amp; Armstrong, S. K. (2011). Transcriptional Profiling of the Iron Starvation Response in Bordetella pertussis Provides New Insights into Siderophore Utilization and Virulence Gene Expression . Journal of Bacteriology, 193(18), 4798–4812. http://doi.org/10.1128/JB.05136-11&lt;br /&gt;
* ArrayExpress Abstract: https://www.ebi.ac.uk/arrayexpress/experiments/E-MEXP-3263/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC532028/&lt;br /&gt;
*PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/?term=Transcriptional+Profiling+of+the+Iron+Starvation+Response+in+Bordetella+pertussis+Provides+New+Insights+into+Siderophore+Utilization+and+Virulence+Gene+Expression&lt;br /&gt;
* Publisher Full Text (HTML): http://jb.asm.org/content/193/18/4798.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/193/18/4798.full.pdf+html &lt;br /&gt;
* Copyright:  2011 by the American Society for Microbiology &lt;br /&gt;
* Publisher:  Journal of Bacteriology &lt;br /&gt;
* Availability:  in print and online&lt;br /&gt;
* Did LMU pay a fee for this article: yes&lt;br /&gt;
*Link to where the microarray data resides: https://www.ebi.ac.uk/arrayexpress/experiments/E-MEXP-3263/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
&lt;br /&gt;
#3&lt;br /&gt;
King, A. J., van der Lee, S., Mohangoo, A., van Gent, M., van der Ark, A., &amp;amp; van de Waterbeemd, B. (2013). Genome-Wide Gene Expression Analysis of Bordetella pertussis Isolates Associated with a Resurgence in Pertussis: Elucidation of Factors Involved in the Increased Fitness of Epidemic Strains. PLoS ONE, 8(6): e66150. doi: 10.1371/journal.pone.0066150&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/23776625&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3679012/&lt;br /&gt;
* Publisher Full Text (HTML):  http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0066150&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.plosone.org/article/fetchObject.action?uri=info:doi/10.1371/journal.pone.0066150&amp;amp;representation=PDF&lt;br /&gt;
* Copyright: © 2013 King et al. This is an open-access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited. (info found [http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0066150 here])&lt;br /&gt;
* Publisher: PLOS ONE (respected open access organization)&lt;br /&gt;
* Availability: online only&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
* Web site where the data resides: [http://www.ebi.ac.uk/arrayexpress/experiments/E-MTAB-1594/samples/?keywords=Bordetella+pertussis&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&amp;amp;s_page=1&amp;amp;s_pagesize=100 EBI ArrayExpress Data]&lt;br /&gt;
&lt;br /&gt;
#4 (note, all of the papers from this point on involve additional species other than Bordetella pertussis)&lt;br /&gt;
&lt;br /&gt;
* Cummings, C. A., Bootsma, H. J., Relman, D. A., &amp;amp; Miller, J. F. (2006). Species-and strain-specific control of a complex, flexible regulon by Bordetella BvgAS. Journal of bacteriology, 188(5), 1775-1785.&lt;br /&gt;
* ArrayExpress Abstract: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-29/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1426559/&lt;br /&gt;
*PubMed Abstract:http://www.ncbi.nlm.nih.gov/pubmed/?term=Species-+and+Strain-Specific+Control+of+a+Complex%2C+Flexible+Regulon+by+Bordetella+BvgAS&lt;br /&gt;
* Publisher Full Text (HTML): http://jb.asm.org/content/188/5/1775.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/188/5/1775.full.pdf+html&lt;br /&gt;
* Copyright:  2006 by the American Society for Microbiology &lt;br /&gt;
* Publisher:  Journal of Bacteriology &lt;br /&gt;
* Availability:  in print and online&lt;br /&gt;
* Did LMU pay a fee for this article: yes&lt;br /&gt;
*Link to where the microarray data resides: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-29/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
&lt;br /&gt;
#5&lt;br /&gt;
&lt;br /&gt;
* Brinig, M., Register, K., Ackermann, M., &amp;amp; Relman, D. (2006). Genomic features of Bordetella parapertussis clades with distinct host species specificity. Genome Biology, 7(9). doi:doi:10.1186/gb-2006-7-9-r81&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/16956413?dopt=Abstract&amp;amp;holding=f1000,f1000m,isrctn&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1794550/&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.genomebiology.com/2006/7/9/R81&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.genomebiology.com/content/pdf/gb-2006-7-9-r81.pdf&lt;br /&gt;
* Copyright: Brinig et al.; licensee BioMed Central Ltd. (information found on the article); open access&lt;br /&gt;
* Publisher:  BioMed Central Ltd (for-profit publisher)&lt;br /&gt;
* Availability:  online&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
# What experiment was performed?  What was the &amp;quot;treatment&amp;quot; and what was the &amp;quot;control&amp;quot; in the experiment?&lt;br /&gt;
# Were replicate experiments of the &amp;quot;treatment&amp;quot; and &amp;quot;control&amp;quot; conditions conducted?  Were these biological or technical replicates?  How many of each?&lt;br /&gt;
* Link to microarray data: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-95/&lt;br /&gt;
&lt;br /&gt;
#6&lt;br /&gt;
&lt;br /&gt;
* Cummings, C., Bootsma, H., Relman, D., &amp;amp; Miller, J. (2006). Species- and Strain-Specific Control of a Complex, Flexible Regulon by Bordetella BvgAS. Journal of Bacteriology, 188(5), 1775-1785. doi:doi: 10.1128/JB.188.5.1775-1785.2006&lt;br /&gt;
* PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/16484188?dopt=Abstract&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1426559/&lt;br /&gt;
* Publisher Full Text (HTML):  http://jb.asm.org/content/188/5/1775.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/188/5/1775.full.pdf&lt;br /&gt;
* Copyright: American Society for Microbiology; open access&lt;br /&gt;
* Publisher:  American Society for Microbiology (professional organization for scientists)&lt;br /&gt;
* Availability:  online and in print&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
# What experiment was performed?  What was the &amp;quot;treatment&amp;quot; and what was the &amp;quot;control&amp;quot; in the experiment?&lt;br /&gt;
# Were replicate experiments of the &amp;quot;treatment&amp;quot; and &amp;quot;control&amp;quot; conditions conducted?  Were these biological or technical replicates?  How many of each?&lt;br /&gt;
* Link to microarray data: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-28/&lt;br /&gt;
&lt;br /&gt;
#7&lt;br /&gt;
&lt;br /&gt;
*King, A. J., van Gorkom, T., Pennings, J. L., van der Heide, H. G., He, Q., Diavatopoulos, D., … Mooi, F. R. (2010). Correction: Comparative genomic profiling of Dutch clinical Bordetella pertussis isolates using DNA microarrays: identification of genes absent from epidemic strains. BMC Genomics, 11, 196. http://doi.org/10.1186/1471-2164-11-196&lt;br /&gt;
* PubMed Abstract:  http://www.biomedcentral.com/1471-2164/9/311#abs&lt;br /&gt;
* PubMed Central: &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/&amp;gt;&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/&lt;br /&gt;
* Publisher Full Text (PDF): &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/pdf/1471-2164-9-311.pdf&amp;gt;&lt;br /&gt;
* Copyright:  © 2008 King et al; licensee BioMed Central Ltd.This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.&lt;br /&gt;
* Publisher: BMC Genomics&lt;br /&gt;
* Availability: online access&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
&lt;br /&gt;
#8&lt;br /&gt;
&lt;br /&gt;
*Nakamura, M. M., Liew, S.-Y., Cummings, C. A., Brinig, M. M., Dieterich, C., &amp;amp; Relman, D. A. (2006). Growth Phase- and Nutrient Limitation-Associated Transcript Abundance Regulation in Bordetella pertussis  . Infection and Immunity, 74(10), 5537–5548. http://doi.org/10.1128/IAI.00781-06&lt;br /&gt;
* PubMed Abstract:  &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1594893/?report=reader#__abstractid499869title&amp;gt;&lt;br /&gt;
* PubMed Central: &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1594893/&amp;gt;&lt;br /&gt;
* Publisher Full Text (HTML): &amp;lt;http://iai.asm.org/content/74/10/5537.full&amp;gt;&lt;br /&gt;
* Publisher Full Text (PDF):  &amp;lt;http://iai.asm.org/content/74/10/5537.full.pdf+html&amp;gt;&lt;br /&gt;
* Copyright: © 2006, American Society for Microbiology&lt;br /&gt;
* Publisher: Infection and Immunity&lt;br /&gt;
* Availability: online access&lt;br /&gt;
* Did LMU pay a fee for this article: no!--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Msaeedi23</name></author>	</entry>

	<entry>
		<id>https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=The_Class_Whoopers&amp;diff=7469</id>
		<title>The Class Whoopers</title>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=The_Class_Whoopers&amp;diff=7469"/>
				<updated>2015-12-08T06:51:42Z</updated>
		
		<summary type="html">&lt;p&gt;Msaeedi23: /* Week 14 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Team Information &amp;amp; Links =&lt;br /&gt;
&lt;br /&gt;
{{Template:Class Whoopers}}&lt;br /&gt;
&lt;br /&gt;
=Weekly Updates=&lt;br /&gt;
==Week 14==&lt;br /&gt;
&lt;br /&gt;
===Goals===&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Assignment due date:&amp;#039;&amp;#039;&amp;#039; Midnight Tuesday, December 8&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Coder:&amp;#039;&amp;#039;&amp;#039; Create the custom species profile for &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039;, run an export using the customized version of GenMAPP Builder, add further customizations to the custom species profile as appear necessary, and run a second export using the further customized version of GenMAPP Builder.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Quality Assurance:&amp;#039;&amp;#039;&amp;#039; Identify gene IDs that are missing in the first custom export, work with the coder to classify these IDs, configure the Tally Engine, and complete a gene database testing report for the second custom export.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;GenMAPP User:&amp;#039;&amp;#039;&amp;#039; Complete the statistical analysis of the data, format the data for import into GenMAPP, and coordinate with the coder/QA to import this data into GenMAPP using the custom gene database.&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Brandon (Coder and Project Manager):&amp;#039;&amp;#039;&amp;#039; This week, I focused on creating and customizing the species profile for &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; in GenMAPP Builder, the details of which can be found in my [[Bklein7 Week 14| Week 14 Journal Entry]]. I documented the first export I conducted using a custom &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; species profile here: [[Gene Database Testing Report- cw20151201]]. I demonstrated that the custom species information implemented in this export worked as intended, but Mahrad and I identified 11 ORF genes that failed to export. I updated the &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; species profile to account for these ORF genes and conducted a new export, detailed here: [[Gene Database Testing Report- cw20151203]]. Mahrad analyzed the exported .gdb file. In addition to this, I kept tabs on my fellow group members to keep us on track to accomplish our long-term project goals in a timely manner.&lt;br /&gt;
** [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 13:39, 7 December 2015 (PST)&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Mahrad (Quality Assurance):&amp;#039;&amp;#039;&amp;#039; This week as Q and A I worked directly with Brandon to do the initial data exports. Next we meticulously characterized regular expression patterns to detect discrepancies in extracting the data from the original samples. In the following week I will work to do the tally configuration to customize it according to our specific species. Now I will focus on the tally configuration which may take some time and coding assistance from Brandon. Once the Tally Engine has been configured to our specific species, Lena can proceed with with GenMAPP processing. &lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Lena (GenMAPP User):&amp;#039;&amp;#039;&amp;#039; This week, I made progress on performing the statistical analysis of the data to prepare it for GenMAPP. I was able to post my progress for each of the class working sessions on my [[Lenaolufson Week 14| Week 14 Journal Entry]] as I updated the excel data sheets after each session. Dr. Dahlquist helped me figure out a problem with the original raw data that was causing the values to be very skewed. I then sent her my updated data sheet and she was able to use a program to separate the duplicates of the chips. After she sent me back the data with the sorted values, I performed the statistical analysis on the data, the most updated version of the file can be found on my Week 14 journal entry linked previously. &lt;br /&gt;
[[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 19:54, 7 December 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
===Meetings!===&lt;br /&gt;
*This week, our group used class work sessions to coordinate our work:&lt;br /&gt;
**Tuesday, December 1, 2:40 - 4:00&lt;br /&gt;
**Thursday, December 3, 2:40 - 4:00&lt;br /&gt;
&lt;br /&gt;
==Week 12==&lt;br /&gt;
===Goals===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Assignment due date:&amp;#039;&amp;#039;&amp;#039; Midnight Tuesday, November 24&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Coder:&amp;#039;&amp;#039;&amp;#039; Set up a GitHub repository clone of the XMLPipeDB project on your development device, the development rig, and the initial as-is build for gmbuilder. Complete an import-export cycle in association with QA.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Quality Assurance:&amp;#039;&amp;#039;&amp;#039; Complete an import-export cycle for the 1st &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene database. Complete a Gene Database Testing Report for this export.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;GenMAPP Users:&amp;#039;&amp;#039;&amp;#039; Create a Master Raw Data file that contains the IDs and columns of data required for further analysis. Consult with Dr. Dahlquist on how to process the data (normalization, statistics).&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Brandon (Quality Assurance and Interim Coder):&amp;#039;&amp;#039;&amp;#039; This week, I focused on completing an import-export cycle for our first &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene database- [[File:Bpertussis-std cw20151119.zip]]. With my QA hat, I imported the appropriate data, exported the gene database, and discussed the gene database creation &amp;amp; counting protocol here- [[Gene Database Testing Report- cw20151119]]. With my Coder hat, I followed the instructions on the [[Coder| Coder Guild Page]] to setup a GitHub repository clone of the XMLPipdeDB project on my personal laptop, the Eclipse developer rig, and the initial as-is build for gmbuilder. The electronic lab notebook for my QA and Coder work is present on my [[Bklein7 Week 12| Week 12 Page]]. Finally, I wrote a PowerPoint presentation on our genome sequencing paper, which is linked to on my [[Bklein7 Week 12| Week 12 Page]] as well. &lt;br /&gt;
**[[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 18:48, 23 November 2015 (PST)&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Lena (GenMAPP):&amp;#039;&amp;#039;&amp;#039; I worked on downloading the correct data sample files from the provided files on the microarray paper page. The files were unzipped and prepared to be imported into excel. In excel, the data was manipulated to form a spreadsheet that had all of the gene IDs from the different samples with their appropriate columns to be analyzed. The corrections and further manipulations of the data are to be continued to be done in the coming week in order to create the desired dataset to be exported from excel. [[File:Bpertussis CompiledRawData MS2015.xlsx]]&lt;br /&gt;
**[[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 17:33, 23 November 2015 (PST)&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Mahrad (GenMAPP--&amp;gt; Quality Assurance)&amp;#039;&amp;#039;&amp;#039;: Downloaded the six data sample files provided  by the microarray paper. Files were unzipped, imported into excel, and manipulated to form a single spreadsheet containing all gene IDs from the different samples. Each sample was placed in its respective column to be further analyzed and manipulated in the upcoming week. Following this, I assumed the position of quality assurance to accommodate the absence of Nicole.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Nicole&amp;#039;&amp;#039;&amp;#039; was absent this week. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 18:52, 23 November 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Meetings! ===&lt;br /&gt;
* Monday, November 23: Seaver 120- Brandon and Lena met to work on the GenMAPP testing of the gene IDs from our database.&lt;br /&gt;
&lt;br /&gt;
==Week 11==&lt;br /&gt;
===Goals===&lt;br /&gt;
* For all:&lt;br /&gt;
** Outline your assigned paper on your user page and include a list of 10 defined terms from the paper.&lt;br /&gt;
*Nicole &amp;amp; Brandon&lt;br /&gt;
**Prepare Journal Club presentation on the designated genome sequencing article&lt;br /&gt;
**Slides Due: by midnight, Tuesday, November 17&lt;br /&gt;
**Presentation Date: Tuesday, November 24&lt;br /&gt;
*Lena &amp;amp; Mahrad&lt;br /&gt;
**Prepare Journal Club presentation on the designated microarray paper&lt;br /&gt;
**Slides Due: by midnight, Tuesday, November 17&lt;br /&gt;
**Presentation Date: Tuesday, November 17&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*Nicole Anguiano (Coder): Nicole was absent this week for a medical emergency and is (hopefully) getting some much deserved rest. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 23:14, 16 November 2015 (PST)&lt;br /&gt;
*Brandon Klein (QA): This week I made several edits to the [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/The_Class_Whoopers Class Whoopers Team Page] in accordance with the [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/Week_11 Week 11 assignment]. These edits included the following: revising the Class Whoopers template, reorganizing the Team Page structure, commenting out unneeded articles in the annotated bibliography, creating the new bibliography entry as requested by Dr. Dahlquist, and writing the naming conventions for our files. Additionally, I outlined our genome sequencing paper for &amp;quot;Bordetella pertussis&amp;quot; and assessed the [http://www.genedb.org/Homepage/Bpertussis GeneDB MOD] on my [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/Bklein7_Week_11#Identifying_the_Bordetella_Pertussis_MOD Week 11 Individual Journal Entry]. A preliminary draft of the genome sequencing paper that I will likely be presenting solo was uploaded there. Finally, I kept tabs on group members as the interim Project Manager. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 23:14, 16 November 2015 (PST)&lt;br /&gt;
*Lena Olufson (GennMAPP): This week Mahrad and I met up and analyzed the microarray paper together. We split up the powerpoint into two halves; I did the introduction/significance of the study as well as the methods performed. Mahrad and I created our presentation together and worked through a google doc to edit it simultaneously as we discussed out loud. We also created a flow chart together that demonstrated the experimental design, thus we have the same ones included in our individual assignments. We made sure to check in with the temporary project manager and keep him updated on our progress. [[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 23:24, 16 November 2015 (PST) &lt;br /&gt;
*Mahrad Saeedi (GennMAPP): This week Lena and I worked on analyzing the microarray paper and creating an outline. We each defined 10 terms separately based upon words we didn&amp;#039;t recognize in the article. We then proceeded to producing the powerpoint presentation for journal club. &lt;br /&gt;
[[User:Msaeedi23|Msaeedi23]] ([[User talk:Msaeedi23|talk]]) 23:46, 16 November 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Meetings! ===&lt;br /&gt;
*11/15- Lena &amp;amp; Mahrad met to work on outlining article and answering questions&lt;br /&gt;
*11/16- Lena &amp;amp; Mahrad met to prepare powerpoint presentation for journal club&lt;br /&gt;
&lt;br /&gt;
==Week 10==&lt;br /&gt;
===Goals===&lt;br /&gt;
* For all:&lt;br /&gt;
** Create an annotated bibliography including one genome sequencing paper and two microarray experiments for Bordetella pertussis&lt;br /&gt;
** Create/update team page &amp;amp; compile group annotated bibliography&lt;br /&gt;
** Assignment due date: Midnight Tuesday, November 10&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*All group members created annotated bibliographies and compiled them on the newly created group page.&lt;br /&gt;
&lt;br /&gt;
=== Meetings! ===&lt;br /&gt;
* Monday, November 9, 8pm-9pm, Seaver 120&lt;br /&gt;
&lt;br /&gt;
= Deliverables =&lt;br /&gt;
==File Naming Protocol==&lt;br /&gt;
All file types generated in this project will receive their own unique names composed of two key parts:&lt;br /&gt;
#Description&lt;br /&gt;
#*This will contain a brief, file-specific description of what content the file contains.&lt;br /&gt;
#*Descriptions for different versions of the same file will remain consistent.&lt;br /&gt;
#Identifier Tag&lt;br /&gt;
#*This tag will be listed as a suffix in the following form: &amp;quot;_cwYYYYMMDD&amp;quot;&lt;br /&gt;
#**cw- team name abbreviation&lt;br /&gt;
#**YYYYMMDD- date the file was created in the form year/month/day&lt;br /&gt;
&lt;br /&gt;
Additionally, the following file naming best practices will be observed when creating descriptions for new files:&lt;br /&gt;
*Our species will be referred to consistently as &amp;quot;bpertussis&amp;quot;.&lt;br /&gt;
*Files including microarray data taken from the paper by Hoo et al. (2014) will begin with &amp;quot;hoo&amp;quot;.&lt;br /&gt;
*Spaces will be written as underscores.&lt;br /&gt;
*No capitalization will be used.&lt;br /&gt;
*No special characters will be used.&lt;br /&gt;
*If sequential numbering systems are used, leading zeros will be included for clarity.&lt;br /&gt;
&lt;br /&gt;
Sample .xls file name: hoo_analyzed_data_cw20151122.xls&lt;br /&gt;
&lt;br /&gt;
==Files==&lt;br /&gt;
*GenMAPP Gene Database for assigned species (.gdb): &amp;#039;&amp;#039;&amp;#039;bpertussis-std_cwYYYYMMDD.gdb&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*ReadMe file to accompany the Gene Database (.pdf): &amp;#039;&amp;#039;&amp;#039;readme_bpertussis-std_external_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Include Gene Database Schema diagram in ReadMe: &amp;#039;&amp;#039;&amp;#039;bpertussis_schema_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Gene Database Testing Report for final submitted Gene Database (print from wiki to .pdf file): &amp;#039;&amp;#039;&amp;#039;bpertussis_gdb_report_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Processed and analyzed DNA microarray dataset (.xls): &amp;#039;&amp;#039;&amp;#039;hoo_analyzed_data_cwYYYYMMDD.xls&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*GenMAPP Expression Dataset file (.gex): &amp;#039;&amp;#039;&amp;#039;hoo_expression_dataset_cwYYYYMMDD.gex&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Filtered MAPPFinder Results (.xls): &amp;#039;&amp;#039;&amp;#039;hoo_mappfinder_results_cwYYYYMMDD.xls&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Sample MAPP file of a relevant biological pathway for your species (.mapp): &amp;#039;&amp;#039;&amp;#039;hoo_sample_mapp_cwYYYYMMDD.mapp&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Group Report describing the creation of the Gene Database and the biological analysis of the data (.doc or .pdf): &amp;#039;&amp;#039;&amp;#039;bpertussis_analysis_methods_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*PowerPoint presentation (.ppt, given on Tuesday, December 15): &amp;#039;&amp;#039;&amp;#039;bpertussis_analysis_presentation_cwYYYYMMDD.ppt&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
==Microarray Journal Club Presentation==&lt;br /&gt;
*[[File: Microarray_Journal_Club_Presentation.pdf]]&lt;br /&gt;
&lt;br /&gt;
= Annotated Bibliography =&lt;br /&gt;
== Genome Sequencing Paper ==&lt;br /&gt;
&lt;br /&gt;
Neither of these papers is the &amp;#039;&amp;#039;first&amp;#039;&amp;#039; to report the genome sequence of &amp;#039;&amp;#039;B. pertussis.&amp;#039;&amp;#039;  The paper that you will want to use is [http://www.nature.com/ng/journal/v35/n1/full/ng1227.html this one].  I found it by looking at the introduction and references of the Zhang et. al (2011) paper.  For your Week 11 assignment, please remove your annotated bibliography entries for the two papers below and create one for this new paper by Parkhill et al. (2003).  You will use the Parkhill paper for your project.  &amp;#039;&amp;#039;&amp;amp;mdash; [[User:Kdahlquist|Kdahlquist]] ([[User talk:Kdahlquist|talk]]) 09:54, 10 November 2015 (PST)&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
*Parkhill, J., Sebaihia, M., Preston, A., Murphy, L. D., et al. (2003). Comparative analysis of the genome sequences of Bordetella pertussis, Bordetella parapertussis and Bordetella bronchiseptica. Nature genetics, 35(1), 32-40. doi:10.1038/ng1227&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/12910271&lt;br /&gt;
* PubMed Central:  Not available on PubMed Central.&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.nature.com/ng/journal/v35/n1/full/ng1227.html&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.nature.com/ng/journal/v35/n1/pdf/ng1227.pdf&lt;br /&gt;
* Copyright: ©2003 Nature Publishing Group (information found on PDF version of article). This article is not Open Access, but it is freely available 6 months after publication.&lt;br /&gt;
* Publisher: Nature Publishing Group (for-profit).&lt;br /&gt;
* Availability: In print and online.&lt;br /&gt;
* Did LMU pay a fee for this article: Yes, LMU pays a subscription fee for access to the journal &amp;#039;&amp;#039;Nature Genetics&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
== Microarray Paper ==&lt;br /&gt;
&lt;br /&gt;
This paper is suitable for your project.  &amp;#039;&amp;#039;&amp;amp;mdash; [[User:Kdahlquist|Kdahlquist]] ([[User talk:Kdahlquist|talk]]) 10:04, 10 November 2015 (PST)&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Hoo, R., Lam, J.H., Huot, L., Pant, A., Li, R., Hot, D., &amp;amp; Alonso, S. (2014). Evidence for a Role of the Polysaccharide Capsule Transport Proteins in Pertussis Pathogenesis. PLoS ONE, 9(12):e115243. doi: 10.1371/journal.pone.0115243&lt;br /&gt;
* PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/25501560 &lt;br /&gt;
* PubMed Central: http://www.ncbi.nlm.nih.gov/pmc/articles/PMC4264864/&lt;br /&gt;
* Publisher Full Text (HTML): http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0115243&lt;br /&gt;
* Publisher Full Text (PDF): http://www.plosone.org/article/fetchObject.action?uri=info:doi/10.1371/journal.pone.0115243&amp;amp;representation=PDF&lt;br /&gt;
* Copyright: © 2014 Hoo et al. This is an open-access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited (info found [http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0115243 here]).&lt;br /&gt;
* Publisher: PLOS ONE (respected open access organization).&lt;br /&gt;
* Availability: Online only.&lt;br /&gt;
* Did LMU pay a fee for this article: No.&lt;br /&gt;
* Web site where the data resides: [http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE62088 NCBI GEO data]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--#2&lt;br /&gt;
*Brickman, T. J., Cummings, C. A., Liew, S.-Y., Relman, D. A., &amp;amp; Armstrong, S. K. (2011). Transcriptional Profiling of the Iron Starvation Response in Bordetella pertussis Provides New Insights into Siderophore Utilization and Virulence Gene Expression . Journal of Bacteriology, 193(18), 4798–4812. http://doi.org/10.1128/JB.05136-11&lt;br /&gt;
* ArrayExpress Abstract: https://www.ebi.ac.uk/arrayexpress/experiments/E-MEXP-3263/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC532028/&lt;br /&gt;
*PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/?term=Transcriptional+Profiling+of+the+Iron+Starvation+Response+in+Bordetella+pertussis+Provides+New+Insights+into+Siderophore+Utilization+and+Virulence+Gene+Expression&lt;br /&gt;
* Publisher Full Text (HTML): http://jb.asm.org/content/193/18/4798.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/193/18/4798.full.pdf+html &lt;br /&gt;
* Copyright:  2011 by the American Society for Microbiology &lt;br /&gt;
* Publisher:  Journal of Bacteriology &lt;br /&gt;
* Availability:  in print and online&lt;br /&gt;
* Did LMU pay a fee for this article: yes&lt;br /&gt;
*Link to where the microarray data resides: https://www.ebi.ac.uk/arrayexpress/experiments/E-MEXP-3263/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
&lt;br /&gt;
#3&lt;br /&gt;
King, A. J., van der Lee, S., Mohangoo, A., van Gent, M., van der Ark, A., &amp;amp; van de Waterbeemd, B. (2013). Genome-Wide Gene Expression Analysis of Bordetella pertussis Isolates Associated with a Resurgence in Pertussis: Elucidation of Factors Involved in the Increased Fitness of Epidemic Strains. PLoS ONE, 8(6): e66150. doi: 10.1371/journal.pone.0066150&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/23776625&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3679012/&lt;br /&gt;
* Publisher Full Text (HTML):  http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0066150&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.plosone.org/article/fetchObject.action?uri=info:doi/10.1371/journal.pone.0066150&amp;amp;representation=PDF&lt;br /&gt;
* Copyright: © 2013 King et al. This is an open-access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited. (info found [http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0066150 here])&lt;br /&gt;
* Publisher: PLOS ONE (respected open access organization)&lt;br /&gt;
* Availability: online only&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
* Web site where the data resides: [http://www.ebi.ac.uk/arrayexpress/experiments/E-MTAB-1594/samples/?keywords=Bordetella+pertussis&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&amp;amp;s_page=1&amp;amp;s_pagesize=100 EBI ArrayExpress Data]&lt;br /&gt;
&lt;br /&gt;
#4 (note, all of the papers from this point on involve additional species other than Bordetella pertussis)&lt;br /&gt;
&lt;br /&gt;
* Cummings, C. A., Bootsma, H. J., Relman, D. A., &amp;amp; Miller, J. F. (2006). Species-and strain-specific control of a complex, flexible regulon by Bordetella BvgAS. Journal of bacteriology, 188(5), 1775-1785.&lt;br /&gt;
* ArrayExpress Abstract: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-29/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1426559/&lt;br /&gt;
*PubMed Abstract:http://www.ncbi.nlm.nih.gov/pubmed/?term=Species-+and+Strain-Specific+Control+of+a+Complex%2C+Flexible+Regulon+by+Bordetella+BvgAS&lt;br /&gt;
* Publisher Full Text (HTML): http://jb.asm.org/content/188/5/1775.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/188/5/1775.full.pdf+html&lt;br /&gt;
* Copyright:  2006 by the American Society for Microbiology &lt;br /&gt;
* Publisher:  Journal of Bacteriology &lt;br /&gt;
* Availability:  in print and online&lt;br /&gt;
* Did LMU pay a fee for this article: yes&lt;br /&gt;
*Link to where the microarray data resides: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-29/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
&lt;br /&gt;
#5&lt;br /&gt;
&lt;br /&gt;
* Brinig, M., Register, K., Ackermann, M., &amp;amp; Relman, D. (2006). Genomic features of Bordetella parapertussis clades with distinct host species specificity. Genome Biology, 7(9). doi:doi:10.1186/gb-2006-7-9-r81&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/16956413?dopt=Abstract&amp;amp;holding=f1000,f1000m,isrctn&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1794550/&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.genomebiology.com/2006/7/9/R81&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.genomebiology.com/content/pdf/gb-2006-7-9-r81.pdf&lt;br /&gt;
* Copyright: Brinig et al.; licensee BioMed Central Ltd. (information found on the article); open access&lt;br /&gt;
* Publisher:  BioMed Central Ltd (for-profit publisher)&lt;br /&gt;
* Availability:  online&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
# What experiment was performed?  What was the &amp;quot;treatment&amp;quot; and what was the &amp;quot;control&amp;quot; in the experiment?&lt;br /&gt;
# Were replicate experiments of the &amp;quot;treatment&amp;quot; and &amp;quot;control&amp;quot; conditions conducted?  Were these biological or technical replicates?  How many of each?&lt;br /&gt;
* Link to microarray data: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-95/&lt;br /&gt;
&lt;br /&gt;
#6&lt;br /&gt;
&lt;br /&gt;
* Cummings, C., Bootsma, H., Relman, D., &amp;amp; Miller, J. (2006). Species- and Strain-Specific Control of a Complex, Flexible Regulon by Bordetella BvgAS. Journal of Bacteriology, 188(5), 1775-1785. doi:doi: 10.1128/JB.188.5.1775-1785.2006&lt;br /&gt;
* PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/16484188?dopt=Abstract&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1426559/&lt;br /&gt;
* Publisher Full Text (HTML):  http://jb.asm.org/content/188/5/1775.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/188/5/1775.full.pdf&lt;br /&gt;
* Copyright: American Society for Microbiology; open access&lt;br /&gt;
* Publisher:  American Society for Microbiology (professional organization for scientists)&lt;br /&gt;
* Availability:  online and in print&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
# What experiment was performed?  What was the &amp;quot;treatment&amp;quot; and what was the &amp;quot;control&amp;quot; in the experiment?&lt;br /&gt;
# Were replicate experiments of the &amp;quot;treatment&amp;quot; and &amp;quot;control&amp;quot; conditions conducted?  Were these biological or technical replicates?  How many of each?&lt;br /&gt;
* Link to microarray data: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-28/&lt;br /&gt;
&lt;br /&gt;
#7&lt;br /&gt;
&lt;br /&gt;
*King, A. J., van Gorkom, T., Pennings, J. L., van der Heide, H. G., He, Q., Diavatopoulos, D., … Mooi, F. R. (2010). Correction: Comparative genomic profiling of Dutch clinical Bordetella pertussis isolates using DNA microarrays: identification of genes absent from epidemic strains. BMC Genomics, 11, 196. http://doi.org/10.1186/1471-2164-11-196&lt;br /&gt;
* PubMed Abstract:  http://www.biomedcentral.com/1471-2164/9/311#abs&lt;br /&gt;
* PubMed Central: &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/&amp;gt;&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/&lt;br /&gt;
* Publisher Full Text (PDF): &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/pdf/1471-2164-9-311.pdf&amp;gt;&lt;br /&gt;
* Copyright:  © 2008 King et al; licensee BioMed Central Ltd.This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.&lt;br /&gt;
* Publisher: BMC Genomics&lt;br /&gt;
* Availability: online access&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
&lt;br /&gt;
#8&lt;br /&gt;
&lt;br /&gt;
*Nakamura, M. M., Liew, S.-Y., Cummings, C. A., Brinig, M. M., Dieterich, C., &amp;amp; Relman, D. A. (2006). Growth Phase- and Nutrient Limitation-Associated Transcript Abundance Regulation in Bordetella pertussis  . Infection and Immunity, 74(10), 5537–5548. http://doi.org/10.1128/IAI.00781-06&lt;br /&gt;
* PubMed Abstract:  &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1594893/?report=reader#__abstractid499869title&amp;gt;&lt;br /&gt;
* PubMed Central: &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1594893/&amp;gt;&lt;br /&gt;
* Publisher Full Text (HTML): &amp;lt;http://iai.asm.org/content/74/10/5537.full&amp;gt;&lt;br /&gt;
* Publisher Full Text (PDF):  &amp;lt;http://iai.asm.org/content/74/10/5537.full.pdf+html&amp;gt;&lt;br /&gt;
* Copyright: © 2006, American Society for Microbiology&lt;br /&gt;
* Publisher: Infection and Immunity&lt;br /&gt;
* Availability: online access&lt;br /&gt;
* Did LMU pay a fee for this article: no!--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Msaeedi23</name></author>	</entry>

	<entry>
		<id>https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=The_Class_Whoopers&amp;diff=7468</id>
		<title>The Class Whoopers</title>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=The_Class_Whoopers&amp;diff=7468"/>
				<updated>2015-12-08T06:50:40Z</updated>
		
		<summary type="html">&lt;p&gt;Msaeedi23: /* Progress */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Team Information &amp;amp; Links =&lt;br /&gt;
&lt;br /&gt;
{{Template:Class Whoopers}}&lt;br /&gt;
&lt;br /&gt;
=Weekly Updates=&lt;br /&gt;
==Week 14==&lt;br /&gt;
&lt;br /&gt;
===Goals===&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Assignment due date:&amp;#039;&amp;#039;&amp;#039; Midnight Tuesday, December 8&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Coder:&amp;#039;&amp;#039;&amp;#039; Create the custom species profile for &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039;, run an export using the customized version of GenMAPP Builder, add further customizations to the custom species profile as appear necessary, and run a second export using the further customized version of GenMAPP Builder.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Quality Assurance:&amp;#039;&amp;#039;&amp;#039; Identify gene IDs that are missing in the first custom export, work with the coder to classify these IDs, configure the Tally Engine, and complete a gene database testing report for the second custom export.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;GenMAPP User:&amp;#039;&amp;#039;&amp;#039; Complete the statistical analysis of the data, format the data for import into GenMAPP, and coordinate with the coder/QA to import this data into GenMAPP using the custom gene database.&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Brandon (Coder and Project Manager):&amp;#039;&amp;#039;&amp;#039; This week, I focused on creating and customizing the species profile for &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; in GenMAPP Builder, the details of which can be found in my [[Bklein7 Week 14| Week 14 Journal Entry]]. I documented the first export I conducted using a custom &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; species profile here: [[Gene Database Testing Report- cw20151201]]. I demonstrated that the custom species information implemented in this export worked as intended, but Mahrad and I identified 11 ORF genes that failed to export. I updated the &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; species profile to account for these ORF genes and conducted a new export, detailed here: [[Gene Database Testing Report- cw20151203]]. Mahrad analyzed the exported .gdb file. In addition to this, I kept tabs on my fellow group members to keep us on track to accomplish our long-term project goals in a timely manner.&lt;br /&gt;
** [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 13:39, 7 December 2015 (PST)&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Mahrad (Quality Assurance):&amp;#039;&amp;#039;&amp;#039; This week I focused on doing the tally configuration which took some time and assistance from Brandon. Now that the Tally Engine has been configured to our specific species, Lena can proceed with with GenMAPP processing. &lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Lena (GenMAPP User):&amp;#039;&amp;#039;&amp;#039; This week, I made progress on performing the statistical analysis of the data to prepare it for GenMAPP. I was able to post my progress for each of the class working sessions on my [[Lenaolufson Week 14| Week 14 Journal Entry]] as I updated the excel data sheets after each session. Dr. Dahlquist helped me figure out a problem with the original raw data that was causing the values to be very skewed. I then sent her my updated data sheet and she was able to use a program to separate the duplicates of the chips. After she sent me back the data with the sorted values, I performed the statistical analysis on the data, the most updated version of the file can be found on my Week 14 journal entry linked previously. &lt;br /&gt;
[[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 19:54, 7 December 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
===Meetings!===&lt;br /&gt;
*This week, our group used class work sessions to coordinate our work:&lt;br /&gt;
**Tuesday, December 1, 2:40 - 4:00&lt;br /&gt;
**Thursday, December 3, 2:40 - 4:00&lt;br /&gt;
&lt;br /&gt;
==Week 12==&lt;br /&gt;
===Goals===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Assignment due date:&amp;#039;&amp;#039;&amp;#039; Midnight Tuesday, November 24&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Coder:&amp;#039;&amp;#039;&amp;#039; Set up a GitHub repository clone of the XMLPipeDB project on your development device, the development rig, and the initial as-is build for gmbuilder. Complete an import-export cycle in association with QA.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Quality Assurance:&amp;#039;&amp;#039;&amp;#039; Complete an import-export cycle for the 1st &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene database. Complete a Gene Database Testing Report for this export.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;GenMAPP Users:&amp;#039;&amp;#039;&amp;#039; Create a Master Raw Data file that contains the IDs and columns of data required for further analysis. Consult with Dr. Dahlquist on how to process the data (normalization, statistics).&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Brandon (Quality Assurance and Interim Coder):&amp;#039;&amp;#039;&amp;#039; This week, I focused on completing an import-export cycle for our first &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene database- [[File:Bpertussis-std cw20151119.zip]]. With my QA hat, I imported the appropriate data, exported the gene database, and discussed the gene database creation &amp;amp; counting protocol here- [[Gene Database Testing Report- cw20151119]]. With my Coder hat, I followed the instructions on the [[Coder| Coder Guild Page]] to setup a GitHub repository clone of the XMLPipdeDB project on my personal laptop, the Eclipse developer rig, and the initial as-is build for gmbuilder. The electronic lab notebook for my QA and Coder work is present on my [[Bklein7 Week 12| Week 12 Page]]. Finally, I wrote a PowerPoint presentation on our genome sequencing paper, which is linked to on my [[Bklein7 Week 12| Week 12 Page]] as well. &lt;br /&gt;
**[[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 18:48, 23 November 2015 (PST)&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Lena (GenMAPP):&amp;#039;&amp;#039;&amp;#039; I worked on downloading the correct data sample files from the provided files on the microarray paper page. The files were unzipped and prepared to be imported into excel. In excel, the data was manipulated to form a spreadsheet that had all of the gene IDs from the different samples with their appropriate columns to be analyzed. The corrections and further manipulations of the data are to be continued to be done in the coming week in order to create the desired dataset to be exported from excel. [[File:Bpertussis CompiledRawData MS2015.xlsx]]&lt;br /&gt;
**[[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 17:33, 23 November 2015 (PST)&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Mahrad (GenMAPP--&amp;gt; Quality Assurance)&amp;#039;&amp;#039;&amp;#039;: Downloaded the six data sample files provided  by the microarray paper. Files were unzipped, imported into excel, and manipulated to form a single spreadsheet containing all gene IDs from the different samples. Each sample was placed in its respective column to be further analyzed and manipulated in the upcoming week. Following this, I assumed the position of quality assurance to accommodate the absence of Nicole.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Nicole&amp;#039;&amp;#039;&amp;#039; was absent this week. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 18:52, 23 November 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Meetings! ===&lt;br /&gt;
* Monday, November 23: Seaver 120- Brandon and Lena met to work on the GenMAPP testing of the gene IDs from our database.&lt;br /&gt;
&lt;br /&gt;
==Week 11==&lt;br /&gt;
===Goals===&lt;br /&gt;
* For all:&lt;br /&gt;
** Outline your assigned paper on your user page and include a list of 10 defined terms from the paper.&lt;br /&gt;
*Nicole &amp;amp; Brandon&lt;br /&gt;
**Prepare Journal Club presentation on the designated genome sequencing article&lt;br /&gt;
**Slides Due: by midnight, Tuesday, November 17&lt;br /&gt;
**Presentation Date: Tuesday, November 24&lt;br /&gt;
*Lena &amp;amp; Mahrad&lt;br /&gt;
**Prepare Journal Club presentation on the designated microarray paper&lt;br /&gt;
**Slides Due: by midnight, Tuesday, November 17&lt;br /&gt;
**Presentation Date: Tuesday, November 17&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*Nicole Anguiano (Coder): Nicole was absent this week for a medical emergency and is (hopefully) getting some much deserved rest. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 23:14, 16 November 2015 (PST)&lt;br /&gt;
*Brandon Klein (QA): This week I made several edits to the [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/The_Class_Whoopers Class Whoopers Team Page] in accordance with the [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/Week_11 Week 11 assignment]. These edits included the following: revising the Class Whoopers template, reorganizing the Team Page structure, commenting out unneeded articles in the annotated bibliography, creating the new bibliography entry as requested by Dr. Dahlquist, and writing the naming conventions for our files. Additionally, I outlined our genome sequencing paper for &amp;quot;Bordetella pertussis&amp;quot; and assessed the [http://www.genedb.org/Homepage/Bpertussis GeneDB MOD] on my [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/Bklein7_Week_11#Identifying_the_Bordetella_Pertussis_MOD Week 11 Individual Journal Entry]. A preliminary draft of the genome sequencing paper that I will likely be presenting solo was uploaded there. Finally, I kept tabs on group members as the interim Project Manager. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 23:14, 16 November 2015 (PST)&lt;br /&gt;
*Lena Olufson (GennMAPP): This week Mahrad and I met up and analyzed the microarray paper together. We split up the powerpoint into two halves; I did the introduction/significance of the study as well as the methods performed. Mahrad and I created our presentation together and worked through a google doc to edit it simultaneously as we discussed out loud. We also created a flow chart together that demonstrated the experimental design, thus we have the same ones included in our individual assignments. We made sure to check in with the temporary project manager and keep him updated on our progress. [[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 23:24, 16 November 2015 (PST) &lt;br /&gt;
*Mahrad Saeedi (GennMAPP): This week Lena and I worked on analyzing the microarray paper and creating an outline. We each defined 10 terms separately based upon words we didn&amp;#039;t recognize in the article. We then proceeded to producing the powerpoint presentation for journal club. &lt;br /&gt;
[[User:Msaeedi23|Msaeedi23]] ([[User talk:Msaeedi23|talk]]) 23:46, 16 November 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Meetings! ===&lt;br /&gt;
*11/15- Lena &amp;amp; Mahrad met to work on outlining article and answering questions&lt;br /&gt;
*11/16- Lena &amp;amp; Mahrad met to prepare powerpoint presentation for journal club&lt;br /&gt;
&lt;br /&gt;
==Week 10==&lt;br /&gt;
===Goals===&lt;br /&gt;
* For all:&lt;br /&gt;
** Create an annotated bibliography including one genome sequencing paper and two microarray experiments for Bordetella pertussis&lt;br /&gt;
** Create/update team page &amp;amp; compile group annotated bibliography&lt;br /&gt;
** Assignment due date: Midnight Tuesday, November 10&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*All group members created annotated bibliographies and compiled them on the newly created group page.&lt;br /&gt;
&lt;br /&gt;
=== Meetings! ===&lt;br /&gt;
* Monday, November 9, 8pm-9pm, Seaver 120&lt;br /&gt;
&lt;br /&gt;
= Deliverables =&lt;br /&gt;
==File Naming Protocol==&lt;br /&gt;
All file types generated in this project will receive their own unique names composed of two key parts:&lt;br /&gt;
#Description&lt;br /&gt;
#*This will contain a brief, file-specific description of what content the file contains.&lt;br /&gt;
#*Descriptions for different versions of the same file will remain consistent.&lt;br /&gt;
#Identifier Tag&lt;br /&gt;
#*This tag will be listed as a suffix in the following form: &amp;quot;_cwYYYYMMDD&amp;quot;&lt;br /&gt;
#**cw- team name abbreviation&lt;br /&gt;
#**YYYYMMDD- date the file was created in the form year/month/day&lt;br /&gt;
&lt;br /&gt;
Additionally, the following file naming best practices will be observed when creating descriptions for new files:&lt;br /&gt;
*Our species will be referred to consistently as &amp;quot;bpertussis&amp;quot;.&lt;br /&gt;
*Files including microarray data taken from the paper by Hoo et al. (2014) will begin with &amp;quot;hoo&amp;quot;.&lt;br /&gt;
*Spaces will be written as underscores.&lt;br /&gt;
*No capitalization will be used.&lt;br /&gt;
*No special characters will be used.&lt;br /&gt;
*If sequential numbering systems are used, leading zeros will be included for clarity.&lt;br /&gt;
&lt;br /&gt;
Sample .xls file name: hoo_analyzed_data_cw20151122.xls&lt;br /&gt;
&lt;br /&gt;
==Files==&lt;br /&gt;
*GenMAPP Gene Database for assigned species (.gdb): &amp;#039;&amp;#039;&amp;#039;bpertussis-std_cwYYYYMMDD.gdb&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*ReadMe file to accompany the Gene Database (.pdf): &amp;#039;&amp;#039;&amp;#039;readme_bpertussis-std_external_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Include Gene Database Schema diagram in ReadMe: &amp;#039;&amp;#039;&amp;#039;bpertussis_schema_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Gene Database Testing Report for final submitted Gene Database (print from wiki to .pdf file): &amp;#039;&amp;#039;&amp;#039;bpertussis_gdb_report_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Processed and analyzed DNA microarray dataset (.xls): &amp;#039;&amp;#039;&amp;#039;hoo_analyzed_data_cwYYYYMMDD.xls&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*GenMAPP Expression Dataset file (.gex): &amp;#039;&amp;#039;&amp;#039;hoo_expression_dataset_cwYYYYMMDD.gex&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Filtered MAPPFinder Results (.xls): &amp;#039;&amp;#039;&amp;#039;hoo_mappfinder_results_cwYYYYMMDD.xls&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Sample MAPP file of a relevant biological pathway for your species (.mapp): &amp;#039;&amp;#039;&amp;#039;hoo_sample_mapp_cwYYYYMMDD.mapp&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Group Report describing the creation of the Gene Database and the biological analysis of the data (.doc or .pdf): &amp;#039;&amp;#039;&amp;#039;bpertussis_analysis_methods_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*PowerPoint presentation (.ppt, given on Tuesday, December 15): &amp;#039;&amp;#039;&amp;#039;bpertussis_analysis_presentation_cwYYYYMMDD.ppt&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
==Microarray Journal Club Presentation==&lt;br /&gt;
*[[File: Microarray_Journal_Club_Presentation.pdf]]&lt;br /&gt;
&lt;br /&gt;
= Annotated Bibliography =&lt;br /&gt;
== Genome Sequencing Paper ==&lt;br /&gt;
&lt;br /&gt;
Neither of these papers is the &amp;#039;&amp;#039;first&amp;#039;&amp;#039; to report the genome sequence of &amp;#039;&amp;#039;B. pertussis.&amp;#039;&amp;#039;  The paper that you will want to use is [http://www.nature.com/ng/journal/v35/n1/full/ng1227.html this one].  I found it by looking at the introduction and references of the Zhang et. al (2011) paper.  For your Week 11 assignment, please remove your annotated bibliography entries for the two papers below and create one for this new paper by Parkhill et al. (2003).  You will use the Parkhill paper for your project.  &amp;#039;&amp;#039;&amp;amp;mdash; [[User:Kdahlquist|Kdahlquist]] ([[User talk:Kdahlquist|talk]]) 09:54, 10 November 2015 (PST)&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
*Parkhill, J., Sebaihia, M., Preston, A., Murphy, L. D., et al. (2003). Comparative analysis of the genome sequences of Bordetella pertussis, Bordetella parapertussis and Bordetella bronchiseptica. Nature genetics, 35(1), 32-40. doi:10.1038/ng1227&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/12910271&lt;br /&gt;
* PubMed Central:  Not available on PubMed Central.&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.nature.com/ng/journal/v35/n1/full/ng1227.html&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.nature.com/ng/journal/v35/n1/pdf/ng1227.pdf&lt;br /&gt;
* Copyright: ©2003 Nature Publishing Group (information found on PDF version of article). This article is not Open Access, but it is freely available 6 months after publication.&lt;br /&gt;
* Publisher: Nature Publishing Group (for-profit).&lt;br /&gt;
* Availability: In print and online.&lt;br /&gt;
* Did LMU pay a fee for this article: Yes, LMU pays a subscription fee for access to the journal &amp;#039;&amp;#039;Nature Genetics&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
== Microarray Paper ==&lt;br /&gt;
&lt;br /&gt;
This paper is suitable for your project.  &amp;#039;&amp;#039;&amp;amp;mdash; [[User:Kdahlquist|Kdahlquist]] ([[User talk:Kdahlquist|talk]]) 10:04, 10 November 2015 (PST)&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Hoo, R., Lam, J.H., Huot, L., Pant, A., Li, R., Hot, D., &amp;amp; Alonso, S. (2014). Evidence for a Role of the Polysaccharide Capsule Transport Proteins in Pertussis Pathogenesis. PLoS ONE, 9(12):e115243. doi: 10.1371/journal.pone.0115243&lt;br /&gt;
* PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/25501560 &lt;br /&gt;
* PubMed Central: http://www.ncbi.nlm.nih.gov/pmc/articles/PMC4264864/&lt;br /&gt;
* Publisher Full Text (HTML): http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0115243&lt;br /&gt;
* Publisher Full Text (PDF): http://www.plosone.org/article/fetchObject.action?uri=info:doi/10.1371/journal.pone.0115243&amp;amp;representation=PDF&lt;br /&gt;
* Copyright: © 2014 Hoo et al. This is an open-access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited (info found [http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0115243 here]).&lt;br /&gt;
* Publisher: PLOS ONE (respected open access organization).&lt;br /&gt;
* Availability: Online only.&lt;br /&gt;
* Did LMU pay a fee for this article: No.&lt;br /&gt;
* Web site where the data resides: [http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE62088 NCBI GEO data]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--#2&lt;br /&gt;
*Brickman, T. J., Cummings, C. A., Liew, S.-Y., Relman, D. A., &amp;amp; Armstrong, S. K. (2011). Transcriptional Profiling of the Iron Starvation Response in Bordetella pertussis Provides New Insights into Siderophore Utilization and Virulence Gene Expression . Journal of Bacteriology, 193(18), 4798–4812. http://doi.org/10.1128/JB.05136-11&lt;br /&gt;
* ArrayExpress Abstract: https://www.ebi.ac.uk/arrayexpress/experiments/E-MEXP-3263/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC532028/&lt;br /&gt;
*PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/?term=Transcriptional+Profiling+of+the+Iron+Starvation+Response+in+Bordetella+pertussis+Provides+New+Insights+into+Siderophore+Utilization+and+Virulence+Gene+Expression&lt;br /&gt;
* Publisher Full Text (HTML): http://jb.asm.org/content/193/18/4798.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/193/18/4798.full.pdf+html &lt;br /&gt;
* Copyright:  2011 by the American Society for Microbiology &lt;br /&gt;
* Publisher:  Journal of Bacteriology &lt;br /&gt;
* Availability:  in print and online&lt;br /&gt;
* Did LMU pay a fee for this article: yes&lt;br /&gt;
*Link to where the microarray data resides: https://www.ebi.ac.uk/arrayexpress/experiments/E-MEXP-3263/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
&lt;br /&gt;
#3&lt;br /&gt;
King, A. J., van der Lee, S., Mohangoo, A., van Gent, M., van der Ark, A., &amp;amp; van de Waterbeemd, B. (2013). Genome-Wide Gene Expression Analysis of Bordetella pertussis Isolates Associated with a Resurgence in Pertussis: Elucidation of Factors Involved in the Increased Fitness of Epidemic Strains. PLoS ONE, 8(6): e66150. doi: 10.1371/journal.pone.0066150&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/23776625&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3679012/&lt;br /&gt;
* Publisher Full Text (HTML):  http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0066150&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.plosone.org/article/fetchObject.action?uri=info:doi/10.1371/journal.pone.0066150&amp;amp;representation=PDF&lt;br /&gt;
* Copyright: © 2013 King et al. This is an open-access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited. (info found [http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0066150 here])&lt;br /&gt;
* Publisher: PLOS ONE (respected open access organization)&lt;br /&gt;
* Availability: online only&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
* Web site where the data resides: [http://www.ebi.ac.uk/arrayexpress/experiments/E-MTAB-1594/samples/?keywords=Bordetella+pertussis&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&amp;amp;s_page=1&amp;amp;s_pagesize=100 EBI ArrayExpress Data]&lt;br /&gt;
&lt;br /&gt;
#4 (note, all of the papers from this point on involve additional species other than Bordetella pertussis)&lt;br /&gt;
&lt;br /&gt;
* Cummings, C. A., Bootsma, H. J., Relman, D. A., &amp;amp; Miller, J. F. (2006). Species-and strain-specific control of a complex, flexible regulon by Bordetella BvgAS. Journal of bacteriology, 188(5), 1775-1785.&lt;br /&gt;
* ArrayExpress Abstract: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-29/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1426559/&lt;br /&gt;
*PubMed Abstract:http://www.ncbi.nlm.nih.gov/pubmed/?term=Species-+and+Strain-Specific+Control+of+a+Complex%2C+Flexible+Regulon+by+Bordetella+BvgAS&lt;br /&gt;
* Publisher Full Text (HTML): http://jb.asm.org/content/188/5/1775.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/188/5/1775.full.pdf+html&lt;br /&gt;
* Copyright:  2006 by the American Society for Microbiology &lt;br /&gt;
* Publisher:  Journal of Bacteriology &lt;br /&gt;
* Availability:  in print and online&lt;br /&gt;
* Did LMU pay a fee for this article: yes&lt;br /&gt;
*Link to where the microarray data resides: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-29/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
&lt;br /&gt;
#5&lt;br /&gt;
&lt;br /&gt;
* Brinig, M., Register, K., Ackermann, M., &amp;amp; Relman, D. (2006). Genomic features of Bordetella parapertussis clades with distinct host species specificity. Genome Biology, 7(9). doi:doi:10.1186/gb-2006-7-9-r81&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/16956413?dopt=Abstract&amp;amp;holding=f1000,f1000m,isrctn&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1794550/&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.genomebiology.com/2006/7/9/R81&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.genomebiology.com/content/pdf/gb-2006-7-9-r81.pdf&lt;br /&gt;
* Copyright: Brinig et al.; licensee BioMed Central Ltd. (information found on the article); open access&lt;br /&gt;
* Publisher:  BioMed Central Ltd (for-profit publisher)&lt;br /&gt;
* Availability:  online&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
# What experiment was performed?  What was the &amp;quot;treatment&amp;quot; and what was the &amp;quot;control&amp;quot; in the experiment?&lt;br /&gt;
# Were replicate experiments of the &amp;quot;treatment&amp;quot; and &amp;quot;control&amp;quot; conditions conducted?  Were these biological or technical replicates?  How many of each?&lt;br /&gt;
* Link to microarray data: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-95/&lt;br /&gt;
&lt;br /&gt;
#6&lt;br /&gt;
&lt;br /&gt;
* Cummings, C., Bootsma, H., Relman, D., &amp;amp; Miller, J. (2006). Species- and Strain-Specific Control of a Complex, Flexible Regulon by Bordetella BvgAS. Journal of Bacteriology, 188(5), 1775-1785. doi:doi: 10.1128/JB.188.5.1775-1785.2006&lt;br /&gt;
* PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/16484188?dopt=Abstract&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1426559/&lt;br /&gt;
* Publisher Full Text (HTML):  http://jb.asm.org/content/188/5/1775.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/188/5/1775.full.pdf&lt;br /&gt;
* Copyright: American Society for Microbiology; open access&lt;br /&gt;
* Publisher:  American Society for Microbiology (professional organization for scientists)&lt;br /&gt;
* Availability:  online and in print&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
# What experiment was performed?  What was the &amp;quot;treatment&amp;quot; and what was the &amp;quot;control&amp;quot; in the experiment?&lt;br /&gt;
# Were replicate experiments of the &amp;quot;treatment&amp;quot; and &amp;quot;control&amp;quot; conditions conducted?  Were these biological or technical replicates?  How many of each?&lt;br /&gt;
* Link to microarray data: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-28/&lt;br /&gt;
&lt;br /&gt;
#7&lt;br /&gt;
&lt;br /&gt;
*King, A. J., van Gorkom, T., Pennings, J. L., van der Heide, H. G., He, Q., Diavatopoulos, D., … Mooi, F. R. (2010). Correction: Comparative genomic profiling of Dutch clinical Bordetella pertussis isolates using DNA microarrays: identification of genes absent from epidemic strains. BMC Genomics, 11, 196. http://doi.org/10.1186/1471-2164-11-196&lt;br /&gt;
* PubMed Abstract:  http://www.biomedcentral.com/1471-2164/9/311#abs&lt;br /&gt;
* PubMed Central: &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/&amp;gt;&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/&lt;br /&gt;
* Publisher Full Text (PDF): &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/pdf/1471-2164-9-311.pdf&amp;gt;&lt;br /&gt;
* Copyright:  © 2008 King et al; licensee BioMed Central Ltd.This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.&lt;br /&gt;
* Publisher: BMC Genomics&lt;br /&gt;
* Availability: online access&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
&lt;br /&gt;
#8&lt;br /&gt;
&lt;br /&gt;
*Nakamura, M. M., Liew, S.-Y., Cummings, C. A., Brinig, M. M., Dieterich, C., &amp;amp; Relman, D. A. (2006). Growth Phase- and Nutrient Limitation-Associated Transcript Abundance Regulation in Bordetella pertussis  . Infection and Immunity, 74(10), 5537–5548. http://doi.org/10.1128/IAI.00781-06&lt;br /&gt;
* PubMed Abstract:  &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1594893/?report=reader#__abstractid499869title&amp;gt;&lt;br /&gt;
* PubMed Central: &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1594893/&amp;gt;&lt;br /&gt;
* Publisher Full Text (HTML): &amp;lt;http://iai.asm.org/content/74/10/5537.full&amp;gt;&lt;br /&gt;
* Publisher Full Text (PDF):  &amp;lt;http://iai.asm.org/content/74/10/5537.full.pdf+html&amp;gt;&lt;br /&gt;
* Copyright: © 2006, American Society for Microbiology&lt;br /&gt;
* Publisher: Infection and Immunity&lt;br /&gt;
* Availability: online access&lt;br /&gt;
* Did LMU pay a fee for this article: no!--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Msaeedi23</name></author>	</entry>

	<entry>
		<id>https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=The_Class_Whoopers&amp;diff=7467</id>
		<title>The Class Whoopers</title>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=The_Class_Whoopers&amp;diff=7467"/>
				<updated>2015-12-08T06:49:27Z</updated>
		
		<summary type="html">&lt;p&gt;Msaeedi23: /* Progress */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Team Information &amp;amp; Links =&lt;br /&gt;
&lt;br /&gt;
{{Template:Class Whoopers}}&lt;br /&gt;
&lt;br /&gt;
=Weekly Updates=&lt;br /&gt;
==Week 14==&lt;br /&gt;
&lt;br /&gt;
===Goals===&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Assignment due date:&amp;#039;&amp;#039;&amp;#039; Midnight Tuesday, December 8&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Coder:&amp;#039;&amp;#039;&amp;#039; Create the custom species profile for &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039;, run an export using the customized version of GenMAPP Builder, add further customizations to the custom species profile as appear necessary, and run a second export using the further customized version of GenMAPP Builder.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Quality Assurance:&amp;#039;&amp;#039;&amp;#039; Identify gene IDs that are missing in the first custom export, work with the coder to classify these IDs, configure the Tally Engine, and complete a gene database testing report for the second custom export.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;GenMAPP User:&amp;#039;&amp;#039;&amp;#039; Complete the statistical analysis of the data, format the data for import into GenMAPP, and coordinate with the coder/QA to import this data into GenMAPP using the custom gene database.&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Brandon (Coder and Project Manager):&amp;#039;&amp;#039;&amp;#039; This week, I focused on creating and customizing the species profile for &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; in GenMAPP Builder, the details of which can be found in my [[Bklein7 Week 14| Week 14 Journal Entry]]. I documented the first export I conducted using a custom &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; species profile here: [[Gene Database Testing Report- cw20151201]]. I demonstrated that the custom species information implemented in this export worked as intended, but Mahrad and I identified 11 ORF genes that failed to export. I updated the &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; species profile to account for these ORF genes and conducted a new export, detailed here: [[Gene Database Testing Report- cw20151203]]. Mahrad analyzed the exported .gdb file. In addition to this, I kept tabs on my fellow group members to keep us on track to accomplish our long-term project goals in a timely manner.&lt;br /&gt;
** [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 13:39, 7 December 2015 (PST)&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Mahrad (Quality Assurance):&amp;#039;&amp;#039;&amp;#039; This week I focused on doing the tally configuration which took some time and assistance from Brandon. Now that the Tally Engine has been configured to our specific species, Lena can proceed with with GenMAPP processing. &lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Lena (GenMAPP User):&amp;#039;&amp;#039;&amp;#039; This week, I made progress on performing the statistical analysis of the data to prepare it for GenMAPP. I was able to post my progress for each of the class working sessions on my [[Lenaolufson Week 14| Week 14 Journal Entry]] as I updated the excel data sheets after each session. Dr. Dahlquist helped me figure out a problem with the original raw data that was causing the values to be very skewed. I then sent her my updated data sheet and she was able to use a program to separate the duplicates of the chips. After she sent me back the data with the sorted values, I performed the statistical analysis on the data, the most updated version of the file can be found on my Week 14 journal entry linked previously. &lt;br /&gt;
[[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 19:54, 7 December 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
===Meetings!===&lt;br /&gt;
*This week, our group used class work sessions to coordinate our work:&lt;br /&gt;
**Tuesday, December 1, 2:40 - 4:00&lt;br /&gt;
**Thursday, December 3, 2:40 - 4:00&lt;br /&gt;
&lt;br /&gt;
==Week 12==&lt;br /&gt;
===Goals===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Assignment due date:&amp;#039;&amp;#039;&amp;#039; Midnight Tuesday, November 24&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Coder:&amp;#039;&amp;#039;&amp;#039; Set up a GitHub repository clone of the XMLPipeDB project on your development device, the development rig, and the initial as-is build for gmbuilder. Complete an import-export cycle in association with QA.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Quality Assurance:&amp;#039;&amp;#039;&amp;#039; Complete an import-export cycle for the 1st &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene database. Complete a Gene Database Testing Report for this export.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;GenMAPP Users:&amp;#039;&amp;#039;&amp;#039; Create a Master Raw Data file that contains the IDs and columns of data required for further analysis. Consult with Dr. Dahlquist on how to process the data (normalization, statistics).&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Brandon (Quality Assurance and Interim Coder):&amp;#039;&amp;#039;&amp;#039; This week, I focused on completing an import-export cycle for our first &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene database- [[File:Bpertussis-std cw20151119.zip]]. With my QA hat, I imported the appropriate data, exported the gene database, and discussed the gene database creation &amp;amp; counting protocol here- [[Gene Database Testing Report- cw20151119]]. With my Coder hat, I followed the instructions on the [[Coder| Coder Guild Page]] to setup a GitHub repository clone of the XMLPipdeDB project on my personal laptop, the Eclipse developer rig, and the initial as-is build for gmbuilder. The electronic lab notebook for my QA and Coder work is present on my [[Bklein7 Week 12| Week 12 Page]]. Finally, I wrote a PowerPoint presentation on our genome sequencing paper, which is linked to on my [[Bklein7 Week 12| Week 12 Page]] as well. &lt;br /&gt;
**[[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 18:48, 23 November 2015 (PST)&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Lena (GenMAPP):&amp;#039;&amp;#039;&amp;#039; I worked on downloading the correct data sample files from the provided files on the microarray paper page. The files were unzipped and prepared to be imported into excel. In excel, the data was manipulated to form a spreadsheet that had all of the gene IDs from the different samples with their appropriate columns to be analyzed. The corrections and further manipulations of the data are to be continued to be done in the coming week in order to create the desired dataset to be exported from excel. [[File:Bpertussis CompiledRawData MS2015.xlsx]]&lt;br /&gt;
**[[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 17:33, 23 November 2015 (PST)&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Mahrad (GenMAPP--&amp;gt; Quality Assurance)&amp;#039;&amp;#039;&amp;#039;: Downloaded the six data sample files provided  by the microarray paper. Files were unzipped, imported into excel, and manipulated to form a single spreadsheet containing all gene IDs from the different samples. Each sample was placed in its respective column to be further analyzed and manipulated in the upcoming week. Following this, I assumed the position of quality assurance. As Q and A I worked directly with Brandon to do the initial data exports. Next we meticulously characterized regular expression patterns to detect discrepancies in extracting the data from the original samples. In the following week I will work to do the tally configuration to customize it according to our specific species. &lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Nicole&amp;#039;&amp;#039;&amp;#039; was absent this week. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 18:52, 23 November 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Meetings! ===&lt;br /&gt;
* Monday, November 23: Seaver 120- Brandon and Lena met to work on the GenMAPP testing of the gene IDs from our database.&lt;br /&gt;
&lt;br /&gt;
==Week 11==&lt;br /&gt;
===Goals===&lt;br /&gt;
* For all:&lt;br /&gt;
** Outline your assigned paper on your user page and include a list of 10 defined terms from the paper.&lt;br /&gt;
*Nicole &amp;amp; Brandon&lt;br /&gt;
**Prepare Journal Club presentation on the designated genome sequencing article&lt;br /&gt;
**Slides Due: by midnight, Tuesday, November 17&lt;br /&gt;
**Presentation Date: Tuesday, November 24&lt;br /&gt;
*Lena &amp;amp; Mahrad&lt;br /&gt;
**Prepare Journal Club presentation on the designated microarray paper&lt;br /&gt;
**Slides Due: by midnight, Tuesday, November 17&lt;br /&gt;
**Presentation Date: Tuesday, November 17&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*Nicole Anguiano (Coder): Nicole was absent this week for a medical emergency and is (hopefully) getting some much deserved rest. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 23:14, 16 November 2015 (PST)&lt;br /&gt;
*Brandon Klein (QA): This week I made several edits to the [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/The_Class_Whoopers Class Whoopers Team Page] in accordance with the [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/Week_11 Week 11 assignment]. These edits included the following: revising the Class Whoopers template, reorganizing the Team Page structure, commenting out unneeded articles in the annotated bibliography, creating the new bibliography entry as requested by Dr. Dahlquist, and writing the naming conventions for our files. Additionally, I outlined our genome sequencing paper for &amp;quot;Bordetella pertussis&amp;quot; and assessed the [http://www.genedb.org/Homepage/Bpertussis GeneDB MOD] on my [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/Bklein7_Week_11#Identifying_the_Bordetella_Pertussis_MOD Week 11 Individual Journal Entry]. A preliminary draft of the genome sequencing paper that I will likely be presenting solo was uploaded there. Finally, I kept tabs on group members as the interim Project Manager. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 23:14, 16 November 2015 (PST)&lt;br /&gt;
*Lena Olufson (GennMAPP): This week Mahrad and I met up and analyzed the microarray paper together. We split up the powerpoint into two halves; I did the introduction/significance of the study as well as the methods performed. Mahrad and I created our presentation together and worked through a google doc to edit it simultaneously as we discussed out loud. We also created a flow chart together that demonstrated the experimental design, thus we have the same ones included in our individual assignments. We made sure to check in with the temporary project manager and keep him updated on our progress. [[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 23:24, 16 November 2015 (PST) &lt;br /&gt;
*Mahrad Saeedi (GennMAPP): This week Lena and I worked on analyzing the microarray paper and creating an outline. We each defined 10 terms separately based upon words we didn&amp;#039;t recognize in the article. We then proceeded to producing the powerpoint presentation for journal club. &lt;br /&gt;
[[User:Msaeedi23|Msaeedi23]] ([[User talk:Msaeedi23|talk]]) 23:46, 16 November 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Meetings! ===&lt;br /&gt;
*11/15- Lena &amp;amp; Mahrad met to work on outlining article and answering questions&lt;br /&gt;
*11/16- Lena &amp;amp; Mahrad met to prepare powerpoint presentation for journal club&lt;br /&gt;
&lt;br /&gt;
==Week 10==&lt;br /&gt;
===Goals===&lt;br /&gt;
* For all:&lt;br /&gt;
** Create an annotated bibliography including one genome sequencing paper and two microarray experiments for Bordetella pertussis&lt;br /&gt;
** Create/update team page &amp;amp; compile group annotated bibliography&lt;br /&gt;
** Assignment due date: Midnight Tuesday, November 10&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*All group members created annotated bibliographies and compiled them on the newly created group page.&lt;br /&gt;
&lt;br /&gt;
=== Meetings! ===&lt;br /&gt;
* Monday, November 9, 8pm-9pm, Seaver 120&lt;br /&gt;
&lt;br /&gt;
= Deliverables =&lt;br /&gt;
==File Naming Protocol==&lt;br /&gt;
All file types generated in this project will receive their own unique names composed of two key parts:&lt;br /&gt;
#Description&lt;br /&gt;
#*This will contain a brief, file-specific description of what content the file contains.&lt;br /&gt;
#*Descriptions for different versions of the same file will remain consistent.&lt;br /&gt;
#Identifier Tag&lt;br /&gt;
#*This tag will be listed as a suffix in the following form: &amp;quot;_cwYYYYMMDD&amp;quot;&lt;br /&gt;
#**cw- team name abbreviation&lt;br /&gt;
#**YYYYMMDD- date the file was created in the form year/month/day&lt;br /&gt;
&lt;br /&gt;
Additionally, the following file naming best practices will be observed when creating descriptions for new files:&lt;br /&gt;
*Our species will be referred to consistently as &amp;quot;bpertussis&amp;quot;.&lt;br /&gt;
*Files including microarray data taken from the paper by Hoo et al. (2014) will begin with &amp;quot;hoo&amp;quot;.&lt;br /&gt;
*Spaces will be written as underscores.&lt;br /&gt;
*No capitalization will be used.&lt;br /&gt;
*No special characters will be used.&lt;br /&gt;
*If sequential numbering systems are used, leading zeros will be included for clarity.&lt;br /&gt;
&lt;br /&gt;
Sample .xls file name: hoo_analyzed_data_cw20151122.xls&lt;br /&gt;
&lt;br /&gt;
==Files==&lt;br /&gt;
*GenMAPP Gene Database for assigned species (.gdb): &amp;#039;&amp;#039;&amp;#039;bpertussis-std_cwYYYYMMDD.gdb&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*ReadMe file to accompany the Gene Database (.pdf): &amp;#039;&amp;#039;&amp;#039;readme_bpertussis-std_external_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Include Gene Database Schema diagram in ReadMe: &amp;#039;&amp;#039;&amp;#039;bpertussis_schema_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Gene Database Testing Report for final submitted Gene Database (print from wiki to .pdf file): &amp;#039;&amp;#039;&amp;#039;bpertussis_gdb_report_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Processed and analyzed DNA microarray dataset (.xls): &amp;#039;&amp;#039;&amp;#039;hoo_analyzed_data_cwYYYYMMDD.xls&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*GenMAPP Expression Dataset file (.gex): &amp;#039;&amp;#039;&amp;#039;hoo_expression_dataset_cwYYYYMMDD.gex&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Filtered MAPPFinder Results (.xls): &amp;#039;&amp;#039;&amp;#039;hoo_mappfinder_results_cwYYYYMMDD.xls&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Sample MAPP file of a relevant biological pathway for your species (.mapp): &amp;#039;&amp;#039;&amp;#039;hoo_sample_mapp_cwYYYYMMDD.mapp&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Group Report describing the creation of the Gene Database and the biological analysis of the data (.doc or .pdf): &amp;#039;&amp;#039;&amp;#039;bpertussis_analysis_methods_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*PowerPoint presentation (.ppt, given on Tuesday, December 15): &amp;#039;&amp;#039;&amp;#039;bpertussis_analysis_presentation_cwYYYYMMDD.ppt&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
==Microarray Journal Club Presentation==&lt;br /&gt;
*[[File: Microarray_Journal_Club_Presentation.pdf]]&lt;br /&gt;
&lt;br /&gt;
= Annotated Bibliography =&lt;br /&gt;
== Genome Sequencing Paper ==&lt;br /&gt;
&lt;br /&gt;
Neither of these papers is the &amp;#039;&amp;#039;first&amp;#039;&amp;#039; to report the genome sequence of &amp;#039;&amp;#039;B. pertussis.&amp;#039;&amp;#039;  The paper that you will want to use is [http://www.nature.com/ng/journal/v35/n1/full/ng1227.html this one].  I found it by looking at the introduction and references of the Zhang et. al (2011) paper.  For your Week 11 assignment, please remove your annotated bibliography entries for the two papers below and create one for this new paper by Parkhill et al. (2003).  You will use the Parkhill paper for your project.  &amp;#039;&amp;#039;&amp;amp;mdash; [[User:Kdahlquist|Kdahlquist]] ([[User talk:Kdahlquist|talk]]) 09:54, 10 November 2015 (PST)&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
*Parkhill, J., Sebaihia, M., Preston, A., Murphy, L. D., et al. (2003). Comparative analysis of the genome sequences of Bordetella pertussis, Bordetella parapertussis and Bordetella bronchiseptica. Nature genetics, 35(1), 32-40. doi:10.1038/ng1227&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/12910271&lt;br /&gt;
* PubMed Central:  Not available on PubMed Central.&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.nature.com/ng/journal/v35/n1/full/ng1227.html&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.nature.com/ng/journal/v35/n1/pdf/ng1227.pdf&lt;br /&gt;
* Copyright: ©2003 Nature Publishing Group (information found on PDF version of article). This article is not Open Access, but it is freely available 6 months after publication.&lt;br /&gt;
* Publisher: Nature Publishing Group (for-profit).&lt;br /&gt;
* Availability: In print and online.&lt;br /&gt;
* Did LMU pay a fee for this article: Yes, LMU pays a subscription fee for access to the journal &amp;#039;&amp;#039;Nature Genetics&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
== Microarray Paper ==&lt;br /&gt;
&lt;br /&gt;
This paper is suitable for your project.  &amp;#039;&amp;#039;&amp;amp;mdash; [[User:Kdahlquist|Kdahlquist]] ([[User talk:Kdahlquist|talk]]) 10:04, 10 November 2015 (PST)&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Hoo, R., Lam, J.H., Huot, L., Pant, A., Li, R., Hot, D., &amp;amp; Alonso, S. (2014). Evidence for a Role of the Polysaccharide Capsule Transport Proteins in Pertussis Pathogenesis. PLoS ONE, 9(12):e115243. doi: 10.1371/journal.pone.0115243&lt;br /&gt;
* PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/25501560 &lt;br /&gt;
* PubMed Central: http://www.ncbi.nlm.nih.gov/pmc/articles/PMC4264864/&lt;br /&gt;
* Publisher Full Text (HTML): http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0115243&lt;br /&gt;
* Publisher Full Text (PDF): http://www.plosone.org/article/fetchObject.action?uri=info:doi/10.1371/journal.pone.0115243&amp;amp;representation=PDF&lt;br /&gt;
* Copyright: © 2014 Hoo et al. This is an open-access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited (info found [http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0115243 here]).&lt;br /&gt;
* Publisher: PLOS ONE (respected open access organization).&lt;br /&gt;
* Availability: Online only.&lt;br /&gt;
* Did LMU pay a fee for this article: No.&lt;br /&gt;
* Web site where the data resides: [http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE62088 NCBI GEO data]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--#2&lt;br /&gt;
*Brickman, T. J., Cummings, C. A., Liew, S.-Y., Relman, D. A., &amp;amp; Armstrong, S. K. (2011). Transcriptional Profiling of the Iron Starvation Response in Bordetella pertussis Provides New Insights into Siderophore Utilization and Virulence Gene Expression . Journal of Bacteriology, 193(18), 4798–4812. http://doi.org/10.1128/JB.05136-11&lt;br /&gt;
* ArrayExpress Abstract: https://www.ebi.ac.uk/arrayexpress/experiments/E-MEXP-3263/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC532028/&lt;br /&gt;
*PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/?term=Transcriptional+Profiling+of+the+Iron+Starvation+Response+in+Bordetella+pertussis+Provides+New+Insights+into+Siderophore+Utilization+and+Virulence+Gene+Expression&lt;br /&gt;
* Publisher Full Text (HTML): http://jb.asm.org/content/193/18/4798.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/193/18/4798.full.pdf+html &lt;br /&gt;
* Copyright:  2011 by the American Society for Microbiology &lt;br /&gt;
* Publisher:  Journal of Bacteriology &lt;br /&gt;
* Availability:  in print and online&lt;br /&gt;
* Did LMU pay a fee for this article: yes&lt;br /&gt;
*Link to where the microarray data resides: https://www.ebi.ac.uk/arrayexpress/experiments/E-MEXP-3263/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
&lt;br /&gt;
#3&lt;br /&gt;
King, A. J., van der Lee, S., Mohangoo, A., van Gent, M., van der Ark, A., &amp;amp; van de Waterbeemd, B. (2013). Genome-Wide Gene Expression Analysis of Bordetella pertussis Isolates Associated with a Resurgence in Pertussis: Elucidation of Factors Involved in the Increased Fitness of Epidemic Strains. PLoS ONE, 8(6): e66150. doi: 10.1371/journal.pone.0066150&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/23776625&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3679012/&lt;br /&gt;
* Publisher Full Text (HTML):  http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0066150&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.plosone.org/article/fetchObject.action?uri=info:doi/10.1371/journal.pone.0066150&amp;amp;representation=PDF&lt;br /&gt;
* Copyright: © 2013 King et al. This is an open-access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited. (info found [http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0066150 here])&lt;br /&gt;
* Publisher: PLOS ONE (respected open access organization)&lt;br /&gt;
* Availability: online only&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
* Web site where the data resides: [http://www.ebi.ac.uk/arrayexpress/experiments/E-MTAB-1594/samples/?keywords=Bordetella+pertussis&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&amp;amp;s_page=1&amp;amp;s_pagesize=100 EBI ArrayExpress Data]&lt;br /&gt;
&lt;br /&gt;
#4 (note, all of the papers from this point on involve additional species other than Bordetella pertussis)&lt;br /&gt;
&lt;br /&gt;
* Cummings, C. A., Bootsma, H. J., Relman, D. A., &amp;amp; Miller, J. F. (2006). Species-and strain-specific control of a complex, flexible regulon by Bordetella BvgAS. Journal of bacteriology, 188(5), 1775-1785.&lt;br /&gt;
* ArrayExpress Abstract: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-29/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1426559/&lt;br /&gt;
*PubMed Abstract:http://www.ncbi.nlm.nih.gov/pubmed/?term=Species-+and+Strain-Specific+Control+of+a+Complex%2C+Flexible+Regulon+by+Bordetella+BvgAS&lt;br /&gt;
* Publisher Full Text (HTML): http://jb.asm.org/content/188/5/1775.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/188/5/1775.full.pdf+html&lt;br /&gt;
* Copyright:  2006 by the American Society for Microbiology &lt;br /&gt;
* Publisher:  Journal of Bacteriology &lt;br /&gt;
* Availability:  in print and online&lt;br /&gt;
* Did LMU pay a fee for this article: yes&lt;br /&gt;
*Link to where the microarray data resides: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-29/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
&lt;br /&gt;
#5&lt;br /&gt;
&lt;br /&gt;
* Brinig, M., Register, K., Ackermann, M., &amp;amp; Relman, D. (2006). Genomic features of Bordetella parapertussis clades with distinct host species specificity. Genome Biology, 7(9). doi:doi:10.1186/gb-2006-7-9-r81&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/16956413?dopt=Abstract&amp;amp;holding=f1000,f1000m,isrctn&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1794550/&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.genomebiology.com/2006/7/9/R81&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.genomebiology.com/content/pdf/gb-2006-7-9-r81.pdf&lt;br /&gt;
* Copyright: Brinig et al.; licensee BioMed Central Ltd. (information found on the article); open access&lt;br /&gt;
* Publisher:  BioMed Central Ltd (for-profit publisher)&lt;br /&gt;
* Availability:  online&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
# What experiment was performed?  What was the &amp;quot;treatment&amp;quot; and what was the &amp;quot;control&amp;quot; in the experiment?&lt;br /&gt;
# Were replicate experiments of the &amp;quot;treatment&amp;quot; and &amp;quot;control&amp;quot; conditions conducted?  Were these biological or technical replicates?  How many of each?&lt;br /&gt;
* Link to microarray data: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-95/&lt;br /&gt;
&lt;br /&gt;
#6&lt;br /&gt;
&lt;br /&gt;
* Cummings, C., Bootsma, H., Relman, D., &amp;amp; Miller, J. (2006). Species- and Strain-Specific Control of a Complex, Flexible Regulon by Bordetella BvgAS. Journal of Bacteriology, 188(5), 1775-1785. doi:doi: 10.1128/JB.188.5.1775-1785.2006&lt;br /&gt;
* PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/16484188?dopt=Abstract&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1426559/&lt;br /&gt;
* Publisher Full Text (HTML):  http://jb.asm.org/content/188/5/1775.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/188/5/1775.full.pdf&lt;br /&gt;
* Copyright: American Society for Microbiology; open access&lt;br /&gt;
* Publisher:  American Society for Microbiology (professional organization for scientists)&lt;br /&gt;
* Availability:  online and in print&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
# What experiment was performed?  What was the &amp;quot;treatment&amp;quot; and what was the &amp;quot;control&amp;quot; in the experiment?&lt;br /&gt;
# Were replicate experiments of the &amp;quot;treatment&amp;quot; and &amp;quot;control&amp;quot; conditions conducted?  Were these biological or technical replicates?  How many of each?&lt;br /&gt;
* Link to microarray data: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-28/&lt;br /&gt;
&lt;br /&gt;
#7&lt;br /&gt;
&lt;br /&gt;
*King, A. J., van Gorkom, T., Pennings, J. L., van der Heide, H. G., He, Q., Diavatopoulos, D., … Mooi, F. R. (2010). Correction: Comparative genomic profiling of Dutch clinical Bordetella pertussis isolates using DNA microarrays: identification of genes absent from epidemic strains. BMC Genomics, 11, 196. http://doi.org/10.1186/1471-2164-11-196&lt;br /&gt;
* PubMed Abstract:  http://www.biomedcentral.com/1471-2164/9/311#abs&lt;br /&gt;
* PubMed Central: &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/&amp;gt;&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/&lt;br /&gt;
* Publisher Full Text (PDF): &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/pdf/1471-2164-9-311.pdf&amp;gt;&lt;br /&gt;
* Copyright:  © 2008 King et al; licensee BioMed Central Ltd.This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.&lt;br /&gt;
* Publisher: BMC Genomics&lt;br /&gt;
* Availability: online access&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
&lt;br /&gt;
#8&lt;br /&gt;
&lt;br /&gt;
*Nakamura, M. M., Liew, S.-Y., Cummings, C. A., Brinig, M. M., Dieterich, C., &amp;amp; Relman, D. A. (2006). Growth Phase- and Nutrient Limitation-Associated Transcript Abundance Regulation in Bordetella pertussis  . Infection and Immunity, 74(10), 5537–5548. http://doi.org/10.1128/IAI.00781-06&lt;br /&gt;
* PubMed Abstract:  &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1594893/?report=reader#__abstractid499869title&amp;gt;&lt;br /&gt;
* PubMed Central: &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1594893/&amp;gt;&lt;br /&gt;
* Publisher Full Text (HTML): &amp;lt;http://iai.asm.org/content/74/10/5537.full&amp;gt;&lt;br /&gt;
* Publisher Full Text (PDF):  &amp;lt;http://iai.asm.org/content/74/10/5537.full.pdf+html&amp;gt;&lt;br /&gt;
* Copyright: © 2006, American Society for Microbiology&lt;br /&gt;
* Publisher: Infection and Immunity&lt;br /&gt;
* Availability: online access&lt;br /&gt;
* Did LMU pay a fee for this article: no!--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Msaeedi23</name></author>	</entry>

	<entry>
		<id>https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=The_Class_Whoopers&amp;diff=7464</id>
		<title>The Class Whoopers</title>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=The_Class_Whoopers&amp;diff=7464"/>
				<updated>2015-12-08T06:48:00Z</updated>
		
		<summary type="html">&lt;p&gt;Msaeedi23: /* Progress */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Team Information &amp;amp; Links =&lt;br /&gt;
&lt;br /&gt;
{{Template:Class Whoopers}}&lt;br /&gt;
&lt;br /&gt;
=Weekly Updates=&lt;br /&gt;
==Week 14==&lt;br /&gt;
&lt;br /&gt;
===Goals===&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Assignment due date:&amp;#039;&amp;#039;&amp;#039; Midnight Tuesday, December 8&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Coder:&amp;#039;&amp;#039;&amp;#039; Create the custom species profile for &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039;, run an export using the customized version of GenMAPP Builder, add further customizations to the custom species profile as appear necessary, and run a second export using the further customized version of GenMAPP Builder.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Quality Assurance:&amp;#039;&amp;#039;&amp;#039; Identify gene IDs that are missing in the first custom export, work with the coder to classify these IDs, configure the Tally Engine, and complete a gene database testing report for the second custom export.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;GenMAPP User:&amp;#039;&amp;#039;&amp;#039; Complete the statistical analysis of the data, format the data for import into GenMAPP, and coordinate with the coder/QA to import this data into GenMAPP using the custom gene database.&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Brandon (Coder and Project Manager):&amp;#039;&amp;#039;&amp;#039; This week, I focused on creating and customizing the species profile for &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; in GenMAPP Builder, the details of which can be found in my [[Bklein7 Week 14| Week 14 Journal Entry]]. I documented the first export I conducted using a custom &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; species profile here: [[Gene Database Testing Report- cw20151201]]. I demonstrated that the custom species information implemented in this export worked as intended, but Mahrad and I identified 11 ORF genes that failed to export. I updated the &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; species profile to account for these ORF genes and conducted a new export, detailed here: [[Gene Database Testing Report- cw20151203]]. Mahrad analyzed the exported .gdb file. In addition to this, I kept tabs on my fellow group members to keep us on track to accomplish our long-term project goals in a timely manner.&lt;br /&gt;
** [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 13:39, 7 December 2015 (PST)&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Mahrad (Quality Assurance):&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Lena (GenMAPP User):&amp;#039;&amp;#039;&amp;#039; This week, I made progress on performing the statistical analysis of the data to prepare it for GenMAPP. I was able to post my progress for each of the class working sessions on my [[Lenaolufson Week 14| Week 14 Journal Entry]] as I updated the excel data sheets after each session. Dr. Dahlquist helped me figure out a problem with the original raw data that was causing the values to be very skewed. I then sent her my updated data sheet and she was able to use a program to separate the duplicates of the chips. After she sent me back the data with the sorted values, I performed the statistical analysis on the data, the most updated version of the file can be found on my Week 14 journal entry linked previously. &lt;br /&gt;
[[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 19:54, 7 December 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
===Meetings!===&lt;br /&gt;
*This week, our group used class work sessions to coordinate our work:&lt;br /&gt;
**Tuesday, December 1, 2:40 - 4:00&lt;br /&gt;
**Thursday, December 3, 2:40 - 4:00&lt;br /&gt;
&lt;br /&gt;
==Week 12==&lt;br /&gt;
===Goals===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Assignment due date:&amp;#039;&amp;#039;&amp;#039; Midnight Tuesday, November 24&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Coder:&amp;#039;&amp;#039;&amp;#039; Set up a GitHub repository clone of the XMLPipeDB project on your development device, the development rig, and the initial as-is build for gmbuilder. Complete an import-export cycle in association with QA.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Quality Assurance:&amp;#039;&amp;#039;&amp;#039; Complete an import-export cycle for the 1st &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene database. Complete a Gene Database Testing Report for this export.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;GenMAPP Users:&amp;#039;&amp;#039;&amp;#039; Create a Master Raw Data file that contains the IDs and columns of data required for further analysis. Consult with Dr. Dahlquist on how to process the data (normalization, statistics).&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Brandon (Quality Assurance and Interim Coder):&amp;#039;&amp;#039;&amp;#039; This week, I focused on completing an import-export cycle for our first &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene database- [[File:Bpertussis-std cw20151119.zip]]. With my QA hat, I imported the appropriate data, exported the gene database, and discussed the gene database creation &amp;amp; counting protocol here- [[Gene Database Testing Report- cw20151119]]. With my Coder hat, I followed the instructions on the [[Coder| Coder Guild Page]] to setup a GitHub repository clone of the XMLPipdeDB project on my personal laptop, the Eclipse developer rig, and the initial as-is build for gmbuilder. The electronic lab notebook for my QA and Coder work is present on my [[Bklein7 Week 12| Week 12 Page]]. Finally, I wrote a PowerPoint presentation on our genome sequencing paper, which is linked to on my [[Bklein7 Week 12| Week 12 Page]] as well. &lt;br /&gt;
**[[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 18:48, 23 November 2015 (PST)&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Lena (GenMAPP):&amp;#039;&amp;#039;&amp;#039; I worked on downloading the correct data sample files from the provided files on the microarray paper page. The files were unzipped and prepared to be imported into excel. In excel, the data was manipulated to form a spreadsheet that had all of the gene IDs from the different samples with their appropriate columns to be analyzed. The corrections and further manipulations of the data are to be continued to be done in the coming week in order to create the desired dataset to be exported from excel. [[File:Bpertussis CompiledRawData MS2015.xlsx]]&lt;br /&gt;
**[[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 17:33, 23 November 2015 (PST)&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Mahrad (GenMAPP--&amp;gt; Quality Assurance)&amp;#039;&amp;#039;&amp;#039;: Downloaded the six data sample files provided  by the microarray paper. Files were unzipped, imported into excel, and manipulated to form a single spreadsheet containing all gene IDs from the different samples. Each sample was placed in its respective column to be further analyzed and manipulated in the upcoming week. Following this, I assumed the position of quality assurance. As Q and A I worked directly with Brandon to do the initial data exports. Next we meticulously characterized regular expression patterns to detect discrepancies in extracting the data from the original samples. In the following week I will work to do the tally configuration to customize it according to our specific species. &lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Nicole&amp;#039;&amp;#039;&amp;#039; was absent this week. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 18:52, 23 November 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Meetings! ===&lt;br /&gt;
* Monday, November 23: Seaver 120- Brandon and Lena met to work on the GenMAPP testing of the gene IDs from our database.&lt;br /&gt;
&lt;br /&gt;
==Week 11==&lt;br /&gt;
===Goals===&lt;br /&gt;
* For all:&lt;br /&gt;
** Outline your assigned paper on your user page and include a list of 10 defined terms from the paper.&lt;br /&gt;
*Nicole &amp;amp; Brandon&lt;br /&gt;
**Prepare Journal Club presentation on the designated genome sequencing article&lt;br /&gt;
**Slides Due: by midnight, Tuesday, November 17&lt;br /&gt;
**Presentation Date: Tuesday, November 24&lt;br /&gt;
*Lena &amp;amp; Mahrad&lt;br /&gt;
**Prepare Journal Club presentation on the designated microarray paper&lt;br /&gt;
**Slides Due: by midnight, Tuesday, November 17&lt;br /&gt;
**Presentation Date: Tuesday, November 17&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*Nicole Anguiano (Coder): Nicole was absent this week for a medical emergency and is (hopefully) getting some much deserved rest. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 23:14, 16 November 2015 (PST)&lt;br /&gt;
*Brandon Klein (QA): This week I made several edits to the [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/The_Class_Whoopers Class Whoopers Team Page] in accordance with the [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/Week_11 Week 11 assignment]. These edits included the following: revising the Class Whoopers template, reorganizing the Team Page structure, commenting out unneeded articles in the annotated bibliography, creating the new bibliography entry as requested by Dr. Dahlquist, and writing the naming conventions for our files. Additionally, I outlined our genome sequencing paper for &amp;quot;Bordetella pertussis&amp;quot; and assessed the [http://www.genedb.org/Homepage/Bpertussis GeneDB MOD] on my [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/Bklein7_Week_11#Identifying_the_Bordetella_Pertussis_MOD Week 11 Individual Journal Entry]. A preliminary draft of the genome sequencing paper that I will likely be presenting solo was uploaded there. Finally, I kept tabs on group members as the interim Project Manager. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 23:14, 16 November 2015 (PST)&lt;br /&gt;
*Lena Olufson (GennMAPP): This week Mahrad and I met up and analyzed the microarray paper together. We split up the powerpoint into two halves; I did the introduction/significance of the study as well as the methods performed. Mahrad and I created our presentation together and worked through a google doc to edit it simultaneously as we discussed out loud. We also created a flow chart together that demonstrated the experimental design, thus we have the same ones included in our individual assignments. We made sure to check in with the temporary project manager and keep him updated on our progress. [[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 23:24, 16 November 2015 (PST) &lt;br /&gt;
*Mahrad Saeedi (GennMAPP): This week Lena and I worked on analyzing the microarray paper and creating an outline. We each defined 10 terms separately based upon words we didn&amp;#039;t recognize in the article. We then proceeded to producing the powerpoint presentation for journal club. &lt;br /&gt;
[[User:Msaeedi23|Msaeedi23]] ([[User talk:Msaeedi23|talk]]) 23:46, 16 November 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Meetings! ===&lt;br /&gt;
*11/15- Lena &amp;amp; Mahrad met to work on outlining article and answering questions&lt;br /&gt;
*11/16- Lena &amp;amp; Mahrad met to prepare powerpoint presentation for journal club&lt;br /&gt;
&lt;br /&gt;
==Week 10==&lt;br /&gt;
===Goals===&lt;br /&gt;
* For all:&lt;br /&gt;
** Create an annotated bibliography including one genome sequencing paper and two microarray experiments for Bordetella pertussis&lt;br /&gt;
** Create/update team page &amp;amp; compile group annotated bibliography&lt;br /&gt;
** Assignment due date: Midnight Tuesday, November 10&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*All group members created annotated bibliographies and compiled them on the newly created group page.&lt;br /&gt;
&lt;br /&gt;
=== Meetings! ===&lt;br /&gt;
* Monday, November 9, 8pm-9pm, Seaver 120&lt;br /&gt;
&lt;br /&gt;
= Deliverables =&lt;br /&gt;
==File Naming Protocol==&lt;br /&gt;
All file types generated in this project will receive their own unique names composed of two key parts:&lt;br /&gt;
#Description&lt;br /&gt;
#*This will contain a brief, file-specific description of what content the file contains.&lt;br /&gt;
#*Descriptions for different versions of the same file will remain consistent.&lt;br /&gt;
#Identifier Tag&lt;br /&gt;
#*This tag will be listed as a suffix in the following form: &amp;quot;_cwYYYYMMDD&amp;quot;&lt;br /&gt;
#**cw- team name abbreviation&lt;br /&gt;
#**YYYYMMDD- date the file was created in the form year/month/day&lt;br /&gt;
&lt;br /&gt;
Additionally, the following file naming best practices will be observed when creating descriptions for new files:&lt;br /&gt;
*Our species will be referred to consistently as &amp;quot;bpertussis&amp;quot;.&lt;br /&gt;
*Files including microarray data taken from the paper by Hoo et al. (2014) will begin with &amp;quot;hoo&amp;quot;.&lt;br /&gt;
*Spaces will be written as underscores.&lt;br /&gt;
*No capitalization will be used.&lt;br /&gt;
*No special characters will be used.&lt;br /&gt;
*If sequential numbering systems are used, leading zeros will be included for clarity.&lt;br /&gt;
&lt;br /&gt;
Sample .xls file name: hoo_analyzed_data_cw20151122.xls&lt;br /&gt;
&lt;br /&gt;
==Files==&lt;br /&gt;
*GenMAPP Gene Database for assigned species (.gdb): &amp;#039;&amp;#039;&amp;#039;bpertussis-std_cwYYYYMMDD.gdb&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*ReadMe file to accompany the Gene Database (.pdf): &amp;#039;&amp;#039;&amp;#039;readme_bpertussis-std_external_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Include Gene Database Schema diagram in ReadMe: &amp;#039;&amp;#039;&amp;#039;bpertussis_schema_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Gene Database Testing Report for final submitted Gene Database (print from wiki to .pdf file): &amp;#039;&amp;#039;&amp;#039;bpertussis_gdb_report_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Processed and analyzed DNA microarray dataset (.xls): &amp;#039;&amp;#039;&amp;#039;hoo_analyzed_data_cwYYYYMMDD.xls&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*GenMAPP Expression Dataset file (.gex): &amp;#039;&amp;#039;&amp;#039;hoo_expression_dataset_cwYYYYMMDD.gex&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Filtered MAPPFinder Results (.xls): &amp;#039;&amp;#039;&amp;#039;hoo_mappfinder_results_cwYYYYMMDD.xls&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Sample MAPP file of a relevant biological pathway for your species (.mapp): &amp;#039;&amp;#039;&amp;#039;hoo_sample_mapp_cwYYYYMMDD.mapp&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Group Report describing the creation of the Gene Database and the biological analysis of the data (.doc or .pdf): &amp;#039;&amp;#039;&amp;#039;bpertussis_analysis_methods_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*PowerPoint presentation (.ppt, given on Tuesday, December 15): &amp;#039;&amp;#039;&amp;#039;bpertussis_analysis_presentation_cwYYYYMMDD.ppt&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
==Microarray Journal Club Presentation==&lt;br /&gt;
*[[File: Microarray_Journal_Club_Presentation.pdf]]&lt;br /&gt;
&lt;br /&gt;
= Annotated Bibliography =&lt;br /&gt;
== Genome Sequencing Paper ==&lt;br /&gt;
&lt;br /&gt;
Neither of these papers is the &amp;#039;&amp;#039;first&amp;#039;&amp;#039; to report the genome sequence of &amp;#039;&amp;#039;B. pertussis.&amp;#039;&amp;#039;  The paper that you will want to use is [http://www.nature.com/ng/journal/v35/n1/full/ng1227.html this one].  I found it by looking at the introduction and references of the Zhang et. al (2011) paper.  For your Week 11 assignment, please remove your annotated bibliography entries for the two papers below and create one for this new paper by Parkhill et al. (2003).  You will use the Parkhill paper for your project.  &amp;#039;&amp;#039;&amp;amp;mdash; [[User:Kdahlquist|Kdahlquist]] ([[User talk:Kdahlquist|talk]]) 09:54, 10 November 2015 (PST)&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
*Parkhill, J., Sebaihia, M., Preston, A., Murphy, L. D., et al. (2003). Comparative analysis of the genome sequences of Bordetella pertussis, Bordetella parapertussis and Bordetella bronchiseptica. Nature genetics, 35(1), 32-40. doi:10.1038/ng1227&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/12910271&lt;br /&gt;
* PubMed Central:  Not available on PubMed Central.&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.nature.com/ng/journal/v35/n1/full/ng1227.html&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.nature.com/ng/journal/v35/n1/pdf/ng1227.pdf&lt;br /&gt;
* Copyright: ©2003 Nature Publishing Group (information found on PDF version of article). This article is not Open Access, but it is freely available 6 months after publication.&lt;br /&gt;
* Publisher: Nature Publishing Group (for-profit).&lt;br /&gt;
* Availability: In print and online.&lt;br /&gt;
* Did LMU pay a fee for this article: Yes, LMU pays a subscription fee for access to the journal &amp;#039;&amp;#039;Nature Genetics&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
== Microarray Paper ==&lt;br /&gt;
&lt;br /&gt;
This paper is suitable for your project.  &amp;#039;&amp;#039;&amp;amp;mdash; [[User:Kdahlquist|Kdahlquist]] ([[User talk:Kdahlquist|talk]]) 10:04, 10 November 2015 (PST)&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Hoo, R., Lam, J.H., Huot, L., Pant, A., Li, R., Hot, D., &amp;amp; Alonso, S. (2014). Evidence for a Role of the Polysaccharide Capsule Transport Proteins in Pertussis Pathogenesis. PLoS ONE, 9(12):e115243. doi: 10.1371/journal.pone.0115243&lt;br /&gt;
* PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/25501560 &lt;br /&gt;
* PubMed Central: http://www.ncbi.nlm.nih.gov/pmc/articles/PMC4264864/&lt;br /&gt;
* Publisher Full Text (HTML): http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0115243&lt;br /&gt;
* Publisher Full Text (PDF): http://www.plosone.org/article/fetchObject.action?uri=info:doi/10.1371/journal.pone.0115243&amp;amp;representation=PDF&lt;br /&gt;
* Copyright: © 2014 Hoo et al. This is an open-access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited (info found [http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0115243 here]).&lt;br /&gt;
* Publisher: PLOS ONE (respected open access organization).&lt;br /&gt;
* Availability: Online only.&lt;br /&gt;
* Did LMU pay a fee for this article: No.&lt;br /&gt;
* Web site where the data resides: [http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE62088 NCBI GEO data]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--#2&lt;br /&gt;
*Brickman, T. J., Cummings, C. A., Liew, S.-Y., Relman, D. A., &amp;amp; Armstrong, S. K. (2011). Transcriptional Profiling of the Iron Starvation Response in Bordetella pertussis Provides New Insights into Siderophore Utilization and Virulence Gene Expression . Journal of Bacteriology, 193(18), 4798–4812. http://doi.org/10.1128/JB.05136-11&lt;br /&gt;
* ArrayExpress Abstract: https://www.ebi.ac.uk/arrayexpress/experiments/E-MEXP-3263/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC532028/&lt;br /&gt;
*PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/?term=Transcriptional+Profiling+of+the+Iron+Starvation+Response+in+Bordetella+pertussis+Provides+New+Insights+into+Siderophore+Utilization+and+Virulence+Gene+Expression&lt;br /&gt;
* Publisher Full Text (HTML): http://jb.asm.org/content/193/18/4798.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/193/18/4798.full.pdf+html &lt;br /&gt;
* Copyright:  2011 by the American Society for Microbiology &lt;br /&gt;
* Publisher:  Journal of Bacteriology &lt;br /&gt;
* Availability:  in print and online&lt;br /&gt;
* Did LMU pay a fee for this article: yes&lt;br /&gt;
*Link to where the microarray data resides: https://www.ebi.ac.uk/arrayexpress/experiments/E-MEXP-3263/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
&lt;br /&gt;
#3&lt;br /&gt;
King, A. J., van der Lee, S., Mohangoo, A., van Gent, M., van der Ark, A., &amp;amp; van de Waterbeemd, B. (2013). Genome-Wide Gene Expression Analysis of Bordetella pertussis Isolates Associated with a Resurgence in Pertussis: Elucidation of Factors Involved in the Increased Fitness of Epidemic Strains. PLoS ONE, 8(6): e66150. doi: 10.1371/journal.pone.0066150&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/23776625&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3679012/&lt;br /&gt;
* Publisher Full Text (HTML):  http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0066150&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.plosone.org/article/fetchObject.action?uri=info:doi/10.1371/journal.pone.0066150&amp;amp;representation=PDF&lt;br /&gt;
* Copyright: © 2013 King et al. This is an open-access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited. (info found [http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0066150 here])&lt;br /&gt;
* Publisher: PLOS ONE (respected open access organization)&lt;br /&gt;
* Availability: online only&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
* Web site where the data resides: [http://www.ebi.ac.uk/arrayexpress/experiments/E-MTAB-1594/samples/?keywords=Bordetella+pertussis&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&amp;amp;s_page=1&amp;amp;s_pagesize=100 EBI ArrayExpress Data]&lt;br /&gt;
&lt;br /&gt;
#4 (note, all of the papers from this point on involve additional species other than Bordetella pertussis)&lt;br /&gt;
&lt;br /&gt;
* Cummings, C. A., Bootsma, H. J., Relman, D. A., &amp;amp; Miller, J. F. (2006). Species-and strain-specific control of a complex, flexible regulon by Bordetella BvgAS. Journal of bacteriology, 188(5), 1775-1785.&lt;br /&gt;
* ArrayExpress Abstract: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-29/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1426559/&lt;br /&gt;
*PubMed Abstract:http://www.ncbi.nlm.nih.gov/pubmed/?term=Species-+and+Strain-Specific+Control+of+a+Complex%2C+Flexible+Regulon+by+Bordetella+BvgAS&lt;br /&gt;
* Publisher Full Text (HTML): http://jb.asm.org/content/188/5/1775.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/188/5/1775.full.pdf+html&lt;br /&gt;
* Copyright:  2006 by the American Society for Microbiology &lt;br /&gt;
* Publisher:  Journal of Bacteriology &lt;br /&gt;
* Availability:  in print and online&lt;br /&gt;
* Did LMU pay a fee for this article: yes&lt;br /&gt;
*Link to where the microarray data resides: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-29/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
&lt;br /&gt;
#5&lt;br /&gt;
&lt;br /&gt;
* Brinig, M., Register, K., Ackermann, M., &amp;amp; Relman, D. (2006). Genomic features of Bordetella parapertussis clades with distinct host species specificity. Genome Biology, 7(9). doi:doi:10.1186/gb-2006-7-9-r81&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/16956413?dopt=Abstract&amp;amp;holding=f1000,f1000m,isrctn&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1794550/&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.genomebiology.com/2006/7/9/R81&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.genomebiology.com/content/pdf/gb-2006-7-9-r81.pdf&lt;br /&gt;
* Copyright: Brinig et al.; licensee BioMed Central Ltd. (information found on the article); open access&lt;br /&gt;
* Publisher:  BioMed Central Ltd (for-profit publisher)&lt;br /&gt;
* Availability:  online&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
# What experiment was performed?  What was the &amp;quot;treatment&amp;quot; and what was the &amp;quot;control&amp;quot; in the experiment?&lt;br /&gt;
# Were replicate experiments of the &amp;quot;treatment&amp;quot; and &amp;quot;control&amp;quot; conditions conducted?  Were these biological or technical replicates?  How many of each?&lt;br /&gt;
* Link to microarray data: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-95/&lt;br /&gt;
&lt;br /&gt;
#6&lt;br /&gt;
&lt;br /&gt;
* Cummings, C., Bootsma, H., Relman, D., &amp;amp; Miller, J. (2006). Species- and Strain-Specific Control of a Complex, Flexible Regulon by Bordetella BvgAS. Journal of Bacteriology, 188(5), 1775-1785. doi:doi: 10.1128/JB.188.5.1775-1785.2006&lt;br /&gt;
* PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/16484188?dopt=Abstract&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1426559/&lt;br /&gt;
* Publisher Full Text (HTML):  http://jb.asm.org/content/188/5/1775.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/188/5/1775.full.pdf&lt;br /&gt;
* Copyright: American Society for Microbiology; open access&lt;br /&gt;
* Publisher:  American Society for Microbiology (professional organization for scientists)&lt;br /&gt;
* Availability:  online and in print&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
# What experiment was performed?  What was the &amp;quot;treatment&amp;quot; and what was the &amp;quot;control&amp;quot; in the experiment?&lt;br /&gt;
# Were replicate experiments of the &amp;quot;treatment&amp;quot; and &amp;quot;control&amp;quot; conditions conducted?  Were these biological or technical replicates?  How many of each?&lt;br /&gt;
* Link to microarray data: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-28/&lt;br /&gt;
&lt;br /&gt;
#7&lt;br /&gt;
&lt;br /&gt;
*King, A. J., van Gorkom, T., Pennings, J. L., van der Heide, H. G., He, Q., Diavatopoulos, D., … Mooi, F. R. (2010). Correction: Comparative genomic profiling of Dutch clinical Bordetella pertussis isolates using DNA microarrays: identification of genes absent from epidemic strains. BMC Genomics, 11, 196. http://doi.org/10.1186/1471-2164-11-196&lt;br /&gt;
* PubMed Abstract:  http://www.biomedcentral.com/1471-2164/9/311#abs&lt;br /&gt;
* PubMed Central: &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/&amp;gt;&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/&lt;br /&gt;
* Publisher Full Text (PDF): &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/pdf/1471-2164-9-311.pdf&amp;gt;&lt;br /&gt;
* Copyright:  © 2008 King et al; licensee BioMed Central Ltd.This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.&lt;br /&gt;
* Publisher: BMC Genomics&lt;br /&gt;
* Availability: online access&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
&lt;br /&gt;
#8&lt;br /&gt;
&lt;br /&gt;
*Nakamura, M. M., Liew, S.-Y., Cummings, C. A., Brinig, M. M., Dieterich, C., &amp;amp; Relman, D. A. (2006). Growth Phase- and Nutrient Limitation-Associated Transcript Abundance Regulation in Bordetella pertussis  . Infection and Immunity, 74(10), 5537–5548. http://doi.org/10.1128/IAI.00781-06&lt;br /&gt;
* PubMed Abstract:  &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1594893/?report=reader#__abstractid499869title&amp;gt;&lt;br /&gt;
* PubMed Central: &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1594893/&amp;gt;&lt;br /&gt;
* Publisher Full Text (HTML): &amp;lt;http://iai.asm.org/content/74/10/5537.full&amp;gt;&lt;br /&gt;
* Publisher Full Text (PDF):  &amp;lt;http://iai.asm.org/content/74/10/5537.full.pdf+html&amp;gt;&lt;br /&gt;
* Copyright: © 2006, American Society for Microbiology&lt;br /&gt;
* Publisher: Infection and Immunity&lt;br /&gt;
* Availability: online access&lt;br /&gt;
* Did LMU pay a fee for this article: no!--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Msaeedi23</name></author>	</entry>

	<entry>
		<id>https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=The_Class_Whoopers&amp;diff=7183</id>
		<title>The Class Whoopers</title>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=The_Class_Whoopers&amp;diff=7183"/>
				<updated>2015-12-03T23:41:37Z</updated>
		
		<summary type="html">&lt;p&gt;Msaeedi23: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Team Information &amp;amp; Links =&lt;br /&gt;
&lt;br /&gt;
{{Template:Class Whoopers}}&lt;br /&gt;
&lt;br /&gt;
=Weekly Updates=&lt;br /&gt;
==Week 14==&lt;br /&gt;
===Screenshots===&lt;br /&gt;
[[File: ORFissue_cw20151119.png]]&lt;br /&gt;
[[File: Systemstable_cw20151201.png]]&lt;br /&gt;
[[File: Oln-orfcounts_cw20151119.png]]&lt;br /&gt;
[[File: Bp3167issue_cw20151119.png]]&lt;br /&gt;
===Goals===&lt;br /&gt;
===Progress===&lt;br /&gt;
===Meetings!===&lt;br /&gt;
&lt;br /&gt;
==Week 12==&lt;br /&gt;
===Goals===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Assignment due date:&amp;#039;&amp;#039;&amp;#039; Midnight Tuesday, November 24&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Coder:&amp;#039;&amp;#039;&amp;#039; Set up a GitHub repository clone of the XMLPipeDB project on your development device, the development rig, and the initial as-is build for gmbuilder. Complete an import-export cycle in association with QA.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Quality Assurance:&amp;#039;&amp;#039;&amp;#039; Complete an import-export cycle for the 1st &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene database. Complete a Gene Database Testing Report for this export.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;GenMAPP Users:&amp;#039;&amp;#039;&amp;#039; Create a Master Raw Data file that contains the IDs and columns of data required for further analysis. Consult with Dr. Dahlquist on how to process the data (normalization, statistics).&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Brandon (Quality Assurance and Interim Coder):&amp;#039;&amp;#039;&amp;#039; This week, I focused on completing an import-export cycle for our first &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene database- [[File:Bpertussis-std cw20151119.zip]]. With my QA hat, I imported the appropriate data, exported the gene database, and discussed the gene database creation &amp;amp; counting protocol here- [[Gene Database Testing Report- cw20151119]]. With my Coder hat, I followed the instructions on the [[Coder| Coder Guild Page]] to setup a GitHub repository clone of the XMLPipdeDB project on my personal laptop, the Eclipse developer rig, and the initial as-is build for gmbuilder. The electronic lab notebook for my QA and Coder work is present on my [[Bklein7 Week 12| Week 12 Page]]. Finally, I wrote a PowerPoint presentation on our genome sequencing paper, which is linked to on my [[Bklein7 Week 12| Week 12 Page]] as well. &lt;br /&gt;
**[[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 18:48, 23 November 2015 (PST)&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Lena (GenMAPP):&amp;#039;&amp;#039;&amp;#039; I worked on downloading the correct data sample files from the provided files on the microarray paper page. The files were unzipped and prepared to be imported into excel. In excel, the data was manipulated to form a spreadsheet that had all of the gene IDs from the different samples with their appropriate columns to be analyzed. The corrections and further manipulations of the data are to be continued to be done in the coming week in order to create the desired dataset to be exported from excel. [[File:Bpertussis CompiledRawData MS2015.xlsx]]&lt;br /&gt;
**[[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 17:33, 23 November 2015 (PST)&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Mahrad (GenMAPP)&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Nicole&amp;#039;&amp;#039;&amp;#039; was absent this week. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 18:52, 23 November 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Meetings! ===&lt;br /&gt;
* Monday, November 23: Seaver 120- Brandon and Lena met to work on the GenMAPP testing of the gene IDs from our database.&lt;br /&gt;
&lt;br /&gt;
==Week 11==&lt;br /&gt;
===Goals===&lt;br /&gt;
* For all:&lt;br /&gt;
** Outline your assigned paper on your user page and include a list of 10 defined terms from the paper.&lt;br /&gt;
*Nicole &amp;amp; Brandon&lt;br /&gt;
**Prepare Journal Club presentation on the designated genome sequencing article&lt;br /&gt;
**Slides Due: by midnight, Tuesday, November 17&lt;br /&gt;
**Presentation Date: Tuesday, November 24&lt;br /&gt;
*Lena &amp;amp; Mahrad&lt;br /&gt;
**Prepare Journal Club presentation on the designated microarray paper&lt;br /&gt;
**Slides Due: by midnight, Tuesday, November 17&lt;br /&gt;
**Presentation Date: Tuesday, November 17&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*Nicole Anguiano (Coder): Nicole was absent this week for a medical emergency and is (hopefully) getting some much deserved rest. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 23:14, 16 November 2015 (PST)&lt;br /&gt;
*Brandon Klein (QA): This week I made several edits to the [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/The_Class_Whoopers Class Whoopers Team Page] in accordance with the [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/Week_11 Week 11 assignment]. These edits included the following: revising the Class Whoopers template, reorganizing the Team Page structure, commenting out unneeded articles in the annotated bibliography, creating the new bibliography entry as requested by Dr. Dahlquist, and writing the naming conventions for our files. Additionally, I outlined our genome sequencing paper for &amp;quot;Bordetella pertussis&amp;quot; and assessed the [http://www.genedb.org/Homepage/Bpertussis GeneDB MOD] on my [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/Bklein7_Week_11#Identifying_the_Bordetella_Pertussis_MOD Week 11 Individual Journal Entry]. A preliminary draft of the genome sequencing paper that I will likely be presenting solo was uploaded there. Finally, I kept tabs on group members as the interim Project Manager. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 23:14, 16 November 2015 (PST)&lt;br /&gt;
*Lena Olufson (GennMAPP): This week Mahrad and I met up and analyzed the microarray paper together. We split up the powerpoint into two halves; I did the introduction/significance of the study as well as the methods performed. Mahrad and I created our presentation together and worked through a google doc to edit it simultaneously as we discussed out loud. We also created a flow chart together that demonstrated the experimental design, thus we have the same ones included in our individual assignments. We made sure to check in with the temporary project manager and keep him updated on our progress. [[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 23:24, 16 November 2015 (PST) &lt;br /&gt;
*Mahrad Saeedi (GennMAPP): This week Lena and I worked on analyzing the microarray paper and creating an outline. We each defined 10 terms separately based upon words we didn&amp;#039;t recognize in the article. We then proceeded to producing the powerpoint presentation for journal club. &lt;br /&gt;
[[User:Msaeedi23|Msaeedi23]] ([[User talk:Msaeedi23|talk]]) 23:46, 16 November 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Meetings! ===&lt;br /&gt;
*11/15- Lena &amp;amp; Mahrad met to work on outlining article and answering questions&lt;br /&gt;
*11/16- Lena &amp;amp; Mahrad met to prepare powerpoint presentation for journal club&lt;br /&gt;
&lt;br /&gt;
==Week 10==&lt;br /&gt;
===Goals===&lt;br /&gt;
* For all:&lt;br /&gt;
** Create an annotated bibliography including one genome sequencing paper and two microarray experiments for Bordetella pertussis&lt;br /&gt;
** Create/update team page &amp;amp; compile group annotated bibliography&lt;br /&gt;
** Assignment due date: Midnight Tuesday, November 10&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*All group members created annotated bibliographies and compiled them on the newly created group page.&lt;br /&gt;
&lt;br /&gt;
=== Meetings! ===&lt;br /&gt;
* Monday, November 9, 8pm-9pm, Seaver 120&lt;br /&gt;
&lt;br /&gt;
= Deliverables =&lt;br /&gt;
==File Naming Protocol==&lt;br /&gt;
All file types generated in this project will receive their own unique names composed of two key parts:&lt;br /&gt;
#Description&lt;br /&gt;
#*This will contain a brief, file-specific description of what content the file contains.&lt;br /&gt;
#*Descriptions for different versions of the same file will remain consistent.&lt;br /&gt;
#Identifier Tag&lt;br /&gt;
#*This tag will be listed as a suffix in the following form: &amp;quot;_cwYYYYMMDD&amp;quot;&lt;br /&gt;
#**cw- team name abbreviation&lt;br /&gt;
#**YYYYMMDD- date the file was created in the form year/month/day&lt;br /&gt;
&lt;br /&gt;
Additionally, the following file naming best practices will be observed when creating descriptions for new files:&lt;br /&gt;
*Our species will be referred to consistently as &amp;quot;bpertussis&amp;quot;.&lt;br /&gt;
*Files including microarray data taken from the paper by Hoo et al. (2014) will begin with &amp;quot;hoo&amp;quot;.&lt;br /&gt;
*Spaces will be written as underscores.&lt;br /&gt;
*No capitalization will be used.&lt;br /&gt;
*No special characters will be used.&lt;br /&gt;
*If sequential numbering systems are used, leading zeros will be included for clarity.&lt;br /&gt;
&lt;br /&gt;
Sample .xls file name: hoo_analyzed_data_cw20151122.xls&lt;br /&gt;
&lt;br /&gt;
==Files==&lt;br /&gt;
*GenMAPP Gene Database for assigned species (.gdb): &amp;#039;&amp;#039;&amp;#039;bpertussis-std_cwYYYYMMDD.gdb&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*ReadMe file to accompany the Gene Database (.pdf): &amp;#039;&amp;#039;&amp;#039;readme_bpertussis-std_external_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Include Gene Database Schema diagram in ReadMe: &amp;#039;&amp;#039;&amp;#039;bpertussis_schema_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Gene Database Testing Report for final submitted Gene Database (print from wiki to .pdf file): &amp;#039;&amp;#039;&amp;#039;bpertussis_gdb_report_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Processed and analyzed DNA microarray dataset (.xls): &amp;#039;&amp;#039;&amp;#039;hoo_analyzed_data_cwYYYYMMDD.xls&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*GenMAPP Expression Dataset file (.gex): &amp;#039;&amp;#039;&amp;#039;hoo_expression_dataset_cwYYYYMMDD.gex&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Filtered MAPPFinder Results (.xls): &amp;#039;&amp;#039;&amp;#039;hoo_mappfinder_results_cwYYYYMMDD.xls&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Sample MAPP file of a relevant biological pathway for your species (.mapp): &amp;#039;&amp;#039;&amp;#039;hoo_sample_mapp_cwYYYYMMDD.mapp&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Group Report describing the creation of the Gene Database and the biological analysis of the data (.doc or .pdf): &amp;#039;&amp;#039;&amp;#039;bpertussis_analysis_methods_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*PowerPoint presentation (.ppt, given on Tuesday, December 15): &amp;#039;&amp;#039;&amp;#039;bpertussis_analysis_presentation_cwYYYYMMDD.ppt&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
==Microarray Journal Club Presentation==&lt;br /&gt;
*[[File: Microarray_Journal_Club_Presentation.pdf]]&lt;br /&gt;
&lt;br /&gt;
= Annotated Bibliography =&lt;br /&gt;
== Genome Sequencing Paper ==&lt;br /&gt;
&lt;br /&gt;
Neither of these papers is the &amp;#039;&amp;#039;first&amp;#039;&amp;#039; to report the genome sequence of &amp;#039;&amp;#039;B. pertussis.&amp;#039;&amp;#039;  The paper that you will want to use is [http://www.nature.com/ng/journal/v35/n1/full/ng1227.html this one].  I found it by looking at the introduction and references of the Zhang et. al (2011) paper.  For your Week 11 assignment, please remove your annotated bibliography entries for the two papers below and create one for this new paper by Parkhill et al. (2003).  You will use the Parkhill paper for your project.  &amp;#039;&amp;#039;&amp;amp;mdash; [[User:Kdahlquist|Kdahlquist]] ([[User talk:Kdahlquist|talk]]) 09:54, 10 November 2015 (PST)&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
*Parkhill, J., Sebaihia, M., Preston, A., Murphy, L. D., et al. (2003). Comparative analysis of the genome sequences of Bordetella pertussis, Bordetella parapertussis and Bordetella bronchiseptica. Nature genetics, 35(1), 32-40. doi:10.1038/ng1227&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/12910271&lt;br /&gt;
* PubMed Central:  Not available on PubMed Central.&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.nature.com/ng/journal/v35/n1/full/ng1227.html&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.nature.com/ng/journal/v35/n1/pdf/ng1227.pdf&lt;br /&gt;
* Copyright: ©2003 Nature Publishing Group (information found on PDF version of article). This article is not Open Access, but it is freely available 6 months after publication.&lt;br /&gt;
* Publisher: Nature Publishing Group (for-profit).&lt;br /&gt;
* Availability: In print and online.&lt;br /&gt;
* Did LMU pay a fee for this article: Yes, LMU pays a subscription fee for access to the journal &amp;#039;&amp;#039;Nature Genetics&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
== Microarray Paper ==&lt;br /&gt;
&lt;br /&gt;
This paper is suitable for your project.  &amp;#039;&amp;#039;&amp;amp;mdash; [[User:Kdahlquist|Kdahlquist]] ([[User talk:Kdahlquist|talk]]) 10:04, 10 November 2015 (PST)&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Hoo, R., Lam, J.H., Huot, L., Pant, A., Li, R., Hot, D., &amp;amp; Alonso, S. (2014). Evidence for a Role of the Polysaccharide Capsule Transport Proteins in Pertussis Pathogenesis. PLoS ONE, 9(12):e115243. doi: 10.1371/journal.pone.0115243&lt;br /&gt;
* PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/25501560 &lt;br /&gt;
* PubMed Central: http://www.ncbi.nlm.nih.gov/pmc/articles/PMC4264864/&lt;br /&gt;
* Publisher Full Text (HTML): http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0115243&lt;br /&gt;
* Publisher Full Text (PDF): http://www.plosone.org/article/fetchObject.action?uri=info:doi/10.1371/journal.pone.0115243&amp;amp;representation=PDF&lt;br /&gt;
* Copyright: © 2014 Hoo et al. This is an open-access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited (info found [http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0115243 here]).&lt;br /&gt;
* Publisher: PLOS ONE (respected open access organization).&lt;br /&gt;
* Availability: Online only.&lt;br /&gt;
* Did LMU pay a fee for this article: No.&lt;br /&gt;
* Web site where the data resides: [http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE62088 NCBI GEO data]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--#2&lt;br /&gt;
*Brickman, T. J., Cummings, C. A., Liew, S.-Y., Relman, D. A., &amp;amp; Armstrong, S. K. (2011). Transcriptional Profiling of the Iron Starvation Response in Bordetella pertussis Provides New Insights into Siderophore Utilization and Virulence Gene Expression . Journal of Bacteriology, 193(18), 4798–4812. http://doi.org/10.1128/JB.05136-11&lt;br /&gt;
* ArrayExpress Abstract: https://www.ebi.ac.uk/arrayexpress/experiments/E-MEXP-3263/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC532028/&lt;br /&gt;
*PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/?term=Transcriptional+Profiling+of+the+Iron+Starvation+Response+in+Bordetella+pertussis+Provides+New+Insights+into+Siderophore+Utilization+and+Virulence+Gene+Expression&lt;br /&gt;
* Publisher Full Text (HTML): http://jb.asm.org/content/193/18/4798.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/193/18/4798.full.pdf+html &lt;br /&gt;
* Copyright:  2011 by the American Society for Microbiology &lt;br /&gt;
* Publisher:  Journal of Bacteriology &lt;br /&gt;
* Availability:  in print and online&lt;br /&gt;
* Did LMU pay a fee for this article: yes&lt;br /&gt;
*Link to where the microarray data resides: https://www.ebi.ac.uk/arrayexpress/experiments/E-MEXP-3263/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
&lt;br /&gt;
#3&lt;br /&gt;
King, A. J., van der Lee, S., Mohangoo, A., van Gent, M., van der Ark, A., &amp;amp; van de Waterbeemd, B. (2013). Genome-Wide Gene Expression Analysis of Bordetella pertussis Isolates Associated with a Resurgence in Pertussis: Elucidation of Factors Involved in the Increased Fitness of Epidemic Strains. PLoS ONE, 8(6): e66150. doi: 10.1371/journal.pone.0066150&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/23776625&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3679012/&lt;br /&gt;
* Publisher Full Text (HTML):  http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0066150&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.plosone.org/article/fetchObject.action?uri=info:doi/10.1371/journal.pone.0066150&amp;amp;representation=PDF&lt;br /&gt;
* Copyright: © 2013 King et al. This is an open-access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited. (info found [http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0066150 here])&lt;br /&gt;
* Publisher: PLOS ONE (respected open access organization)&lt;br /&gt;
* Availability: online only&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
* Web site where the data resides: [http://www.ebi.ac.uk/arrayexpress/experiments/E-MTAB-1594/samples/?keywords=Bordetella+pertussis&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&amp;amp;s_page=1&amp;amp;s_pagesize=100 EBI ArrayExpress Data]&lt;br /&gt;
&lt;br /&gt;
#4 (note, all of the papers from this point on involve additional species other than Bordetella pertussis)&lt;br /&gt;
&lt;br /&gt;
* Cummings, C. A., Bootsma, H. J., Relman, D. A., &amp;amp; Miller, J. F. (2006). Species-and strain-specific control of a complex, flexible regulon by Bordetella BvgAS. Journal of bacteriology, 188(5), 1775-1785.&lt;br /&gt;
* ArrayExpress Abstract: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-29/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1426559/&lt;br /&gt;
*PubMed Abstract:http://www.ncbi.nlm.nih.gov/pubmed/?term=Species-+and+Strain-Specific+Control+of+a+Complex%2C+Flexible+Regulon+by+Bordetella+BvgAS&lt;br /&gt;
* Publisher Full Text (HTML): http://jb.asm.org/content/188/5/1775.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/188/5/1775.full.pdf+html&lt;br /&gt;
* Copyright:  2006 by the American Society for Microbiology &lt;br /&gt;
* Publisher:  Journal of Bacteriology &lt;br /&gt;
* Availability:  in print and online&lt;br /&gt;
* Did LMU pay a fee for this article: yes&lt;br /&gt;
*Link to where the microarray data resides: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-29/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
&lt;br /&gt;
#5&lt;br /&gt;
&lt;br /&gt;
* Brinig, M., Register, K., Ackermann, M., &amp;amp; Relman, D. (2006). Genomic features of Bordetella parapertussis clades with distinct host species specificity. Genome Biology, 7(9). doi:doi:10.1186/gb-2006-7-9-r81&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/16956413?dopt=Abstract&amp;amp;holding=f1000,f1000m,isrctn&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1794550/&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.genomebiology.com/2006/7/9/R81&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.genomebiology.com/content/pdf/gb-2006-7-9-r81.pdf&lt;br /&gt;
* Copyright: Brinig et al.; licensee BioMed Central Ltd. (information found on the article); open access&lt;br /&gt;
* Publisher:  BioMed Central Ltd (for-profit publisher)&lt;br /&gt;
* Availability:  online&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
# What experiment was performed?  What was the &amp;quot;treatment&amp;quot; and what was the &amp;quot;control&amp;quot; in the experiment?&lt;br /&gt;
# Were replicate experiments of the &amp;quot;treatment&amp;quot; and &amp;quot;control&amp;quot; conditions conducted?  Were these biological or technical replicates?  How many of each?&lt;br /&gt;
* Link to microarray data: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-95/&lt;br /&gt;
&lt;br /&gt;
#6&lt;br /&gt;
&lt;br /&gt;
* Cummings, C., Bootsma, H., Relman, D., &amp;amp; Miller, J. (2006). Species- and Strain-Specific Control of a Complex, Flexible Regulon by Bordetella BvgAS. Journal of Bacteriology, 188(5), 1775-1785. doi:doi: 10.1128/JB.188.5.1775-1785.2006&lt;br /&gt;
* PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/16484188?dopt=Abstract&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1426559/&lt;br /&gt;
* Publisher Full Text (HTML):  http://jb.asm.org/content/188/5/1775.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/188/5/1775.full.pdf&lt;br /&gt;
* Copyright: American Society for Microbiology; open access&lt;br /&gt;
* Publisher:  American Society for Microbiology (professional organization for scientists)&lt;br /&gt;
* Availability:  online and in print&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
# What experiment was performed?  What was the &amp;quot;treatment&amp;quot; and what was the &amp;quot;control&amp;quot; in the experiment?&lt;br /&gt;
# Were replicate experiments of the &amp;quot;treatment&amp;quot; and &amp;quot;control&amp;quot; conditions conducted?  Were these biological or technical replicates?  How many of each?&lt;br /&gt;
* Link to microarray data: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-28/&lt;br /&gt;
&lt;br /&gt;
#7&lt;br /&gt;
&lt;br /&gt;
*King, A. J., van Gorkom, T., Pennings, J. L., van der Heide, H. G., He, Q., Diavatopoulos, D., … Mooi, F. R. (2010). Correction: Comparative genomic profiling of Dutch clinical Bordetella pertussis isolates using DNA microarrays: identification of genes absent from epidemic strains. BMC Genomics, 11, 196. http://doi.org/10.1186/1471-2164-11-196&lt;br /&gt;
* PubMed Abstract:  http://www.biomedcentral.com/1471-2164/9/311#abs&lt;br /&gt;
* PubMed Central: &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/&amp;gt;&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/&lt;br /&gt;
* Publisher Full Text (PDF): &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/pdf/1471-2164-9-311.pdf&amp;gt;&lt;br /&gt;
* Copyright:  © 2008 King et al; licensee BioMed Central Ltd.This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.&lt;br /&gt;
* Publisher: BMC Genomics&lt;br /&gt;
* Availability: online access&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
&lt;br /&gt;
#8&lt;br /&gt;
&lt;br /&gt;
*Nakamura, M. M., Liew, S.-Y., Cummings, C. A., Brinig, M. M., Dieterich, C., &amp;amp; Relman, D. A. (2006). Growth Phase- and Nutrient Limitation-Associated Transcript Abundance Regulation in Bordetella pertussis  . Infection and Immunity, 74(10), 5537–5548. http://doi.org/10.1128/IAI.00781-06&lt;br /&gt;
* PubMed Abstract:  &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1594893/?report=reader#__abstractid499869title&amp;gt;&lt;br /&gt;
* PubMed Central: &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1594893/&amp;gt;&lt;br /&gt;
* Publisher Full Text (HTML): &amp;lt;http://iai.asm.org/content/74/10/5537.full&amp;gt;&lt;br /&gt;
* Publisher Full Text (PDF):  &amp;lt;http://iai.asm.org/content/74/10/5537.full.pdf+html&amp;gt;&lt;br /&gt;
* Copyright: © 2006, American Society for Microbiology&lt;br /&gt;
* Publisher: Infection and Immunity&lt;br /&gt;
* Availability: online access&lt;br /&gt;
* Did LMU pay a fee for this article: no!--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Msaeedi23</name></author>	</entry>

	<entry>
		<id>https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=File:Bp3167issue_cw20151119.png&amp;diff=7182</id>
		<title>File:Bp3167issue cw20151119.png</title>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=File:Bp3167issue_cw20151119.png&amp;diff=7182"/>
				<updated>2015-12-03T23:40:51Z</updated>
		
		<summary type="html">&lt;p&gt;Msaeedi23: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Msaeedi23</name></author>	</entry>

	<entry>
		<id>https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=The_Class_Whoopers&amp;diff=7181</id>
		<title>The Class Whoopers</title>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=The_Class_Whoopers&amp;diff=7181"/>
				<updated>2015-12-03T23:40:36Z</updated>
		
		<summary type="html">&lt;p&gt;Msaeedi23: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Team Information &amp;amp; Links =&lt;br /&gt;
&lt;br /&gt;
{{Template:Class Whoopers}}&lt;br /&gt;
&lt;br /&gt;
=Weekly Updates=&lt;br /&gt;
==Week 14==&lt;br /&gt;
===Screenshots===&lt;br /&gt;
[[File: ORFissue_cw20151119.png]]&lt;br /&gt;
[[File: Systemstable_cw20151201.png]]&lt;br /&gt;
[[File: Oln-orfcounts_cw20151119.png]]&lt;br /&gt;
===Goals===&lt;br /&gt;
===Progress===&lt;br /&gt;
===Meetings!===&lt;br /&gt;
&lt;br /&gt;
==Week 12==&lt;br /&gt;
===Goals===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Assignment due date:&amp;#039;&amp;#039;&amp;#039; Midnight Tuesday, November 24&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Coder:&amp;#039;&amp;#039;&amp;#039; Set up a GitHub repository clone of the XMLPipeDB project on your development device, the development rig, and the initial as-is build for gmbuilder. Complete an import-export cycle in association with QA.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Quality Assurance:&amp;#039;&amp;#039;&amp;#039; Complete an import-export cycle for the 1st &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene database. Complete a Gene Database Testing Report for this export.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;GenMAPP Users:&amp;#039;&amp;#039;&amp;#039; Create a Master Raw Data file that contains the IDs and columns of data required for further analysis. Consult with Dr. Dahlquist on how to process the data (normalization, statistics).&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Brandon (Quality Assurance and Interim Coder):&amp;#039;&amp;#039;&amp;#039; This week, I focused on completing an import-export cycle for our first &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene database- [[File:Bpertussis-std cw20151119.zip]]. With my QA hat, I imported the appropriate data, exported the gene database, and discussed the gene database creation &amp;amp; counting protocol here- [[Gene Database Testing Report- cw20151119]]. With my Coder hat, I followed the instructions on the [[Coder| Coder Guild Page]] to setup a GitHub repository clone of the XMLPipdeDB project on my personal laptop, the Eclipse developer rig, and the initial as-is build for gmbuilder. The electronic lab notebook for my QA and Coder work is present on my [[Bklein7 Week 12| Week 12 Page]]. Finally, I wrote a PowerPoint presentation on our genome sequencing paper, which is linked to on my [[Bklein7 Week 12| Week 12 Page]] as well. &lt;br /&gt;
**[[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 18:48, 23 November 2015 (PST)&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Lena (GenMAPP):&amp;#039;&amp;#039;&amp;#039; I worked on downloading the correct data sample files from the provided files on the microarray paper page. The files were unzipped and prepared to be imported into excel. In excel, the data was manipulated to form a spreadsheet that had all of the gene IDs from the different samples with their appropriate columns to be analyzed. The corrections and further manipulations of the data are to be continued to be done in the coming week in order to create the desired dataset to be exported from excel. [[File:Bpertussis CompiledRawData MS2015.xlsx]]&lt;br /&gt;
**[[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 17:33, 23 November 2015 (PST)&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Mahrad (GenMAPP)&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Nicole&amp;#039;&amp;#039;&amp;#039; was absent this week. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 18:52, 23 November 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Meetings! ===&lt;br /&gt;
* Monday, November 23: Seaver 120- Brandon and Lena met to work on the GenMAPP testing of the gene IDs from our database.&lt;br /&gt;
&lt;br /&gt;
==Week 11==&lt;br /&gt;
===Goals===&lt;br /&gt;
* For all:&lt;br /&gt;
** Outline your assigned paper on your user page and include a list of 10 defined terms from the paper.&lt;br /&gt;
*Nicole &amp;amp; Brandon&lt;br /&gt;
**Prepare Journal Club presentation on the designated genome sequencing article&lt;br /&gt;
**Slides Due: by midnight, Tuesday, November 17&lt;br /&gt;
**Presentation Date: Tuesday, November 24&lt;br /&gt;
*Lena &amp;amp; Mahrad&lt;br /&gt;
**Prepare Journal Club presentation on the designated microarray paper&lt;br /&gt;
**Slides Due: by midnight, Tuesday, November 17&lt;br /&gt;
**Presentation Date: Tuesday, November 17&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*Nicole Anguiano (Coder): Nicole was absent this week for a medical emergency and is (hopefully) getting some much deserved rest. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 23:14, 16 November 2015 (PST)&lt;br /&gt;
*Brandon Klein (QA): This week I made several edits to the [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/The_Class_Whoopers Class Whoopers Team Page] in accordance with the [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/Week_11 Week 11 assignment]. These edits included the following: revising the Class Whoopers template, reorganizing the Team Page structure, commenting out unneeded articles in the annotated bibliography, creating the new bibliography entry as requested by Dr. Dahlquist, and writing the naming conventions for our files. Additionally, I outlined our genome sequencing paper for &amp;quot;Bordetella pertussis&amp;quot; and assessed the [http://www.genedb.org/Homepage/Bpertussis GeneDB MOD] on my [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/Bklein7_Week_11#Identifying_the_Bordetella_Pertussis_MOD Week 11 Individual Journal Entry]. A preliminary draft of the genome sequencing paper that I will likely be presenting solo was uploaded there. Finally, I kept tabs on group members as the interim Project Manager. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 23:14, 16 November 2015 (PST)&lt;br /&gt;
*Lena Olufson (GennMAPP): This week Mahrad and I met up and analyzed the microarray paper together. We split up the powerpoint into two halves; I did the introduction/significance of the study as well as the methods performed. Mahrad and I created our presentation together and worked through a google doc to edit it simultaneously as we discussed out loud. We also created a flow chart together that demonstrated the experimental design, thus we have the same ones included in our individual assignments. We made sure to check in with the temporary project manager and keep him updated on our progress. [[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 23:24, 16 November 2015 (PST) &lt;br /&gt;
*Mahrad Saeedi (GennMAPP): This week Lena and I worked on analyzing the microarray paper and creating an outline. We each defined 10 terms separately based upon words we didn&amp;#039;t recognize in the article. We then proceeded to producing the powerpoint presentation for journal club. &lt;br /&gt;
[[User:Msaeedi23|Msaeedi23]] ([[User talk:Msaeedi23|talk]]) 23:46, 16 November 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Meetings! ===&lt;br /&gt;
*11/15- Lena &amp;amp; Mahrad met to work on outlining article and answering questions&lt;br /&gt;
*11/16- Lena &amp;amp; Mahrad met to prepare powerpoint presentation for journal club&lt;br /&gt;
&lt;br /&gt;
==Week 10==&lt;br /&gt;
===Goals===&lt;br /&gt;
* For all:&lt;br /&gt;
** Create an annotated bibliography including one genome sequencing paper and two microarray experiments for Bordetella pertussis&lt;br /&gt;
** Create/update team page &amp;amp; compile group annotated bibliography&lt;br /&gt;
** Assignment due date: Midnight Tuesday, November 10&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*All group members created annotated bibliographies and compiled them on the newly created group page.&lt;br /&gt;
&lt;br /&gt;
=== Meetings! ===&lt;br /&gt;
* Monday, November 9, 8pm-9pm, Seaver 120&lt;br /&gt;
&lt;br /&gt;
= Deliverables =&lt;br /&gt;
==File Naming Protocol==&lt;br /&gt;
All file types generated in this project will receive their own unique names composed of two key parts:&lt;br /&gt;
#Description&lt;br /&gt;
#*This will contain a brief, file-specific description of what content the file contains.&lt;br /&gt;
#*Descriptions for different versions of the same file will remain consistent.&lt;br /&gt;
#Identifier Tag&lt;br /&gt;
#*This tag will be listed as a suffix in the following form: &amp;quot;_cwYYYYMMDD&amp;quot;&lt;br /&gt;
#**cw- team name abbreviation&lt;br /&gt;
#**YYYYMMDD- date the file was created in the form year/month/day&lt;br /&gt;
&lt;br /&gt;
Additionally, the following file naming best practices will be observed when creating descriptions for new files:&lt;br /&gt;
*Our species will be referred to consistently as &amp;quot;bpertussis&amp;quot;.&lt;br /&gt;
*Files including microarray data taken from the paper by Hoo et al. (2014) will begin with &amp;quot;hoo&amp;quot;.&lt;br /&gt;
*Spaces will be written as underscores.&lt;br /&gt;
*No capitalization will be used.&lt;br /&gt;
*No special characters will be used.&lt;br /&gt;
*If sequential numbering systems are used, leading zeros will be included for clarity.&lt;br /&gt;
&lt;br /&gt;
Sample .xls file name: hoo_analyzed_data_cw20151122.xls&lt;br /&gt;
&lt;br /&gt;
==Files==&lt;br /&gt;
*GenMAPP Gene Database for assigned species (.gdb): &amp;#039;&amp;#039;&amp;#039;bpertussis-std_cwYYYYMMDD.gdb&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*ReadMe file to accompany the Gene Database (.pdf): &amp;#039;&amp;#039;&amp;#039;readme_bpertussis-std_external_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Include Gene Database Schema diagram in ReadMe: &amp;#039;&amp;#039;&amp;#039;bpertussis_schema_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Gene Database Testing Report for final submitted Gene Database (print from wiki to .pdf file): &amp;#039;&amp;#039;&amp;#039;bpertussis_gdb_report_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Processed and analyzed DNA microarray dataset (.xls): &amp;#039;&amp;#039;&amp;#039;hoo_analyzed_data_cwYYYYMMDD.xls&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*GenMAPP Expression Dataset file (.gex): &amp;#039;&amp;#039;&amp;#039;hoo_expression_dataset_cwYYYYMMDD.gex&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Filtered MAPPFinder Results (.xls): &amp;#039;&amp;#039;&amp;#039;hoo_mappfinder_results_cwYYYYMMDD.xls&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Sample MAPP file of a relevant biological pathway for your species (.mapp): &amp;#039;&amp;#039;&amp;#039;hoo_sample_mapp_cwYYYYMMDD.mapp&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Group Report describing the creation of the Gene Database and the biological analysis of the data (.doc or .pdf): &amp;#039;&amp;#039;&amp;#039;bpertussis_analysis_methods_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*PowerPoint presentation (.ppt, given on Tuesday, December 15): &amp;#039;&amp;#039;&amp;#039;bpertussis_analysis_presentation_cwYYYYMMDD.ppt&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
==Microarray Journal Club Presentation==&lt;br /&gt;
*[[File: Microarray_Journal_Club_Presentation.pdf]]&lt;br /&gt;
&lt;br /&gt;
= Annotated Bibliography =&lt;br /&gt;
== Genome Sequencing Paper ==&lt;br /&gt;
&lt;br /&gt;
Neither of these papers is the &amp;#039;&amp;#039;first&amp;#039;&amp;#039; to report the genome sequence of &amp;#039;&amp;#039;B. pertussis.&amp;#039;&amp;#039;  The paper that you will want to use is [http://www.nature.com/ng/journal/v35/n1/full/ng1227.html this one].  I found it by looking at the introduction and references of the Zhang et. al (2011) paper.  For your Week 11 assignment, please remove your annotated bibliography entries for the two papers below and create one for this new paper by Parkhill et al. (2003).  You will use the Parkhill paper for your project.  &amp;#039;&amp;#039;&amp;amp;mdash; [[User:Kdahlquist|Kdahlquist]] ([[User talk:Kdahlquist|talk]]) 09:54, 10 November 2015 (PST)&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
*Parkhill, J., Sebaihia, M., Preston, A., Murphy, L. D., et al. (2003). Comparative analysis of the genome sequences of Bordetella pertussis, Bordetella parapertussis and Bordetella bronchiseptica. Nature genetics, 35(1), 32-40. doi:10.1038/ng1227&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/12910271&lt;br /&gt;
* PubMed Central:  Not available on PubMed Central.&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.nature.com/ng/journal/v35/n1/full/ng1227.html&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.nature.com/ng/journal/v35/n1/pdf/ng1227.pdf&lt;br /&gt;
* Copyright: ©2003 Nature Publishing Group (information found on PDF version of article). This article is not Open Access, but it is freely available 6 months after publication.&lt;br /&gt;
* Publisher: Nature Publishing Group (for-profit).&lt;br /&gt;
* Availability: In print and online.&lt;br /&gt;
* Did LMU pay a fee for this article: Yes, LMU pays a subscription fee for access to the journal &amp;#039;&amp;#039;Nature Genetics&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
== Microarray Paper ==&lt;br /&gt;
&lt;br /&gt;
This paper is suitable for your project.  &amp;#039;&amp;#039;&amp;amp;mdash; [[User:Kdahlquist|Kdahlquist]] ([[User talk:Kdahlquist|talk]]) 10:04, 10 November 2015 (PST)&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Hoo, R., Lam, J.H., Huot, L., Pant, A., Li, R., Hot, D., &amp;amp; Alonso, S. (2014). Evidence for a Role of the Polysaccharide Capsule Transport Proteins in Pertussis Pathogenesis. PLoS ONE, 9(12):e115243. doi: 10.1371/journal.pone.0115243&lt;br /&gt;
* PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/25501560 &lt;br /&gt;
* PubMed Central: http://www.ncbi.nlm.nih.gov/pmc/articles/PMC4264864/&lt;br /&gt;
* Publisher Full Text (HTML): http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0115243&lt;br /&gt;
* Publisher Full Text (PDF): http://www.plosone.org/article/fetchObject.action?uri=info:doi/10.1371/journal.pone.0115243&amp;amp;representation=PDF&lt;br /&gt;
* Copyright: © 2014 Hoo et al. This is an open-access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited (info found [http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0115243 here]).&lt;br /&gt;
* Publisher: PLOS ONE (respected open access organization).&lt;br /&gt;
* Availability: Online only.&lt;br /&gt;
* Did LMU pay a fee for this article: No.&lt;br /&gt;
* Web site where the data resides: [http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE62088 NCBI GEO data]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--#2&lt;br /&gt;
*Brickman, T. J., Cummings, C. A., Liew, S.-Y., Relman, D. A., &amp;amp; Armstrong, S. K. (2011). Transcriptional Profiling of the Iron Starvation Response in Bordetella pertussis Provides New Insights into Siderophore Utilization and Virulence Gene Expression . Journal of Bacteriology, 193(18), 4798–4812. http://doi.org/10.1128/JB.05136-11&lt;br /&gt;
* ArrayExpress Abstract: https://www.ebi.ac.uk/arrayexpress/experiments/E-MEXP-3263/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC532028/&lt;br /&gt;
*PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/?term=Transcriptional+Profiling+of+the+Iron+Starvation+Response+in+Bordetella+pertussis+Provides+New+Insights+into+Siderophore+Utilization+and+Virulence+Gene+Expression&lt;br /&gt;
* Publisher Full Text (HTML): http://jb.asm.org/content/193/18/4798.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/193/18/4798.full.pdf+html &lt;br /&gt;
* Copyright:  2011 by the American Society for Microbiology &lt;br /&gt;
* Publisher:  Journal of Bacteriology &lt;br /&gt;
* Availability:  in print and online&lt;br /&gt;
* Did LMU pay a fee for this article: yes&lt;br /&gt;
*Link to where the microarray data resides: https://www.ebi.ac.uk/arrayexpress/experiments/E-MEXP-3263/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
&lt;br /&gt;
#3&lt;br /&gt;
King, A. J., van der Lee, S., Mohangoo, A., van Gent, M., van der Ark, A., &amp;amp; van de Waterbeemd, B. (2013). Genome-Wide Gene Expression Analysis of Bordetella pertussis Isolates Associated with a Resurgence in Pertussis: Elucidation of Factors Involved in the Increased Fitness of Epidemic Strains. PLoS ONE, 8(6): e66150. doi: 10.1371/journal.pone.0066150&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/23776625&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3679012/&lt;br /&gt;
* Publisher Full Text (HTML):  http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0066150&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.plosone.org/article/fetchObject.action?uri=info:doi/10.1371/journal.pone.0066150&amp;amp;representation=PDF&lt;br /&gt;
* Copyright: © 2013 King et al. This is an open-access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited. (info found [http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0066150 here])&lt;br /&gt;
* Publisher: PLOS ONE (respected open access organization)&lt;br /&gt;
* Availability: online only&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
* Web site where the data resides: [http://www.ebi.ac.uk/arrayexpress/experiments/E-MTAB-1594/samples/?keywords=Bordetella+pertussis&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&amp;amp;s_page=1&amp;amp;s_pagesize=100 EBI ArrayExpress Data]&lt;br /&gt;
&lt;br /&gt;
#4 (note, all of the papers from this point on involve additional species other than Bordetella pertussis)&lt;br /&gt;
&lt;br /&gt;
* Cummings, C. A., Bootsma, H. J., Relman, D. A., &amp;amp; Miller, J. F. (2006). Species-and strain-specific control of a complex, flexible regulon by Bordetella BvgAS. Journal of bacteriology, 188(5), 1775-1785.&lt;br /&gt;
* ArrayExpress Abstract: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-29/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1426559/&lt;br /&gt;
*PubMed Abstract:http://www.ncbi.nlm.nih.gov/pubmed/?term=Species-+and+Strain-Specific+Control+of+a+Complex%2C+Flexible+Regulon+by+Bordetella+BvgAS&lt;br /&gt;
* Publisher Full Text (HTML): http://jb.asm.org/content/188/5/1775.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/188/5/1775.full.pdf+html&lt;br /&gt;
* Copyright:  2006 by the American Society for Microbiology &lt;br /&gt;
* Publisher:  Journal of Bacteriology &lt;br /&gt;
* Availability:  in print and online&lt;br /&gt;
* Did LMU pay a fee for this article: yes&lt;br /&gt;
*Link to where the microarray data resides: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-29/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
&lt;br /&gt;
#5&lt;br /&gt;
&lt;br /&gt;
* Brinig, M., Register, K., Ackermann, M., &amp;amp; Relman, D. (2006). Genomic features of Bordetella parapertussis clades with distinct host species specificity. Genome Biology, 7(9). doi:doi:10.1186/gb-2006-7-9-r81&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/16956413?dopt=Abstract&amp;amp;holding=f1000,f1000m,isrctn&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1794550/&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.genomebiology.com/2006/7/9/R81&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.genomebiology.com/content/pdf/gb-2006-7-9-r81.pdf&lt;br /&gt;
* Copyright: Brinig et al.; licensee BioMed Central Ltd. (information found on the article); open access&lt;br /&gt;
* Publisher:  BioMed Central Ltd (for-profit publisher)&lt;br /&gt;
* Availability:  online&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
# What experiment was performed?  What was the &amp;quot;treatment&amp;quot; and what was the &amp;quot;control&amp;quot; in the experiment?&lt;br /&gt;
# Were replicate experiments of the &amp;quot;treatment&amp;quot; and &amp;quot;control&amp;quot; conditions conducted?  Were these biological or technical replicates?  How many of each?&lt;br /&gt;
* Link to microarray data: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-95/&lt;br /&gt;
&lt;br /&gt;
#6&lt;br /&gt;
&lt;br /&gt;
* Cummings, C., Bootsma, H., Relman, D., &amp;amp; Miller, J. (2006). Species- and Strain-Specific Control of a Complex, Flexible Regulon by Bordetella BvgAS. Journal of Bacteriology, 188(5), 1775-1785. doi:doi: 10.1128/JB.188.5.1775-1785.2006&lt;br /&gt;
* PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/16484188?dopt=Abstract&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1426559/&lt;br /&gt;
* Publisher Full Text (HTML):  http://jb.asm.org/content/188/5/1775.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/188/5/1775.full.pdf&lt;br /&gt;
* Copyright: American Society for Microbiology; open access&lt;br /&gt;
* Publisher:  American Society for Microbiology (professional organization for scientists)&lt;br /&gt;
* Availability:  online and in print&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
# What experiment was performed?  What was the &amp;quot;treatment&amp;quot; and what was the &amp;quot;control&amp;quot; in the experiment?&lt;br /&gt;
# Were replicate experiments of the &amp;quot;treatment&amp;quot; and &amp;quot;control&amp;quot; conditions conducted?  Were these biological or technical replicates?  How many of each?&lt;br /&gt;
* Link to microarray data: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-28/&lt;br /&gt;
&lt;br /&gt;
#7&lt;br /&gt;
&lt;br /&gt;
*King, A. J., van Gorkom, T., Pennings, J. L., van der Heide, H. G., He, Q., Diavatopoulos, D., … Mooi, F. R. (2010). Correction: Comparative genomic profiling of Dutch clinical Bordetella pertussis isolates using DNA microarrays: identification of genes absent from epidemic strains. BMC Genomics, 11, 196. http://doi.org/10.1186/1471-2164-11-196&lt;br /&gt;
* PubMed Abstract:  http://www.biomedcentral.com/1471-2164/9/311#abs&lt;br /&gt;
* PubMed Central: &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/&amp;gt;&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/&lt;br /&gt;
* Publisher Full Text (PDF): &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/pdf/1471-2164-9-311.pdf&amp;gt;&lt;br /&gt;
* Copyright:  © 2008 King et al; licensee BioMed Central Ltd.This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.&lt;br /&gt;
* Publisher: BMC Genomics&lt;br /&gt;
* Availability: online access&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
&lt;br /&gt;
#8&lt;br /&gt;
&lt;br /&gt;
*Nakamura, M. M., Liew, S.-Y., Cummings, C. A., Brinig, M. M., Dieterich, C., &amp;amp; Relman, D. A. (2006). Growth Phase- and Nutrient Limitation-Associated Transcript Abundance Regulation in Bordetella pertussis  . Infection and Immunity, 74(10), 5537–5548. http://doi.org/10.1128/IAI.00781-06&lt;br /&gt;
* PubMed Abstract:  &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1594893/?report=reader#__abstractid499869title&amp;gt;&lt;br /&gt;
* PubMed Central: &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1594893/&amp;gt;&lt;br /&gt;
* Publisher Full Text (HTML): &amp;lt;http://iai.asm.org/content/74/10/5537.full&amp;gt;&lt;br /&gt;
* Publisher Full Text (PDF):  &amp;lt;http://iai.asm.org/content/74/10/5537.full.pdf+html&amp;gt;&lt;br /&gt;
* Copyright: © 2006, American Society for Microbiology&lt;br /&gt;
* Publisher: Infection and Immunity&lt;br /&gt;
* Availability: online access&lt;br /&gt;
* Did LMU pay a fee for this article: no!--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Msaeedi23</name></author>	</entry>

	<entry>
		<id>https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=File:Oln-orfcounts_cw20151119.png&amp;diff=7180</id>
		<title>File:Oln-orfcounts cw20151119.png</title>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=File:Oln-orfcounts_cw20151119.png&amp;diff=7180"/>
				<updated>2015-12-03T23:39:51Z</updated>
		
		<summary type="html">&lt;p&gt;Msaeedi23: Msaeedi23 uploaded a new version of File:Oln-orfcounts cw20151119.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Msaeedi23</name></author>	</entry>

	<entry>
		<id>https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=The_Class_Whoopers&amp;diff=7179</id>
		<title>The Class Whoopers</title>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=The_Class_Whoopers&amp;diff=7179"/>
				<updated>2015-12-03T23:39:40Z</updated>
		
		<summary type="html">&lt;p&gt;Msaeedi23: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Team Information &amp;amp; Links =&lt;br /&gt;
&lt;br /&gt;
{{Template:Class Whoopers}}&lt;br /&gt;
&lt;br /&gt;
=Weekly Updates=&lt;br /&gt;
==Week 14==&lt;br /&gt;
===Screenshots===&lt;br /&gt;
[[File: ORFissue_cw20151119.png]]&lt;br /&gt;
[[File: Systemstable_cw20151201.png]]&lt;br /&gt;
===Goals===&lt;br /&gt;
===Progress===&lt;br /&gt;
===Meetings!===&lt;br /&gt;
&lt;br /&gt;
==Week 12==&lt;br /&gt;
===Goals===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Assignment due date:&amp;#039;&amp;#039;&amp;#039; Midnight Tuesday, November 24&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Coder:&amp;#039;&amp;#039;&amp;#039; Set up a GitHub repository clone of the XMLPipeDB project on your development device, the development rig, and the initial as-is build for gmbuilder. Complete an import-export cycle in association with QA.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Quality Assurance:&amp;#039;&amp;#039;&amp;#039; Complete an import-export cycle for the 1st &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene database. Complete a Gene Database Testing Report for this export.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;GenMAPP Users:&amp;#039;&amp;#039;&amp;#039; Create a Master Raw Data file that contains the IDs and columns of data required for further analysis. Consult with Dr. Dahlquist on how to process the data (normalization, statistics).&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Brandon (Quality Assurance and Interim Coder):&amp;#039;&amp;#039;&amp;#039; This week, I focused on completing an import-export cycle for our first &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene database- [[File:Bpertussis-std cw20151119.zip]]. With my QA hat, I imported the appropriate data, exported the gene database, and discussed the gene database creation &amp;amp; counting protocol here- [[Gene Database Testing Report- cw20151119]]. With my Coder hat, I followed the instructions on the [[Coder| Coder Guild Page]] to setup a GitHub repository clone of the XMLPipdeDB project on my personal laptop, the Eclipse developer rig, and the initial as-is build for gmbuilder. The electronic lab notebook for my QA and Coder work is present on my [[Bklein7 Week 12| Week 12 Page]]. Finally, I wrote a PowerPoint presentation on our genome sequencing paper, which is linked to on my [[Bklein7 Week 12| Week 12 Page]] as well. &lt;br /&gt;
**[[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 18:48, 23 November 2015 (PST)&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Lena (GenMAPP):&amp;#039;&amp;#039;&amp;#039; I worked on downloading the correct data sample files from the provided files on the microarray paper page. The files were unzipped and prepared to be imported into excel. In excel, the data was manipulated to form a spreadsheet that had all of the gene IDs from the different samples with their appropriate columns to be analyzed. The corrections and further manipulations of the data are to be continued to be done in the coming week in order to create the desired dataset to be exported from excel. [[File:Bpertussis CompiledRawData MS2015.xlsx]]&lt;br /&gt;
**[[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 17:33, 23 November 2015 (PST)&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Mahrad (GenMAPP)&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Nicole&amp;#039;&amp;#039;&amp;#039; was absent this week. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 18:52, 23 November 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Meetings! ===&lt;br /&gt;
* Monday, November 23: Seaver 120- Brandon and Lena met to work on the GenMAPP testing of the gene IDs from our database.&lt;br /&gt;
&lt;br /&gt;
==Week 11==&lt;br /&gt;
===Goals===&lt;br /&gt;
* For all:&lt;br /&gt;
** Outline your assigned paper on your user page and include a list of 10 defined terms from the paper.&lt;br /&gt;
*Nicole &amp;amp; Brandon&lt;br /&gt;
**Prepare Journal Club presentation on the designated genome sequencing article&lt;br /&gt;
**Slides Due: by midnight, Tuesday, November 17&lt;br /&gt;
**Presentation Date: Tuesday, November 24&lt;br /&gt;
*Lena &amp;amp; Mahrad&lt;br /&gt;
**Prepare Journal Club presentation on the designated microarray paper&lt;br /&gt;
**Slides Due: by midnight, Tuesday, November 17&lt;br /&gt;
**Presentation Date: Tuesday, November 17&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*Nicole Anguiano (Coder): Nicole was absent this week for a medical emergency and is (hopefully) getting some much deserved rest. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 23:14, 16 November 2015 (PST)&lt;br /&gt;
*Brandon Klein (QA): This week I made several edits to the [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/The_Class_Whoopers Class Whoopers Team Page] in accordance with the [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/Week_11 Week 11 assignment]. These edits included the following: revising the Class Whoopers template, reorganizing the Team Page structure, commenting out unneeded articles in the annotated bibliography, creating the new bibliography entry as requested by Dr. Dahlquist, and writing the naming conventions for our files. Additionally, I outlined our genome sequencing paper for &amp;quot;Bordetella pertussis&amp;quot; and assessed the [http://www.genedb.org/Homepage/Bpertussis GeneDB MOD] on my [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/Bklein7_Week_11#Identifying_the_Bordetella_Pertussis_MOD Week 11 Individual Journal Entry]. A preliminary draft of the genome sequencing paper that I will likely be presenting solo was uploaded there. Finally, I kept tabs on group members as the interim Project Manager. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 23:14, 16 November 2015 (PST)&lt;br /&gt;
*Lena Olufson (GennMAPP): This week Mahrad and I met up and analyzed the microarray paper together. We split up the powerpoint into two halves; I did the introduction/significance of the study as well as the methods performed. Mahrad and I created our presentation together and worked through a google doc to edit it simultaneously as we discussed out loud. We also created a flow chart together that demonstrated the experimental design, thus we have the same ones included in our individual assignments. We made sure to check in with the temporary project manager and keep him updated on our progress. [[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 23:24, 16 November 2015 (PST) &lt;br /&gt;
*Mahrad Saeedi (GennMAPP): This week Lena and I worked on analyzing the microarray paper and creating an outline. We each defined 10 terms separately based upon words we didn&amp;#039;t recognize in the article. We then proceeded to producing the powerpoint presentation for journal club. &lt;br /&gt;
[[User:Msaeedi23|Msaeedi23]] ([[User talk:Msaeedi23|talk]]) 23:46, 16 November 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Meetings! ===&lt;br /&gt;
*11/15- Lena &amp;amp; Mahrad met to work on outlining article and answering questions&lt;br /&gt;
*11/16- Lena &amp;amp; Mahrad met to prepare powerpoint presentation for journal club&lt;br /&gt;
&lt;br /&gt;
==Week 10==&lt;br /&gt;
===Goals===&lt;br /&gt;
* For all:&lt;br /&gt;
** Create an annotated bibliography including one genome sequencing paper and two microarray experiments for Bordetella pertussis&lt;br /&gt;
** Create/update team page &amp;amp; compile group annotated bibliography&lt;br /&gt;
** Assignment due date: Midnight Tuesday, November 10&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*All group members created annotated bibliographies and compiled them on the newly created group page.&lt;br /&gt;
&lt;br /&gt;
=== Meetings! ===&lt;br /&gt;
* Monday, November 9, 8pm-9pm, Seaver 120&lt;br /&gt;
&lt;br /&gt;
= Deliverables =&lt;br /&gt;
==File Naming Protocol==&lt;br /&gt;
All file types generated in this project will receive their own unique names composed of two key parts:&lt;br /&gt;
#Description&lt;br /&gt;
#*This will contain a brief, file-specific description of what content the file contains.&lt;br /&gt;
#*Descriptions for different versions of the same file will remain consistent.&lt;br /&gt;
#Identifier Tag&lt;br /&gt;
#*This tag will be listed as a suffix in the following form: &amp;quot;_cwYYYYMMDD&amp;quot;&lt;br /&gt;
#**cw- team name abbreviation&lt;br /&gt;
#**YYYYMMDD- date the file was created in the form year/month/day&lt;br /&gt;
&lt;br /&gt;
Additionally, the following file naming best practices will be observed when creating descriptions for new files:&lt;br /&gt;
*Our species will be referred to consistently as &amp;quot;bpertussis&amp;quot;.&lt;br /&gt;
*Files including microarray data taken from the paper by Hoo et al. (2014) will begin with &amp;quot;hoo&amp;quot;.&lt;br /&gt;
*Spaces will be written as underscores.&lt;br /&gt;
*No capitalization will be used.&lt;br /&gt;
*No special characters will be used.&lt;br /&gt;
*If sequential numbering systems are used, leading zeros will be included for clarity.&lt;br /&gt;
&lt;br /&gt;
Sample .xls file name: hoo_analyzed_data_cw20151122.xls&lt;br /&gt;
&lt;br /&gt;
==Files==&lt;br /&gt;
*GenMAPP Gene Database for assigned species (.gdb): &amp;#039;&amp;#039;&amp;#039;bpertussis-std_cwYYYYMMDD.gdb&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*ReadMe file to accompany the Gene Database (.pdf): &amp;#039;&amp;#039;&amp;#039;readme_bpertussis-std_external_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Include Gene Database Schema diagram in ReadMe: &amp;#039;&amp;#039;&amp;#039;bpertussis_schema_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Gene Database Testing Report for final submitted Gene Database (print from wiki to .pdf file): &amp;#039;&amp;#039;&amp;#039;bpertussis_gdb_report_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Processed and analyzed DNA microarray dataset (.xls): &amp;#039;&amp;#039;&amp;#039;hoo_analyzed_data_cwYYYYMMDD.xls&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*GenMAPP Expression Dataset file (.gex): &amp;#039;&amp;#039;&amp;#039;hoo_expression_dataset_cwYYYYMMDD.gex&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Filtered MAPPFinder Results (.xls): &amp;#039;&amp;#039;&amp;#039;hoo_mappfinder_results_cwYYYYMMDD.xls&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Sample MAPP file of a relevant biological pathway for your species (.mapp): &amp;#039;&amp;#039;&amp;#039;hoo_sample_mapp_cwYYYYMMDD.mapp&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Group Report describing the creation of the Gene Database and the biological analysis of the data (.doc or .pdf): &amp;#039;&amp;#039;&amp;#039;bpertussis_analysis_methods_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*PowerPoint presentation (.ppt, given on Tuesday, December 15): &amp;#039;&amp;#039;&amp;#039;bpertussis_analysis_presentation_cwYYYYMMDD.ppt&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
==Microarray Journal Club Presentation==&lt;br /&gt;
*[[File: Microarray_Journal_Club_Presentation.pdf]]&lt;br /&gt;
&lt;br /&gt;
= Annotated Bibliography =&lt;br /&gt;
== Genome Sequencing Paper ==&lt;br /&gt;
&lt;br /&gt;
Neither of these papers is the &amp;#039;&amp;#039;first&amp;#039;&amp;#039; to report the genome sequence of &amp;#039;&amp;#039;B. pertussis.&amp;#039;&amp;#039;  The paper that you will want to use is [http://www.nature.com/ng/journal/v35/n1/full/ng1227.html this one].  I found it by looking at the introduction and references of the Zhang et. al (2011) paper.  For your Week 11 assignment, please remove your annotated bibliography entries for the two papers below and create one for this new paper by Parkhill et al. (2003).  You will use the Parkhill paper for your project.  &amp;#039;&amp;#039;&amp;amp;mdash; [[User:Kdahlquist|Kdahlquist]] ([[User talk:Kdahlquist|talk]]) 09:54, 10 November 2015 (PST)&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
*Parkhill, J., Sebaihia, M., Preston, A., Murphy, L. D., et al. (2003). Comparative analysis of the genome sequences of Bordetella pertussis, Bordetella parapertussis and Bordetella bronchiseptica. Nature genetics, 35(1), 32-40. doi:10.1038/ng1227&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/12910271&lt;br /&gt;
* PubMed Central:  Not available on PubMed Central.&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.nature.com/ng/journal/v35/n1/full/ng1227.html&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.nature.com/ng/journal/v35/n1/pdf/ng1227.pdf&lt;br /&gt;
* Copyright: ©2003 Nature Publishing Group (information found on PDF version of article). This article is not Open Access, but it is freely available 6 months after publication.&lt;br /&gt;
* Publisher: Nature Publishing Group (for-profit).&lt;br /&gt;
* Availability: In print and online.&lt;br /&gt;
* Did LMU pay a fee for this article: Yes, LMU pays a subscription fee for access to the journal &amp;#039;&amp;#039;Nature Genetics&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
== Microarray Paper ==&lt;br /&gt;
&lt;br /&gt;
This paper is suitable for your project.  &amp;#039;&amp;#039;&amp;amp;mdash; [[User:Kdahlquist|Kdahlquist]] ([[User talk:Kdahlquist|talk]]) 10:04, 10 November 2015 (PST)&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Hoo, R., Lam, J.H., Huot, L., Pant, A., Li, R., Hot, D., &amp;amp; Alonso, S. (2014). Evidence for a Role of the Polysaccharide Capsule Transport Proteins in Pertussis Pathogenesis. PLoS ONE, 9(12):e115243. doi: 10.1371/journal.pone.0115243&lt;br /&gt;
* PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/25501560 &lt;br /&gt;
* PubMed Central: http://www.ncbi.nlm.nih.gov/pmc/articles/PMC4264864/&lt;br /&gt;
* Publisher Full Text (HTML): http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0115243&lt;br /&gt;
* Publisher Full Text (PDF): http://www.plosone.org/article/fetchObject.action?uri=info:doi/10.1371/journal.pone.0115243&amp;amp;representation=PDF&lt;br /&gt;
* Copyright: © 2014 Hoo et al. This is an open-access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited (info found [http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0115243 here]).&lt;br /&gt;
* Publisher: PLOS ONE (respected open access organization).&lt;br /&gt;
* Availability: Online only.&lt;br /&gt;
* Did LMU pay a fee for this article: No.&lt;br /&gt;
* Web site where the data resides: [http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE62088 NCBI GEO data]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--#2&lt;br /&gt;
*Brickman, T. J., Cummings, C. A., Liew, S.-Y., Relman, D. A., &amp;amp; Armstrong, S. K. (2011). Transcriptional Profiling of the Iron Starvation Response in Bordetella pertussis Provides New Insights into Siderophore Utilization and Virulence Gene Expression . Journal of Bacteriology, 193(18), 4798–4812. http://doi.org/10.1128/JB.05136-11&lt;br /&gt;
* ArrayExpress Abstract: https://www.ebi.ac.uk/arrayexpress/experiments/E-MEXP-3263/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC532028/&lt;br /&gt;
*PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/?term=Transcriptional+Profiling+of+the+Iron+Starvation+Response+in+Bordetella+pertussis+Provides+New+Insights+into+Siderophore+Utilization+and+Virulence+Gene+Expression&lt;br /&gt;
* Publisher Full Text (HTML): http://jb.asm.org/content/193/18/4798.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/193/18/4798.full.pdf+html &lt;br /&gt;
* Copyright:  2011 by the American Society for Microbiology &lt;br /&gt;
* Publisher:  Journal of Bacteriology &lt;br /&gt;
* Availability:  in print and online&lt;br /&gt;
* Did LMU pay a fee for this article: yes&lt;br /&gt;
*Link to where the microarray data resides: https://www.ebi.ac.uk/arrayexpress/experiments/E-MEXP-3263/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
&lt;br /&gt;
#3&lt;br /&gt;
King, A. J., van der Lee, S., Mohangoo, A., van Gent, M., van der Ark, A., &amp;amp; van de Waterbeemd, B. (2013). Genome-Wide Gene Expression Analysis of Bordetella pertussis Isolates Associated with a Resurgence in Pertussis: Elucidation of Factors Involved in the Increased Fitness of Epidemic Strains. PLoS ONE, 8(6): e66150. doi: 10.1371/journal.pone.0066150&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/23776625&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3679012/&lt;br /&gt;
* Publisher Full Text (HTML):  http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0066150&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.plosone.org/article/fetchObject.action?uri=info:doi/10.1371/journal.pone.0066150&amp;amp;representation=PDF&lt;br /&gt;
* Copyright: © 2013 King et al. This is an open-access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited. (info found [http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0066150 here])&lt;br /&gt;
* Publisher: PLOS ONE (respected open access organization)&lt;br /&gt;
* Availability: online only&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
* Web site where the data resides: [http://www.ebi.ac.uk/arrayexpress/experiments/E-MTAB-1594/samples/?keywords=Bordetella+pertussis&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&amp;amp;s_page=1&amp;amp;s_pagesize=100 EBI ArrayExpress Data]&lt;br /&gt;
&lt;br /&gt;
#4 (note, all of the papers from this point on involve additional species other than Bordetella pertussis)&lt;br /&gt;
&lt;br /&gt;
* Cummings, C. A., Bootsma, H. J., Relman, D. A., &amp;amp; Miller, J. F. (2006). Species-and strain-specific control of a complex, flexible regulon by Bordetella BvgAS. Journal of bacteriology, 188(5), 1775-1785.&lt;br /&gt;
* ArrayExpress Abstract: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-29/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1426559/&lt;br /&gt;
*PubMed Abstract:http://www.ncbi.nlm.nih.gov/pubmed/?term=Species-+and+Strain-Specific+Control+of+a+Complex%2C+Flexible+Regulon+by+Bordetella+BvgAS&lt;br /&gt;
* Publisher Full Text (HTML): http://jb.asm.org/content/188/5/1775.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/188/5/1775.full.pdf+html&lt;br /&gt;
* Copyright:  2006 by the American Society for Microbiology &lt;br /&gt;
* Publisher:  Journal of Bacteriology &lt;br /&gt;
* Availability:  in print and online&lt;br /&gt;
* Did LMU pay a fee for this article: yes&lt;br /&gt;
*Link to where the microarray data resides: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-29/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
&lt;br /&gt;
#5&lt;br /&gt;
&lt;br /&gt;
* Brinig, M., Register, K., Ackermann, M., &amp;amp; Relman, D. (2006). Genomic features of Bordetella parapertussis clades with distinct host species specificity. Genome Biology, 7(9). doi:doi:10.1186/gb-2006-7-9-r81&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/16956413?dopt=Abstract&amp;amp;holding=f1000,f1000m,isrctn&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1794550/&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.genomebiology.com/2006/7/9/R81&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.genomebiology.com/content/pdf/gb-2006-7-9-r81.pdf&lt;br /&gt;
* Copyright: Brinig et al.; licensee BioMed Central Ltd. (information found on the article); open access&lt;br /&gt;
* Publisher:  BioMed Central Ltd (for-profit publisher)&lt;br /&gt;
* Availability:  online&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
# What experiment was performed?  What was the &amp;quot;treatment&amp;quot; and what was the &amp;quot;control&amp;quot; in the experiment?&lt;br /&gt;
# Were replicate experiments of the &amp;quot;treatment&amp;quot; and &amp;quot;control&amp;quot; conditions conducted?  Were these biological or technical replicates?  How many of each?&lt;br /&gt;
* Link to microarray data: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-95/&lt;br /&gt;
&lt;br /&gt;
#6&lt;br /&gt;
&lt;br /&gt;
* Cummings, C., Bootsma, H., Relman, D., &amp;amp; Miller, J. (2006). Species- and Strain-Specific Control of a Complex, Flexible Regulon by Bordetella BvgAS. Journal of Bacteriology, 188(5), 1775-1785. doi:doi: 10.1128/JB.188.5.1775-1785.2006&lt;br /&gt;
* PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/16484188?dopt=Abstract&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1426559/&lt;br /&gt;
* Publisher Full Text (HTML):  http://jb.asm.org/content/188/5/1775.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/188/5/1775.full.pdf&lt;br /&gt;
* Copyright: American Society for Microbiology; open access&lt;br /&gt;
* Publisher:  American Society for Microbiology (professional organization for scientists)&lt;br /&gt;
* Availability:  online and in print&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
# What experiment was performed?  What was the &amp;quot;treatment&amp;quot; and what was the &amp;quot;control&amp;quot; in the experiment?&lt;br /&gt;
# Were replicate experiments of the &amp;quot;treatment&amp;quot; and &amp;quot;control&amp;quot; conditions conducted?  Were these biological or technical replicates?  How many of each?&lt;br /&gt;
* Link to microarray data: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-28/&lt;br /&gt;
&lt;br /&gt;
#7&lt;br /&gt;
&lt;br /&gt;
*King, A. J., van Gorkom, T., Pennings, J. L., van der Heide, H. G., He, Q., Diavatopoulos, D., … Mooi, F. R. (2010). Correction: Comparative genomic profiling of Dutch clinical Bordetella pertussis isolates using DNA microarrays: identification of genes absent from epidemic strains. BMC Genomics, 11, 196. http://doi.org/10.1186/1471-2164-11-196&lt;br /&gt;
* PubMed Abstract:  http://www.biomedcentral.com/1471-2164/9/311#abs&lt;br /&gt;
* PubMed Central: &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/&amp;gt;&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/&lt;br /&gt;
* Publisher Full Text (PDF): &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/pdf/1471-2164-9-311.pdf&amp;gt;&lt;br /&gt;
* Copyright:  © 2008 King et al; licensee BioMed Central Ltd.This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.&lt;br /&gt;
* Publisher: BMC Genomics&lt;br /&gt;
* Availability: online access&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
&lt;br /&gt;
#8&lt;br /&gt;
&lt;br /&gt;
*Nakamura, M. M., Liew, S.-Y., Cummings, C. A., Brinig, M. M., Dieterich, C., &amp;amp; Relman, D. A. (2006). Growth Phase- and Nutrient Limitation-Associated Transcript Abundance Regulation in Bordetella pertussis  . Infection and Immunity, 74(10), 5537–5548. http://doi.org/10.1128/IAI.00781-06&lt;br /&gt;
* PubMed Abstract:  &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1594893/?report=reader#__abstractid499869title&amp;gt;&lt;br /&gt;
* PubMed Central: &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1594893/&amp;gt;&lt;br /&gt;
* Publisher Full Text (HTML): &amp;lt;http://iai.asm.org/content/74/10/5537.full&amp;gt;&lt;br /&gt;
* Publisher Full Text (PDF):  &amp;lt;http://iai.asm.org/content/74/10/5537.full.pdf+html&amp;gt;&lt;br /&gt;
* Copyright: © 2006, American Society for Microbiology&lt;br /&gt;
* Publisher: Infection and Immunity&lt;br /&gt;
* Availability: online access&lt;br /&gt;
* Did LMU pay a fee for this article: no!--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Msaeedi23</name></author>	</entry>

	<entry>
		<id>https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=File:Systemstable_cw20151201.png&amp;diff=7177</id>
		<title>File:Systemstable cw20151201.png</title>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=File:Systemstable_cw20151201.png&amp;diff=7177"/>
				<updated>2015-12-03T23:39:21Z</updated>
		
		<summary type="html">&lt;p&gt;Msaeedi23: Msaeedi23 uploaded a new version of File:Systemstable cw20151201.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;cw20151201- systems table listing in microsoft access&lt;/div&gt;</summary>
		<author><name>Msaeedi23</name></author>	</entry>

	<entry>
		<id>https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=The_Class_Whoopers&amp;diff=7175</id>
		<title>The Class Whoopers</title>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=The_Class_Whoopers&amp;diff=7175"/>
				<updated>2015-12-03T23:38:55Z</updated>
		
		<summary type="html">&lt;p&gt;Msaeedi23: /* Screenshots */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Team Information &amp;amp; Links =&lt;br /&gt;
&lt;br /&gt;
{{Template:Class Whoopers}}&lt;br /&gt;
&lt;br /&gt;
=Weekly Updates=&lt;br /&gt;
==Week 14==&lt;br /&gt;
===Screenshots===&lt;br /&gt;
[[File: ORFissue_cw20151119.png]]&lt;br /&gt;
&lt;br /&gt;
===Goals===&lt;br /&gt;
===Progress===&lt;br /&gt;
===Meetings!===&lt;br /&gt;
&lt;br /&gt;
==Week 12==&lt;br /&gt;
===Goals===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Assignment due date:&amp;#039;&amp;#039;&amp;#039; Midnight Tuesday, November 24&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Coder:&amp;#039;&amp;#039;&amp;#039; Set up a GitHub repository clone of the XMLPipeDB project on your development device, the development rig, and the initial as-is build for gmbuilder. Complete an import-export cycle in association with QA.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Quality Assurance:&amp;#039;&amp;#039;&amp;#039; Complete an import-export cycle for the 1st &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene database. Complete a Gene Database Testing Report for this export.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;GenMAPP Users:&amp;#039;&amp;#039;&amp;#039; Create a Master Raw Data file that contains the IDs and columns of data required for further analysis. Consult with Dr. Dahlquist on how to process the data (normalization, statistics).&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Brandon (Quality Assurance and Interim Coder):&amp;#039;&amp;#039;&amp;#039; This week, I focused on completing an import-export cycle for our first &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene database- [[File:Bpertussis-std cw20151119.zip]]. With my QA hat, I imported the appropriate data, exported the gene database, and discussed the gene database creation &amp;amp; counting protocol here- [[Gene Database Testing Report- cw20151119]]. With my Coder hat, I followed the instructions on the [[Coder| Coder Guild Page]] to setup a GitHub repository clone of the XMLPipdeDB project on my personal laptop, the Eclipse developer rig, and the initial as-is build for gmbuilder. The electronic lab notebook for my QA and Coder work is present on my [[Bklein7 Week 12| Week 12 Page]]. Finally, I wrote a PowerPoint presentation on our genome sequencing paper, which is linked to on my [[Bklein7 Week 12| Week 12 Page]] as well. &lt;br /&gt;
**[[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 18:48, 23 November 2015 (PST)&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Lena (GenMAPP):&amp;#039;&amp;#039;&amp;#039; I worked on downloading the correct data sample files from the provided files on the microarray paper page. The files were unzipped and prepared to be imported into excel. In excel, the data was manipulated to form a spreadsheet that had all of the gene IDs from the different samples with their appropriate columns to be analyzed. The corrections and further manipulations of the data are to be continued to be done in the coming week in order to create the desired dataset to be exported from excel. [[File:Bpertussis CompiledRawData MS2015.xlsx]]&lt;br /&gt;
**[[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 17:33, 23 November 2015 (PST)&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Mahrad (GenMAPP)&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Nicole&amp;#039;&amp;#039;&amp;#039; was absent this week. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 18:52, 23 November 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Meetings! ===&lt;br /&gt;
* Monday, November 23: Seaver 120- Brandon and Lena met to work on the GenMAPP testing of the gene IDs from our database.&lt;br /&gt;
&lt;br /&gt;
==Week 11==&lt;br /&gt;
===Goals===&lt;br /&gt;
* For all:&lt;br /&gt;
** Outline your assigned paper on your user page and include a list of 10 defined terms from the paper.&lt;br /&gt;
*Nicole &amp;amp; Brandon&lt;br /&gt;
**Prepare Journal Club presentation on the designated genome sequencing article&lt;br /&gt;
**Slides Due: by midnight, Tuesday, November 17&lt;br /&gt;
**Presentation Date: Tuesday, November 24&lt;br /&gt;
*Lena &amp;amp; Mahrad&lt;br /&gt;
**Prepare Journal Club presentation on the designated microarray paper&lt;br /&gt;
**Slides Due: by midnight, Tuesday, November 17&lt;br /&gt;
**Presentation Date: Tuesday, November 17&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*Nicole Anguiano (Coder): Nicole was absent this week for a medical emergency and is (hopefully) getting some much deserved rest. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 23:14, 16 November 2015 (PST)&lt;br /&gt;
*Brandon Klein (QA): This week I made several edits to the [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/The_Class_Whoopers Class Whoopers Team Page] in accordance with the [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/Week_11 Week 11 assignment]. These edits included the following: revising the Class Whoopers template, reorganizing the Team Page structure, commenting out unneeded articles in the annotated bibliography, creating the new bibliography entry as requested by Dr. Dahlquist, and writing the naming conventions for our files. Additionally, I outlined our genome sequencing paper for &amp;quot;Bordetella pertussis&amp;quot; and assessed the [http://www.genedb.org/Homepage/Bpertussis GeneDB MOD] on my [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/Bklein7_Week_11#Identifying_the_Bordetella_Pertussis_MOD Week 11 Individual Journal Entry]. A preliminary draft of the genome sequencing paper that I will likely be presenting solo was uploaded there. Finally, I kept tabs on group members as the interim Project Manager. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 23:14, 16 November 2015 (PST)&lt;br /&gt;
*Lena Olufson (GennMAPP): This week Mahrad and I met up and analyzed the microarray paper together. We split up the powerpoint into two halves; I did the introduction/significance of the study as well as the methods performed. Mahrad and I created our presentation together and worked through a google doc to edit it simultaneously as we discussed out loud. We also created a flow chart together that demonstrated the experimental design, thus we have the same ones included in our individual assignments. We made sure to check in with the temporary project manager and keep him updated on our progress. [[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 23:24, 16 November 2015 (PST) &lt;br /&gt;
*Mahrad Saeedi (GennMAPP): This week Lena and I worked on analyzing the microarray paper and creating an outline. We each defined 10 terms separately based upon words we didn&amp;#039;t recognize in the article. We then proceeded to producing the powerpoint presentation for journal club. &lt;br /&gt;
[[User:Msaeedi23|Msaeedi23]] ([[User talk:Msaeedi23|talk]]) 23:46, 16 November 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Meetings! ===&lt;br /&gt;
*11/15- Lena &amp;amp; Mahrad met to work on outlining article and answering questions&lt;br /&gt;
*11/16- Lena &amp;amp; Mahrad met to prepare powerpoint presentation for journal club&lt;br /&gt;
&lt;br /&gt;
==Week 10==&lt;br /&gt;
===Goals===&lt;br /&gt;
* For all:&lt;br /&gt;
** Create an annotated bibliography including one genome sequencing paper and two microarray experiments for Bordetella pertussis&lt;br /&gt;
** Create/update team page &amp;amp; compile group annotated bibliography&lt;br /&gt;
** Assignment due date: Midnight Tuesday, November 10&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*All group members created annotated bibliographies and compiled them on the newly created group page.&lt;br /&gt;
&lt;br /&gt;
=== Meetings! ===&lt;br /&gt;
* Monday, November 9, 8pm-9pm, Seaver 120&lt;br /&gt;
&lt;br /&gt;
= Deliverables =&lt;br /&gt;
==File Naming Protocol==&lt;br /&gt;
All file types generated in this project will receive their own unique names composed of two key parts:&lt;br /&gt;
#Description&lt;br /&gt;
#*This will contain a brief, file-specific description of what content the file contains.&lt;br /&gt;
#*Descriptions for different versions of the same file will remain consistent.&lt;br /&gt;
#Identifier Tag&lt;br /&gt;
#*This tag will be listed as a suffix in the following form: &amp;quot;_cwYYYYMMDD&amp;quot;&lt;br /&gt;
#**cw- team name abbreviation&lt;br /&gt;
#**YYYYMMDD- date the file was created in the form year/month/day&lt;br /&gt;
&lt;br /&gt;
Additionally, the following file naming best practices will be observed when creating descriptions for new files:&lt;br /&gt;
*Our species will be referred to consistently as &amp;quot;bpertussis&amp;quot;.&lt;br /&gt;
*Files including microarray data taken from the paper by Hoo et al. (2014) will begin with &amp;quot;hoo&amp;quot;.&lt;br /&gt;
*Spaces will be written as underscores.&lt;br /&gt;
*No capitalization will be used.&lt;br /&gt;
*No special characters will be used.&lt;br /&gt;
*If sequential numbering systems are used, leading zeros will be included for clarity.&lt;br /&gt;
&lt;br /&gt;
Sample .xls file name: hoo_analyzed_data_cw20151122.xls&lt;br /&gt;
&lt;br /&gt;
==Files==&lt;br /&gt;
*GenMAPP Gene Database for assigned species (.gdb): &amp;#039;&amp;#039;&amp;#039;bpertussis-std_cwYYYYMMDD.gdb&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*ReadMe file to accompany the Gene Database (.pdf): &amp;#039;&amp;#039;&amp;#039;readme_bpertussis-std_external_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Include Gene Database Schema diagram in ReadMe: &amp;#039;&amp;#039;&amp;#039;bpertussis_schema_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Gene Database Testing Report for final submitted Gene Database (print from wiki to .pdf file): &amp;#039;&amp;#039;&amp;#039;bpertussis_gdb_report_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Processed and analyzed DNA microarray dataset (.xls): &amp;#039;&amp;#039;&amp;#039;hoo_analyzed_data_cwYYYYMMDD.xls&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*GenMAPP Expression Dataset file (.gex): &amp;#039;&amp;#039;&amp;#039;hoo_expression_dataset_cwYYYYMMDD.gex&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Filtered MAPPFinder Results (.xls): &amp;#039;&amp;#039;&amp;#039;hoo_mappfinder_results_cwYYYYMMDD.xls&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Sample MAPP file of a relevant biological pathway for your species (.mapp): &amp;#039;&amp;#039;&amp;#039;hoo_sample_mapp_cwYYYYMMDD.mapp&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Group Report describing the creation of the Gene Database and the biological analysis of the data (.doc or .pdf): &amp;#039;&amp;#039;&amp;#039;bpertussis_analysis_methods_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*PowerPoint presentation (.ppt, given on Tuesday, December 15): &amp;#039;&amp;#039;&amp;#039;bpertussis_analysis_presentation_cwYYYYMMDD.ppt&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
==Microarray Journal Club Presentation==&lt;br /&gt;
*[[File: Microarray_Journal_Club_Presentation.pdf]]&lt;br /&gt;
&lt;br /&gt;
= Annotated Bibliography =&lt;br /&gt;
== Genome Sequencing Paper ==&lt;br /&gt;
&lt;br /&gt;
Neither of these papers is the &amp;#039;&amp;#039;first&amp;#039;&amp;#039; to report the genome sequence of &amp;#039;&amp;#039;B. pertussis.&amp;#039;&amp;#039;  The paper that you will want to use is [http://www.nature.com/ng/journal/v35/n1/full/ng1227.html this one].  I found it by looking at the introduction and references of the Zhang et. al (2011) paper.  For your Week 11 assignment, please remove your annotated bibliography entries for the two papers below and create one for this new paper by Parkhill et al. (2003).  You will use the Parkhill paper for your project.  &amp;#039;&amp;#039;&amp;amp;mdash; [[User:Kdahlquist|Kdahlquist]] ([[User talk:Kdahlquist|talk]]) 09:54, 10 November 2015 (PST)&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
*Parkhill, J., Sebaihia, M., Preston, A., Murphy, L. D., et al. (2003). Comparative analysis of the genome sequences of Bordetella pertussis, Bordetella parapertussis and Bordetella bronchiseptica. Nature genetics, 35(1), 32-40. doi:10.1038/ng1227&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/12910271&lt;br /&gt;
* PubMed Central:  Not available on PubMed Central.&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.nature.com/ng/journal/v35/n1/full/ng1227.html&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.nature.com/ng/journal/v35/n1/pdf/ng1227.pdf&lt;br /&gt;
* Copyright: ©2003 Nature Publishing Group (information found on PDF version of article). This article is not Open Access, but it is freely available 6 months after publication.&lt;br /&gt;
* Publisher: Nature Publishing Group (for-profit).&lt;br /&gt;
* Availability: In print and online.&lt;br /&gt;
* Did LMU pay a fee for this article: Yes, LMU pays a subscription fee for access to the journal &amp;#039;&amp;#039;Nature Genetics&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
== Microarray Paper ==&lt;br /&gt;
&lt;br /&gt;
This paper is suitable for your project.  &amp;#039;&amp;#039;&amp;amp;mdash; [[User:Kdahlquist|Kdahlquist]] ([[User talk:Kdahlquist|talk]]) 10:04, 10 November 2015 (PST)&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Hoo, R., Lam, J.H., Huot, L., Pant, A., Li, R., Hot, D., &amp;amp; Alonso, S. (2014). Evidence for a Role of the Polysaccharide Capsule Transport Proteins in Pertussis Pathogenesis. PLoS ONE, 9(12):e115243. doi: 10.1371/journal.pone.0115243&lt;br /&gt;
* PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/25501560 &lt;br /&gt;
* PubMed Central: http://www.ncbi.nlm.nih.gov/pmc/articles/PMC4264864/&lt;br /&gt;
* Publisher Full Text (HTML): http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0115243&lt;br /&gt;
* Publisher Full Text (PDF): http://www.plosone.org/article/fetchObject.action?uri=info:doi/10.1371/journal.pone.0115243&amp;amp;representation=PDF&lt;br /&gt;
* Copyright: © 2014 Hoo et al. This is an open-access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited (info found [http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0115243 here]).&lt;br /&gt;
* Publisher: PLOS ONE (respected open access organization).&lt;br /&gt;
* Availability: Online only.&lt;br /&gt;
* Did LMU pay a fee for this article: No.&lt;br /&gt;
* Web site where the data resides: [http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE62088 NCBI GEO data]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--#2&lt;br /&gt;
*Brickman, T. J., Cummings, C. A., Liew, S.-Y., Relman, D. A., &amp;amp; Armstrong, S. K. (2011). Transcriptional Profiling of the Iron Starvation Response in Bordetella pertussis Provides New Insights into Siderophore Utilization and Virulence Gene Expression . Journal of Bacteriology, 193(18), 4798–4812. http://doi.org/10.1128/JB.05136-11&lt;br /&gt;
* ArrayExpress Abstract: https://www.ebi.ac.uk/arrayexpress/experiments/E-MEXP-3263/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC532028/&lt;br /&gt;
*PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/?term=Transcriptional+Profiling+of+the+Iron+Starvation+Response+in+Bordetella+pertussis+Provides+New+Insights+into+Siderophore+Utilization+and+Virulence+Gene+Expression&lt;br /&gt;
* Publisher Full Text (HTML): http://jb.asm.org/content/193/18/4798.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/193/18/4798.full.pdf+html &lt;br /&gt;
* Copyright:  2011 by the American Society for Microbiology &lt;br /&gt;
* Publisher:  Journal of Bacteriology &lt;br /&gt;
* Availability:  in print and online&lt;br /&gt;
* Did LMU pay a fee for this article: yes&lt;br /&gt;
*Link to where the microarray data resides: https://www.ebi.ac.uk/arrayexpress/experiments/E-MEXP-3263/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
&lt;br /&gt;
#3&lt;br /&gt;
King, A. J., van der Lee, S., Mohangoo, A., van Gent, M., van der Ark, A., &amp;amp; van de Waterbeemd, B. (2013). Genome-Wide Gene Expression Analysis of Bordetella pertussis Isolates Associated with a Resurgence in Pertussis: Elucidation of Factors Involved in the Increased Fitness of Epidemic Strains. PLoS ONE, 8(6): e66150. doi: 10.1371/journal.pone.0066150&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/23776625&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3679012/&lt;br /&gt;
* Publisher Full Text (HTML):  http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0066150&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.plosone.org/article/fetchObject.action?uri=info:doi/10.1371/journal.pone.0066150&amp;amp;representation=PDF&lt;br /&gt;
* Copyright: © 2013 King et al. This is an open-access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited. (info found [http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0066150 here])&lt;br /&gt;
* Publisher: PLOS ONE (respected open access organization)&lt;br /&gt;
* Availability: online only&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
* Web site where the data resides: [http://www.ebi.ac.uk/arrayexpress/experiments/E-MTAB-1594/samples/?keywords=Bordetella+pertussis&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&amp;amp;s_page=1&amp;amp;s_pagesize=100 EBI ArrayExpress Data]&lt;br /&gt;
&lt;br /&gt;
#4 (note, all of the papers from this point on involve additional species other than Bordetella pertussis)&lt;br /&gt;
&lt;br /&gt;
* Cummings, C. A., Bootsma, H. J., Relman, D. A., &amp;amp; Miller, J. F. (2006). Species-and strain-specific control of a complex, flexible regulon by Bordetella BvgAS. Journal of bacteriology, 188(5), 1775-1785.&lt;br /&gt;
* ArrayExpress Abstract: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-29/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1426559/&lt;br /&gt;
*PubMed Abstract:http://www.ncbi.nlm.nih.gov/pubmed/?term=Species-+and+Strain-Specific+Control+of+a+Complex%2C+Flexible+Regulon+by+Bordetella+BvgAS&lt;br /&gt;
* Publisher Full Text (HTML): http://jb.asm.org/content/188/5/1775.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/188/5/1775.full.pdf+html&lt;br /&gt;
* Copyright:  2006 by the American Society for Microbiology &lt;br /&gt;
* Publisher:  Journal of Bacteriology &lt;br /&gt;
* Availability:  in print and online&lt;br /&gt;
* Did LMU pay a fee for this article: yes&lt;br /&gt;
*Link to where the microarray data resides: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-29/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
&lt;br /&gt;
#5&lt;br /&gt;
&lt;br /&gt;
* Brinig, M., Register, K., Ackermann, M., &amp;amp; Relman, D. (2006). Genomic features of Bordetella parapertussis clades with distinct host species specificity. Genome Biology, 7(9). doi:doi:10.1186/gb-2006-7-9-r81&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/16956413?dopt=Abstract&amp;amp;holding=f1000,f1000m,isrctn&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1794550/&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.genomebiology.com/2006/7/9/R81&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.genomebiology.com/content/pdf/gb-2006-7-9-r81.pdf&lt;br /&gt;
* Copyright: Brinig et al.; licensee BioMed Central Ltd. (information found on the article); open access&lt;br /&gt;
* Publisher:  BioMed Central Ltd (for-profit publisher)&lt;br /&gt;
* Availability:  online&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
# What experiment was performed?  What was the &amp;quot;treatment&amp;quot; and what was the &amp;quot;control&amp;quot; in the experiment?&lt;br /&gt;
# Were replicate experiments of the &amp;quot;treatment&amp;quot; and &amp;quot;control&amp;quot; conditions conducted?  Were these biological or technical replicates?  How many of each?&lt;br /&gt;
* Link to microarray data: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-95/&lt;br /&gt;
&lt;br /&gt;
#6&lt;br /&gt;
&lt;br /&gt;
* Cummings, C., Bootsma, H., Relman, D., &amp;amp; Miller, J. (2006). Species- and Strain-Specific Control of a Complex, Flexible Regulon by Bordetella BvgAS. Journal of Bacteriology, 188(5), 1775-1785. doi:doi: 10.1128/JB.188.5.1775-1785.2006&lt;br /&gt;
* PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/16484188?dopt=Abstract&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1426559/&lt;br /&gt;
* Publisher Full Text (HTML):  http://jb.asm.org/content/188/5/1775.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/188/5/1775.full.pdf&lt;br /&gt;
* Copyright: American Society for Microbiology; open access&lt;br /&gt;
* Publisher:  American Society for Microbiology (professional organization for scientists)&lt;br /&gt;
* Availability:  online and in print&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
# What experiment was performed?  What was the &amp;quot;treatment&amp;quot; and what was the &amp;quot;control&amp;quot; in the experiment?&lt;br /&gt;
# Were replicate experiments of the &amp;quot;treatment&amp;quot; and &amp;quot;control&amp;quot; conditions conducted?  Were these biological or technical replicates?  How many of each?&lt;br /&gt;
* Link to microarray data: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-28/&lt;br /&gt;
&lt;br /&gt;
#7&lt;br /&gt;
&lt;br /&gt;
*King, A. J., van Gorkom, T., Pennings, J. L., van der Heide, H. G., He, Q., Diavatopoulos, D., … Mooi, F. R. (2010). Correction: Comparative genomic profiling of Dutch clinical Bordetella pertussis isolates using DNA microarrays: identification of genes absent from epidemic strains. BMC Genomics, 11, 196. http://doi.org/10.1186/1471-2164-11-196&lt;br /&gt;
* PubMed Abstract:  http://www.biomedcentral.com/1471-2164/9/311#abs&lt;br /&gt;
* PubMed Central: &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/&amp;gt;&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/&lt;br /&gt;
* Publisher Full Text (PDF): &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/pdf/1471-2164-9-311.pdf&amp;gt;&lt;br /&gt;
* Copyright:  © 2008 King et al; licensee BioMed Central Ltd.This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.&lt;br /&gt;
* Publisher: BMC Genomics&lt;br /&gt;
* Availability: online access&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
&lt;br /&gt;
#8&lt;br /&gt;
&lt;br /&gt;
*Nakamura, M. M., Liew, S.-Y., Cummings, C. A., Brinig, M. M., Dieterich, C., &amp;amp; Relman, D. A. (2006). Growth Phase- and Nutrient Limitation-Associated Transcript Abundance Regulation in Bordetella pertussis  . Infection and Immunity, 74(10), 5537–5548. http://doi.org/10.1128/IAI.00781-06&lt;br /&gt;
* PubMed Abstract:  &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1594893/?report=reader#__abstractid499869title&amp;gt;&lt;br /&gt;
* PubMed Central: &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1594893/&amp;gt;&lt;br /&gt;
* Publisher Full Text (HTML): &amp;lt;http://iai.asm.org/content/74/10/5537.full&amp;gt;&lt;br /&gt;
* Publisher Full Text (PDF):  &amp;lt;http://iai.asm.org/content/74/10/5537.full.pdf+html&amp;gt;&lt;br /&gt;
* Copyright: © 2006, American Society for Microbiology&lt;br /&gt;
* Publisher: Infection and Immunity&lt;br /&gt;
* Availability: online access&lt;br /&gt;
* Did LMU pay a fee for this article: no!--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Msaeedi23</name></author>	</entry>

	<entry>
		<id>https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=The_Class_Whoopers&amp;diff=7176</id>
		<title>The Class Whoopers</title>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=The_Class_Whoopers&amp;diff=7176"/>
				<updated>2015-12-03T23:38:55Z</updated>
		
		<summary type="html">&lt;p&gt;Msaeedi23: /* Screenshots */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Team Information &amp;amp; Links =&lt;br /&gt;
&lt;br /&gt;
{{Template:Class Whoopers}}&lt;br /&gt;
&lt;br /&gt;
=Weekly Updates=&lt;br /&gt;
==Week 14==&lt;br /&gt;
===Screenshots===&lt;br /&gt;
[[File: ORFissue_cw20151119.png]]&lt;br /&gt;
&lt;br /&gt;
===Goals===&lt;br /&gt;
===Progress===&lt;br /&gt;
===Meetings!===&lt;br /&gt;
&lt;br /&gt;
==Week 12==&lt;br /&gt;
===Goals===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Assignment due date:&amp;#039;&amp;#039;&amp;#039; Midnight Tuesday, November 24&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Coder:&amp;#039;&amp;#039;&amp;#039; Set up a GitHub repository clone of the XMLPipeDB project on your development device, the development rig, and the initial as-is build for gmbuilder. Complete an import-export cycle in association with QA.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Quality Assurance:&amp;#039;&amp;#039;&amp;#039; Complete an import-export cycle for the 1st &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene database. Complete a Gene Database Testing Report for this export.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;GenMAPP Users:&amp;#039;&amp;#039;&amp;#039; Create a Master Raw Data file that contains the IDs and columns of data required for further analysis. Consult with Dr. Dahlquist on how to process the data (normalization, statistics).&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Brandon (Quality Assurance and Interim Coder):&amp;#039;&amp;#039;&amp;#039; This week, I focused on completing an import-export cycle for our first &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene database- [[File:Bpertussis-std cw20151119.zip]]. With my QA hat, I imported the appropriate data, exported the gene database, and discussed the gene database creation &amp;amp; counting protocol here- [[Gene Database Testing Report- cw20151119]]. With my Coder hat, I followed the instructions on the [[Coder| Coder Guild Page]] to setup a GitHub repository clone of the XMLPipdeDB project on my personal laptop, the Eclipse developer rig, and the initial as-is build for gmbuilder. The electronic lab notebook for my QA and Coder work is present on my [[Bklein7 Week 12| Week 12 Page]]. Finally, I wrote a PowerPoint presentation on our genome sequencing paper, which is linked to on my [[Bklein7 Week 12| Week 12 Page]] as well. &lt;br /&gt;
**[[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 18:48, 23 November 2015 (PST)&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Lena (GenMAPP):&amp;#039;&amp;#039;&amp;#039; I worked on downloading the correct data sample files from the provided files on the microarray paper page. The files were unzipped and prepared to be imported into excel. In excel, the data was manipulated to form a spreadsheet that had all of the gene IDs from the different samples with their appropriate columns to be analyzed. The corrections and further manipulations of the data are to be continued to be done in the coming week in order to create the desired dataset to be exported from excel. [[File:Bpertussis CompiledRawData MS2015.xlsx]]&lt;br /&gt;
**[[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 17:33, 23 November 2015 (PST)&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Mahrad (GenMAPP)&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Nicole&amp;#039;&amp;#039;&amp;#039; was absent this week. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 18:52, 23 November 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Meetings! ===&lt;br /&gt;
* Monday, November 23: Seaver 120- Brandon and Lena met to work on the GenMAPP testing of the gene IDs from our database.&lt;br /&gt;
&lt;br /&gt;
==Week 11==&lt;br /&gt;
===Goals===&lt;br /&gt;
* For all:&lt;br /&gt;
** Outline your assigned paper on your user page and include a list of 10 defined terms from the paper.&lt;br /&gt;
*Nicole &amp;amp; Brandon&lt;br /&gt;
**Prepare Journal Club presentation on the designated genome sequencing article&lt;br /&gt;
**Slides Due: by midnight, Tuesday, November 17&lt;br /&gt;
**Presentation Date: Tuesday, November 24&lt;br /&gt;
*Lena &amp;amp; Mahrad&lt;br /&gt;
**Prepare Journal Club presentation on the designated microarray paper&lt;br /&gt;
**Slides Due: by midnight, Tuesday, November 17&lt;br /&gt;
**Presentation Date: Tuesday, November 17&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*Nicole Anguiano (Coder): Nicole was absent this week for a medical emergency and is (hopefully) getting some much deserved rest. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 23:14, 16 November 2015 (PST)&lt;br /&gt;
*Brandon Klein (QA): This week I made several edits to the [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/The_Class_Whoopers Class Whoopers Team Page] in accordance with the [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/Week_11 Week 11 assignment]. These edits included the following: revising the Class Whoopers template, reorganizing the Team Page structure, commenting out unneeded articles in the annotated bibliography, creating the new bibliography entry as requested by Dr. Dahlquist, and writing the naming conventions for our files. Additionally, I outlined our genome sequencing paper for &amp;quot;Bordetella pertussis&amp;quot; and assessed the [http://www.genedb.org/Homepage/Bpertussis GeneDB MOD] on my [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/Bklein7_Week_11#Identifying_the_Bordetella_Pertussis_MOD Week 11 Individual Journal Entry]. A preliminary draft of the genome sequencing paper that I will likely be presenting solo was uploaded there. Finally, I kept tabs on group members as the interim Project Manager. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 23:14, 16 November 2015 (PST)&lt;br /&gt;
*Lena Olufson (GennMAPP): This week Mahrad and I met up and analyzed the microarray paper together. We split up the powerpoint into two halves; I did the introduction/significance of the study as well as the methods performed. Mahrad and I created our presentation together and worked through a google doc to edit it simultaneously as we discussed out loud. We also created a flow chart together that demonstrated the experimental design, thus we have the same ones included in our individual assignments. We made sure to check in with the temporary project manager and keep him updated on our progress. [[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 23:24, 16 November 2015 (PST) &lt;br /&gt;
*Mahrad Saeedi (GennMAPP): This week Lena and I worked on analyzing the microarray paper and creating an outline. We each defined 10 terms separately based upon words we didn&amp;#039;t recognize in the article. We then proceeded to producing the powerpoint presentation for journal club. &lt;br /&gt;
[[User:Msaeedi23|Msaeedi23]] ([[User talk:Msaeedi23|talk]]) 23:46, 16 November 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Meetings! ===&lt;br /&gt;
*11/15- Lena &amp;amp; Mahrad met to work on outlining article and answering questions&lt;br /&gt;
*11/16- Lena &amp;amp; Mahrad met to prepare powerpoint presentation for journal club&lt;br /&gt;
&lt;br /&gt;
==Week 10==&lt;br /&gt;
===Goals===&lt;br /&gt;
* For all:&lt;br /&gt;
** Create an annotated bibliography including one genome sequencing paper and two microarray experiments for Bordetella pertussis&lt;br /&gt;
** Create/update team page &amp;amp; compile group annotated bibliography&lt;br /&gt;
** Assignment due date: Midnight Tuesday, November 10&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*All group members created annotated bibliographies and compiled them on the newly created group page.&lt;br /&gt;
&lt;br /&gt;
=== Meetings! ===&lt;br /&gt;
* Monday, November 9, 8pm-9pm, Seaver 120&lt;br /&gt;
&lt;br /&gt;
= Deliverables =&lt;br /&gt;
==File Naming Protocol==&lt;br /&gt;
All file types generated in this project will receive their own unique names composed of two key parts:&lt;br /&gt;
#Description&lt;br /&gt;
#*This will contain a brief, file-specific description of what content the file contains.&lt;br /&gt;
#*Descriptions for different versions of the same file will remain consistent.&lt;br /&gt;
#Identifier Tag&lt;br /&gt;
#*This tag will be listed as a suffix in the following form: &amp;quot;_cwYYYYMMDD&amp;quot;&lt;br /&gt;
#**cw- team name abbreviation&lt;br /&gt;
#**YYYYMMDD- date the file was created in the form year/month/day&lt;br /&gt;
&lt;br /&gt;
Additionally, the following file naming best practices will be observed when creating descriptions for new files:&lt;br /&gt;
*Our species will be referred to consistently as &amp;quot;bpertussis&amp;quot;.&lt;br /&gt;
*Files including microarray data taken from the paper by Hoo et al. (2014) will begin with &amp;quot;hoo&amp;quot;.&lt;br /&gt;
*Spaces will be written as underscores.&lt;br /&gt;
*No capitalization will be used.&lt;br /&gt;
*No special characters will be used.&lt;br /&gt;
*If sequential numbering systems are used, leading zeros will be included for clarity.&lt;br /&gt;
&lt;br /&gt;
Sample .xls file name: hoo_analyzed_data_cw20151122.xls&lt;br /&gt;
&lt;br /&gt;
==Files==&lt;br /&gt;
*GenMAPP Gene Database for assigned species (.gdb): &amp;#039;&amp;#039;&amp;#039;bpertussis-std_cwYYYYMMDD.gdb&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*ReadMe file to accompany the Gene Database (.pdf): &amp;#039;&amp;#039;&amp;#039;readme_bpertussis-std_external_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Include Gene Database Schema diagram in ReadMe: &amp;#039;&amp;#039;&amp;#039;bpertussis_schema_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Gene Database Testing Report for final submitted Gene Database (print from wiki to .pdf file): &amp;#039;&amp;#039;&amp;#039;bpertussis_gdb_report_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Processed and analyzed DNA microarray dataset (.xls): &amp;#039;&amp;#039;&amp;#039;hoo_analyzed_data_cwYYYYMMDD.xls&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*GenMAPP Expression Dataset file (.gex): &amp;#039;&amp;#039;&amp;#039;hoo_expression_dataset_cwYYYYMMDD.gex&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Filtered MAPPFinder Results (.xls): &amp;#039;&amp;#039;&amp;#039;hoo_mappfinder_results_cwYYYYMMDD.xls&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Sample MAPP file of a relevant biological pathway for your species (.mapp): &amp;#039;&amp;#039;&amp;#039;hoo_sample_mapp_cwYYYYMMDD.mapp&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Group Report describing the creation of the Gene Database and the biological analysis of the data (.doc or .pdf): &amp;#039;&amp;#039;&amp;#039;bpertussis_analysis_methods_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*PowerPoint presentation (.ppt, given on Tuesday, December 15): &amp;#039;&amp;#039;&amp;#039;bpertussis_analysis_presentation_cwYYYYMMDD.ppt&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
==Microarray Journal Club Presentation==&lt;br /&gt;
*[[File: Microarray_Journal_Club_Presentation.pdf]]&lt;br /&gt;
&lt;br /&gt;
= Annotated Bibliography =&lt;br /&gt;
== Genome Sequencing Paper ==&lt;br /&gt;
&lt;br /&gt;
Neither of these papers is the &amp;#039;&amp;#039;first&amp;#039;&amp;#039; to report the genome sequence of &amp;#039;&amp;#039;B. pertussis.&amp;#039;&amp;#039;  The paper that you will want to use is [http://www.nature.com/ng/journal/v35/n1/full/ng1227.html this one].  I found it by looking at the introduction and references of the Zhang et. al (2011) paper.  For your Week 11 assignment, please remove your annotated bibliography entries for the two papers below and create one for this new paper by Parkhill et al. (2003).  You will use the Parkhill paper for your project.  &amp;#039;&amp;#039;&amp;amp;mdash; [[User:Kdahlquist|Kdahlquist]] ([[User talk:Kdahlquist|talk]]) 09:54, 10 November 2015 (PST)&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
*Parkhill, J., Sebaihia, M., Preston, A., Murphy, L. D., et al. (2003). Comparative analysis of the genome sequences of Bordetella pertussis, Bordetella parapertussis and Bordetella bronchiseptica. Nature genetics, 35(1), 32-40. doi:10.1038/ng1227&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/12910271&lt;br /&gt;
* PubMed Central:  Not available on PubMed Central.&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.nature.com/ng/journal/v35/n1/full/ng1227.html&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.nature.com/ng/journal/v35/n1/pdf/ng1227.pdf&lt;br /&gt;
* Copyright: ©2003 Nature Publishing Group (information found on PDF version of article). This article is not Open Access, but it is freely available 6 months after publication.&lt;br /&gt;
* Publisher: Nature Publishing Group (for-profit).&lt;br /&gt;
* Availability: In print and online.&lt;br /&gt;
* Did LMU pay a fee for this article: Yes, LMU pays a subscription fee for access to the journal &amp;#039;&amp;#039;Nature Genetics&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
== Microarray Paper ==&lt;br /&gt;
&lt;br /&gt;
This paper is suitable for your project.  &amp;#039;&amp;#039;&amp;amp;mdash; [[User:Kdahlquist|Kdahlquist]] ([[User talk:Kdahlquist|talk]]) 10:04, 10 November 2015 (PST)&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Hoo, R., Lam, J.H., Huot, L., Pant, A., Li, R., Hot, D., &amp;amp; Alonso, S. (2014). Evidence for a Role of the Polysaccharide Capsule Transport Proteins in Pertussis Pathogenesis. PLoS ONE, 9(12):e115243. doi: 10.1371/journal.pone.0115243&lt;br /&gt;
* PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/25501560 &lt;br /&gt;
* PubMed Central: http://www.ncbi.nlm.nih.gov/pmc/articles/PMC4264864/&lt;br /&gt;
* Publisher Full Text (HTML): http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0115243&lt;br /&gt;
* Publisher Full Text (PDF): http://www.plosone.org/article/fetchObject.action?uri=info:doi/10.1371/journal.pone.0115243&amp;amp;representation=PDF&lt;br /&gt;
* Copyright: © 2014 Hoo et al. This is an open-access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited (info found [http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0115243 here]).&lt;br /&gt;
* Publisher: PLOS ONE (respected open access organization).&lt;br /&gt;
* Availability: Online only.&lt;br /&gt;
* Did LMU pay a fee for this article: No.&lt;br /&gt;
* Web site where the data resides: [http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE62088 NCBI GEO data]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--#2&lt;br /&gt;
*Brickman, T. J., Cummings, C. A., Liew, S.-Y., Relman, D. A., &amp;amp; Armstrong, S. K. (2011). Transcriptional Profiling of the Iron Starvation Response in Bordetella pertussis Provides New Insights into Siderophore Utilization and Virulence Gene Expression . Journal of Bacteriology, 193(18), 4798–4812. http://doi.org/10.1128/JB.05136-11&lt;br /&gt;
* ArrayExpress Abstract: https://www.ebi.ac.uk/arrayexpress/experiments/E-MEXP-3263/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC532028/&lt;br /&gt;
*PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/?term=Transcriptional+Profiling+of+the+Iron+Starvation+Response+in+Bordetella+pertussis+Provides+New+Insights+into+Siderophore+Utilization+and+Virulence+Gene+Expression&lt;br /&gt;
* Publisher Full Text (HTML): http://jb.asm.org/content/193/18/4798.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/193/18/4798.full.pdf+html &lt;br /&gt;
* Copyright:  2011 by the American Society for Microbiology &lt;br /&gt;
* Publisher:  Journal of Bacteriology &lt;br /&gt;
* Availability:  in print and online&lt;br /&gt;
* Did LMU pay a fee for this article: yes&lt;br /&gt;
*Link to where the microarray data resides: https://www.ebi.ac.uk/arrayexpress/experiments/E-MEXP-3263/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
&lt;br /&gt;
#3&lt;br /&gt;
King, A. J., van der Lee, S., Mohangoo, A., van Gent, M., van der Ark, A., &amp;amp; van de Waterbeemd, B. (2013). Genome-Wide Gene Expression Analysis of Bordetella pertussis Isolates Associated with a Resurgence in Pertussis: Elucidation of Factors Involved in the Increased Fitness of Epidemic Strains. PLoS ONE, 8(6): e66150. doi: 10.1371/journal.pone.0066150&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/23776625&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3679012/&lt;br /&gt;
* Publisher Full Text (HTML):  http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0066150&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.plosone.org/article/fetchObject.action?uri=info:doi/10.1371/journal.pone.0066150&amp;amp;representation=PDF&lt;br /&gt;
* Copyright: © 2013 King et al. This is an open-access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited. (info found [http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0066150 here])&lt;br /&gt;
* Publisher: PLOS ONE (respected open access organization)&lt;br /&gt;
* Availability: online only&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
* Web site where the data resides: [http://www.ebi.ac.uk/arrayexpress/experiments/E-MTAB-1594/samples/?keywords=Bordetella+pertussis&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&amp;amp;s_page=1&amp;amp;s_pagesize=100 EBI ArrayExpress Data]&lt;br /&gt;
&lt;br /&gt;
#4 (note, all of the papers from this point on involve additional species other than Bordetella pertussis)&lt;br /&gt;
&lt;br /&gt;
* Cummings, C. A., Bootsma, H. J., Relman, D. A., &amp;amp; Miller, J. F. (2006). Species-and strain-specific control of a complex, flexible regulon by Bordetella BvgAS. Journal of bacteriology, 188(5), 1775-1785.&lt;br /&gt;
* ArrayExpress Abstract: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-29/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1426559/&lt;br /&gt;
*PubMed Abstract:http://www.ncbi.nlm.nih.gov/pubmed/?term=Species-+and+Strain-Specific+Control+of+a+Complex%2C+Flexible+Regulon+by+Bordetella+BvgAS&lt;br /&gt;
* Publisher Full Text (HTML): http://jb.asm.org/content/188/5/1775.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/188/5/1775.full.pdf+html&lt;br /&gt;
* Copyright:  2006 by the American Society for Microbiology &lt;br /&gt;
* Publisher:  Journal of Bacteriology &lt;br /&gt;
* Availability:  in print and online&lt;br /&gt;
* Did LMU pay a fee for this article: yes&lt;br /&gt;
*Link to where the microarray data resides: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-29/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
&lt;br /&gt;
#5&lt;br /&gt;
&lt;br /&gt;
* Brinig, M., Register, K., Ackermann, M., &amp;amp; Relman, D. (2006). Genomic features of Bordetella parapertussis clades with distinct host species specificity. Genome Biology, 7(9). doi:doi:10.1186/gb-2006-7-9-r81&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/16956413?dopt=Abstract&amp;amp;holding=f1000,f1000m,isrctn&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1794550/&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.genomebiology.com/2006/7/9/R81&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.genomebiology.com/content/pdf/gb-2006-7-9-r81.pdf&lt;br /&gt;
* Copyright: Brinig et al.; licensee BioMed Central Ltd. (information found on the article); open access&lt;br /&gt;
* Publisher:  BioMed Central Ltd (for-profit publisher)&lt;br /&gt;
* Availability:  online&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
# What experiment was performed?  What was the &amp;quot;treatment&amp;quot; and what was the &amp;quot;control&amp;quot; in the experiment?&lt;br /&gt;
# Were replicate experiments of the &amp;quot;treatment&amp;quot; and &amp;quot;control&amp;quot; conditions conducted?  Were these biological or technical replicates?  How many of each?&lt;br /&gt;
* Link to microarray data: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-95/&lt;br /&gt;
&lt;br /&gt;
#6&lt;br /&gt;
&lt;br /&gt;
* Cummings, C., Bootsma, H., Relman, D., &amp;amp; Miller, J. (2006). Species- and Strain-Specific Control of a Complex, Flexible Regulon by Bordetella BvgAS. Journal of Bacteriology, 188(5), 1775-1785. doi:doi: 10.1128/JB.188.5.1775-1785.2006&lt;br /&gt;
* PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/16484188?dopt=Abstract&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1426559/&lt;br /&gt;
* Publisher Full Text (HTML):  http://jb.asm.org/content/188/5/1775.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/188/5/1775.full.pdf&lt;br /&gt;
* Copyright: American Society for Microbiology; open access&lt;br /&gt;
* Publisher:  American Society for Microbiology (professional organization for scientists)&lt;br /&gt;
* Availability:  online and in print&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
# What experiment was performed?  What was the &amp;quot;treatment&amp;quot; and what was the &amp;quot;control&amp;quot; in the experiment?&lt;br /&gt;
# Were replicate experiments of the &amp;quot;treatment&amp;quot; and &amp;quot;control&amp;quot; conditions conducted?  Were these biological or technical replicates?  How many of each?&lt;br /&gt;
* Link to microarray data: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-28/&lt;br /&gt;
&lt;br /&gt;
#7&lt;br /&gt;
&lt;br /&gt;
*King, A. J., van Gorkom, T., Pennings, J. L., van der Heide, H. G., He, Q., Diavatopoulos, D., … Mooi, F. R. (2010). Correction: Comparative genomic profiling of Dutch clinical Bordetella pertussis isolates using DNA microarrays: identification of genes absent from epidemic strains. BMC Genomics, 11, 196. http://doi.org/10.1186/1471-2164-11-196&lt;br /&gt;
* PubMed Abstract:  http://www.biomedcentral.com/1471-2164/9/311#abs&lt;br /&gt;
* PubMed Central: &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/&amp;gt;&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/&lt;br /&gt;
* Publisher Full Text (PDF): &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/pdf/1471-2164-9-311.pdf&amp;gt;&lt;br /&gt;
* Copyright:  © 2008 King et al; licensee BioMed Central Ltd.This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.&lt;br /&gt;
* Publisher: BMC Genomics&lt;br /&gt;
* Availability: online access&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
&lt;br /&gt;
#8&lt;br /&gt;
&lt;br /&gt;
*Nakamura, M. M., Liew, S.-Y., Cummings, C. A., Brinig, M. M., Dieterich, C., &amp;amp; Relman, D. A. (2006). Growth Phase- and Nutrient Limitation-Associated Transcript Abundance Regulation in Bordetella pertussis  . Infection and Immunity, 74(10), 5537–5548. http://doi.org/10.1128/IAI.00781-06&lt;br /&gt;
* PubMed Abstract:  &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1594893/?report=reader#__abstractid499869title&amp;gt;&lt;br /&gt;
* PubMed Central: &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1594893/&amp;gt;&lt;br /&gt;
* Publisher Full Text (HTML): &amp;lt;http://iai.asm.org/content/74/10/5537.full&amp;gt;&lt;br /&gt;
* Publisher Full Text (PDF):  &amp;lt;http://iai.asm.org/content/74/10/5537.full.pdf+html&amp;gt;&lt;br /&gt;
* Copyright: © 2006, American Society for Microbiology&lt;br /&gt;
* Publisher: Infection and Immunity&lt;br /&gt;
* Availability: online access&lt;br /&gt;
* Did LMU pay a fee for this article: no!--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Msaeedi23</name></author>	</entry>

	<entry>
		<id>https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=File:ORFissue_cw20151119.png&amp;diff=7174</id>
		<title>File:ORFissue cw20151119.png</title>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=File:ORFissue_cw20151119.png&amp;diff=7174"/>
				<updated>2015-12-03T23:38:32Z</updated>
		
		<summary type="html">&lt;p&gt;Msaeedi23: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Msaeedi23</name></author>	</entry>

	<entry>
		<id>https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=The_Class_Whoopers&amp;diff=7173</id>
		<title>The Class Whoopers</title>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=The_Class_Whoopers&amp;diff=7173"/>
				<updated>2015-12-03T23:38:16Z</updated>
		
		<summary type="html">&lt;p&gt;Msaeedi23: /* Week 14 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Team Information &amp;amp; Links =&lt;br /&gt;
&lt;br /&gt;
{{Template:Class Whoopers}}&lt;br /&gt;
&lt;br /&gt;
=Weekly Updates=&lt;br /&gt;
==Week 14==&lt;br /&gt;
===Screenshots===&lt;br /&gt;
[[File: ORFissue_cw20151119.png]]&lt;br /&gt;
===Goals===&lt;br /&gt;
===Progress===&lt;br /&gt;
===Meetings!===&lt;br /&gt;
&lt;br /&gt;
==Week 12==&lt;br /&gt;
===Goals===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Assignment due date:&amp;#039;&amp;#039;&amp;#039; Midnight Tuesday, November 24&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Coder:&amp;#039;&amp;#039;&amp;#039; Set up a GitHub repository clone of the XMLPipeDB project on your development device, the development rig, and the initial as-is build for gmbuilder. Complete an import-export cycle in association with QA.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Quality Assurance:&amp;#039;&amp;#039;&amp;#039; Complete an import-export cycle for the 1st &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene database. Complete a Gene Database Testing Report for this export.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;GenMAPP Users:&amp;#039;&amp;#039;&amp;#039; Create a Master Raw Data file that contains the IDs and columns of data required for further analysis. Consult with Dr. Dahlquist on how to process the data (normalization, statistics).&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Brandon (Quality Assurance and Interim Coder):&amp;#039;&amp;#039;&amp;#039; This week, I focused on completing an import-export cycle for our first &amp;#039;&amp;#039;Bordetella pertussis&amp;#039;&amp;#039; gene database- [[File:Bpertussis-std cw20151119.zip]]. With my QA hat, I imported the appropriate data, exported the gene database, and discussed the gene database creation &amp;amp; counting protocol here- [[Gene Database Testing Report- cw20151119]]. With my Coder hat, I followed the instructions on the [[Coder| Coder Guild Page]] to setup a GitHub repository clone of the XMLPipdeDB project on my personal laptop, the Eclipse developer rig, and the initial as-is build for gmbuilder. The electronic lab notebook for my QA and Coder work is present on my [[Bklein7 Week 12| Week 12 Page]]. Finally, I wrote a PowerPoint presentation on our genome sequencing paper, which is linked to on my [[Bklein7 Week 12| Week 12 Page]] as well. &lt;br /&gt;
**[[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 18:48, 23 November 2015 (PST)&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Lena (GenMAPP):&amp;#039;&amp;#039;&amp;#039; I worked on downloading the correct data sample files from the provided files on the microarray paper page. The files were unzipped and prepared to be imported into excel. In excel, the data was manipulated to form a spreadsheet that had all of the gene IDs from the different samples with their appropriate columns to be analyzed. The corrections and further manipulations of the data are to be continued to be done in the coming week in order to create the desired dataset to be exported from excel. [[File:Bpertussis CompiledRawData MS2015.xlsx]]&lt;br /&gt;
**[[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 17:33, 23 November 2015 (PST)&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Mahrad (GenMAPP)&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Nicole&amp;#039;&amp;#039;&amp;#039; was absent this week. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 18:52, 23 November 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Meetings! ===&lt;br /&gt;
* Monday, November 23: Seaver 120- Brandon and Lena met to work on the GenMAPP testing of the gene IDs from our database.&lt;br /&gt;
&lt;br /&gt;
==Week 11==&lt;br /&gt;
===Goals===&lt;br /&gt;
* For all:&lt;br /&gt;
** Outline your assigned paper on your user page and include a list of 10 defined terms from the paper.&lt;br /&gt;
*Nicole &amp;amp; Brandon&lt;br /&gt;
**Prepare Journal Club presentation on the designated genome sequencing article&lt;br /&gt;
**Slides Due: by midnight, Tuesday, November 17&lt;br /&gt;
**Presentation Date: Tuesday, November 24&lt;br /&gt;
*Lena &amp;amp; Mahrad&lt;br /&gt;
**Prepare Journal Club presentation on the designated microarray paper&lt;br /&gt;
**Slides Due: by midnight, Tuesday, November 17&lt;br /&gt;
**Presentation Date: Tuesday, November 17&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*Nicole Anguiano (Coder): Nicole was absent this week for a medical emergency and is (hopefully) getting some much deserved rest. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 23:14, 16 November 2015 (PST)&lt;br /&gt;
*Brandon Klein (QA): This week I made several edits to the [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/The_Class_Whoopers Class Whoopers Team Page] in accordance with the [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/Week_11 Week 11 assignment]. These edits included the following: revising the Class Whoopers template, reorganizing the Team Page structure, commenting out unneeded articles in the annotated bibliography, creating the new bibliography entry as requested by Dr. Dahlquist, and writing the naming conventions for our files. Additionally, I outlined our genome sequencing paper for &amp;quot;Bordetella pertussis&amp;quot; and assessed the [http://www.genedb.org/Homepage/Bpertussis GeneDB MOD] on my [https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/Bklein7_Week_11#Identifying_the_Bordetella_Pertussis_MOD Week 11 Individual Journal Entry]. A preliminary draft of the genome sequencing paper that I will likely be presenting solo was uploaded there. Finally, I kept tabs on group members as the interim Project Manager. [[User:Bklein7|Bklein7]] ([[User talk:Bklein7|talk]]) 23:14, 16 November 2015 (PST)&lt;br /&gt;
*Lena Olufson (GennMAPP): This week Mahrad and I met up and analyzed the microarray paper together. We split up the powerpoint into two halves; I did the introduction/significance of the study as well as the methods performed. Mahrad and I created our presentation together and worked through a google doc to edit it simultaneously as we discussed out loud. We also created a flow chart together that demonstrated the experimental design, thus we have the same ones included in our individual assignments. We made sure to check in with the temporary project manager and keep him updated on our progress. [[User:Lenaolufson|Lenaolufson]] ([[User talk:Lenaolufson|talk]]) 23:24, 16 November 2015 (PST) &lt;br /&gt;
*Mahrad Saeedi (GennMAPP): This week Lena and I worked on analyzing the microarray paper and creating an outline. We each defined 10 terms separately based upon words we didn&amp;#039;t recognize in the article. We then proceeded to producing the powerpoint presentation for journal club. &lt;br /&gt;
[[User:Msaeedi23|Msaeedi23]] ([[User talk:Msaeedi23|talk]]) 23:46, 16 November 2015 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Meetings! ===&lt;br /&gt;
*11/15- Lena &amp;amp; Mahrad met to work on outlining article and answering questions&lt;br /&gt;
*11/16- Lena &amp;amp; Mahrad met to prepare powerpoint presentation for journal club&lt;br /&gt;
&lt;br /&gt;
==Week 10==&lt;br /&gt;
===Goals===&lt;br /&gt;
* For all:&lt;br /&gt;
** Create an annotated bibliography including one genome sequencing paper and two microarray experiments for Bordetella pertussis&lt;br /&gt;
** Create/update team page &amp;amp; compile group annotated bibliography&lt;br /&gt;
** Assignment due date: Midnight Tuesday, November 10&lt;br /&gt;
&lt;br /&gt;
===Progress===&lt;br /&gt;
*All group members created annotated bibliographies and compiled them on the newly created group page.&lt;br /&gt;
&lt;br /&gt;
=== Meetings! ===&lt;br /&gt;
* Monday, November 9, 8pm-9pm, Seaver 120&lt;br /&gt;
&lt;br /&gt;
= Deliverables =&lt;br /&gt;
==File Naming Protocol==&lt;br /&gt;
All file types generated in this project will receive their own unique names composed of two key parts:&lt;br /&gt;
#Description&lt;br /&gt;
#*This will contain a brief, file-specific description of what content the file contains.&lt;br /&gt;
#*Descriptions for different versions of the same file will remain consistent.&lt;br /&gt;
#Identifier Tag&lt;br /&gt;
#*This tag will be listed as a suffix in the following form: &amp;quot;_cwYYYYMMDD&amp;quot;&lt;br /&gt;
#**cw- team name abbreviation&lt;br /&gt;
#**YYYYMMDD- date the file was created in the form year/month/day&lt;br /&gt;
&lt;br /&gt;
Additionally, the following file naming best practices will be observed when creating descriptions for new files:&lt;br /&gt;
*Our species will be referred to consistently as &amp;quot;bpertussis&amp;quot;.&lt;br /&gt;
*Files including microarray data taken from the paper by Hoo et al. (2014) will begin with &amp;quot;hoo&amp;quot;.&lt;br /&gt;
*Spaces will be written as underscores.&lt;br /&gt;
*No capitalization will be used.&lt;br /&gt;
*No special characters will be used.&lt;br /&gt;
*If sequential numbering systems are used, leading zeros will be included for clarity.&lt;br /&gt;
&lt;br /&gt;
Sample .xls file name: hoo_analyzed_data_cw20151122.xls&lt;br /&gt;
&lt;br /&gt;
==Files==&lt;br /&gt;
*GenMAPP Gene Database for assigned species (.gdb): &amp;#039;&amp;#039;&amp;#039;bpertussis-std_cwYYYYMMDD.gdb&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*ReadMe file to accompany the Gene Database (.pdf): &amp;#039;&amp;#039;&amp;#039;readme_bpertussis-std_external_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Include Gene Database Schema diagram in ReadMe: &amp;#039;&amp;#039;&amp;#039;bpertussis_schema_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Gene Database Testing Report for final submitted Gene Database (print from wiki to .pdf file): &amp;#039;&amp;#039;&amp;#039;bpertussis_gdb_report_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Processed and analyzed DNA microarray dataset (.xls): &amp;#039;&amp;#039;&amp;#039;hoo_analyzed_data_cwYYYYMMDD.xls&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*GenMAPP Expression Dataset file (.gex): &amp;#039;&amp;#039;&amp;#039;hoo_expression_dataset_cwYYYYMMDD.gex&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Filtered MAPPFinder Results (.xls): &amp;#039;&amp;#039;&amp;#039;hoo_mappfinder_results_cwYYYYMMDD.xls&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Sample MAPP file of a relevant biological pathway for your species (.mapp): &amp;#039;&amp;#039;&amp;#039;hoo_sample_mapp_cwYYYYMMDD.mapp&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*Group Report describing the creation of the Gene Database and the biological analysis of the data (.doc or .pdf): &amp;#039;&amp;#039;&amp;#039;bpertussis_analysis_methods_cwYYYYMMDD.pdf&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*PowerPoint presentation (.ppt, given on Tuesday, December 15): &amp;#039;&amp;#039;&amp;#039;bpertussis_analysis_presentation_cwYYYYMMDD.ppt&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
==Microarray Journal Club Presentation==&lt;br /&gt;
*[[File: Microarray_Journal_Club_Presentation.pdf]]&lt;br /&gt;
&lt;br /&gt;
= Annotated Bibliography =&lt;br /&gt;
== Genome Sequencing Paper ==&lt;br /&gt;
&lt;br /&gt;
Neither of these papers is the &amp;#039;&amp;#039;first&amp;#039;&amp;#039; to report the genome sequence of &amp;#039;&amp;#039;B. pertussis.&amp;#039;&amp;#039;  The paper that you will want to use is [http://www.nature.com/ng/journal/v35/n1/full/ng1227.html this one].  I found it by looking at the introduction and references of the Zhang et. al (2011) paper.  For your Week 11 assignment, please remove your annotated bibliography entries for the two papers below and create one for this new paper by Parkhill et al. (2003).  You will use the Parkhill paper for your project.  &amp;#039;&amp;#039;&amp;amp;mdash; [[User:Kdahlquist|Kdahlquist]] ([[User talk:Kdahlquist|talk]]) 09:54, 10 November 2015 (PST)&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
*Parkhill, J., Sebaihia, M., Preston, A., Murphy, L. D., et al. (2003). Comparative analysis of the genome sequences of Bordetella pertussis, Bordetella parapertussis and Bordetella bronchiseptica. Nature genetics, 35(1), 32-40. doi:10.1038/ng1227&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/12910271&lt;br /&gt;
* PubMed Central:  Not available on PubMed Central.&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.nature.com/ng/journal/v35/n1/full/ng1227.html&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.nature.com/ng/journal/v35/n1/pdf/ng1227.pdf&lt;br /&gt;
* Copyright: ©2003 Nature Publishing Group (information found on PDF version of article). This article is not Open Access, but it is freely available 6 months after publication.&lt;br /&gt;
* Publisher: Nature Publishing Group (for-profit).&lt;br /&gt;
* Availability: In print and online.&lt;br /&gt;
* Did LMU pay a fee for this article: Yes, LMU pays a subscription fee for access to the journal &amp;#039;&amp;#039;Nature Genetics&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
== Microarray Paper ==&lt;br /&gt;
&lt;br /&gt;
This paper is suitable for your project.  &amp;#039;&amp;#039;&amp;amp;mdash; [[User:Kdahlquist|Kdahlquist]] ([[User talk:Kdahlquist|talk]]) 10:04, 10 November 2015 (PST)&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Hoo, R., Lam, J.H., Huot, L., Pant, A., Li, R., Hot, D., &amp;amp; Alonso, S. (2014). Evidence for a Role of the Polysaccharide Capsule Transport Proteins in Pertussis Pathogenesis. PLoS ONE, 9(12):e115243. doi: 10.1371/journal.pone.0115243&lt;br /&gt;
* PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/25501560 &lt;br /&gt;
* PubMed Central: http://www.ncbi.nlm.nih.gov/pmc/articles/PMC4264864/&lt;br /&gt;
* Publisher Full Text (HTML): http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0115243&lt;br /&gt;
* Publisher Full Text (PDF): http://www.plosone.org/article/fetchObject.action?uri=info:doi/10.1371/journal.pone.0115243&amp;amp;representation=PDF&lt;br /&gt;
* Copyright: © 2014 Hoo et al. This is an open-access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited (info found [http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0115243 here]).&lt;br /&gt;
* Publisher: PLOS ONE (respected open access organization).&lt;br /&gt;
* Availability: Online only.&lt;br /&gt;
* Did LMU pay a fee for this article: No.&lt;br /&gt;
* Web site where the data resides: [http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE62088 NCBI GEO data]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--#2&lt;br /&gt;
*Brickman, T. J., Cummings, C. A., Liew, S.-Y., Relman, D. A., &amp;amp; Armstrong, S. K. (2011). Transcriptional Profiling of the Iron Starvation Response in Bordetella pertussis Provides New Insights into Siderophore Utilization and Virulence Gene Expression . Journal of Bacteriology, 193(18), 4798–4812. http://doi.org/10.1128/JB.05136-11&lt;br /&gt;
* ArrayExpress Abstract: https://www.ebi.ac.uk/arrayexpress/experiments/E-MEXP-3263/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC532028/&lt;br /&gt;
*PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/?term=Transcriptional+Profiling+of+the+Iron+Starvation+Response+in+Bordetella+pertussis+Provides+New+Insights+into+Siderophore+Utilization+and+Virulence+Gene+Expression&lt;br /&gt;
* Publisher Full Text (HTML): http://jb.asm.org/content/193/18/4798.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/193/18/4798.full.pdf+html &lt;br /&gt;
* Copyright:  2011 by the American Society for Microbiology &lt;br /&gt;
* Publisher:  Journal of Bacteriology &lt;br /&gt;
* Availability:  in print and online&lt;br /&gt;
* Did LMU pay a fee for this article: yes&lt;br /&gt;
*Link to where the microarray data resides: https://www.ebi.ac.uk/arrayexpress/experiments/E-MEXP-3263/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
&lt;br /&gt;
#3&lt;br /&gt;
King, A. J., van der Lee, S., Mohangoo, A., van Gent, M., van der Ark, A., &amp;amp; van de Waterbeemd, B. (2013). Genome-Wide Gene Expression Analysis of Bordetella pertussis Isolates Associated with a Resurgence in Pertussis: Elucidation of Factors Involved in the Increased Fitness of Epidemic Strains. PLoS ONE, 8(6): e66150. doi: 10.1371/journal.pone.0066150&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/23776625&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3679012/&lt;br /&gt;
* Publisher Full Text (HTML):  http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0066150&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.plosone.org/article/fetchObject.action?uri=info:doi/10.1371/journal.pone.0066150&amp;amp;representation=PDF&lt;br /&gt;
* Copyright: © 2013 King et al. This is an open-access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited. (info found [http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0066150 here])&lt;br /&gt;
* Publisher: PLOS ONE (respected open access organization)&lt;br /&gt;
* Availability: online only&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
* Web site where the data resides: [http://www.ebi.ac.uk/arrayexpress/experiments/E-MTAB-1594/samples/?keywords=Bordetella+pertussis&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&amp;amp;s_page=1&amp;amp;s_pagesize=100 EBI ArrayExpress Data]&lt;br /&gt;
&lt;br /&gt;
#4 (note, all of the papers from this point on involve additional species other than Bordetella pertussis)&lt;br /&gt;
&lt;br /&gt;
* Cummings, C. A., Bootsma, H. J., Relman, D. A., &amp;amp; Miller, J. F. (2006). Species-and strain-specific control of a complex, flexible regulon by Bordetella BvgAS. Journal of bacteriology, 188(5), 1775-1785.&lt;br /&gt;
* ArrayExpress Abstract: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-29/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1426559/&lt;br /&gt;
*PubMed Abstract:http://www.ncbi.nlm.nih.gov/pubmed/?term=Species-+and+Strain-Specific+Control+of+a+Complex%2C+Flexible+Regulon+by+Bordetella+BvgAS&lt;br /&gt;
* Publisher Full Text (HTML): http://jb.asm.org/content/188/5/1775.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/188/5/1775.full.pdf+html&lt;br /&gt;
* Copyright:  2006 by the American Society for Microbiology &lt;br /&gt;
* Publisher:  Journal of Bacteriology &lt;br /&gt;
* Availability:  in print and online&lt;br /&gt;
* Did LMU pay a fee for this article: yes&lt;br /&gt;
*Link to where the microarray data resides: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-29/?keywords=&amp;amp;organism=Bordetella+pertussis&amp;amp;exptype%5B%5D=%22rna+assay%22&amp;amp;exptype%5B%5D=%22array+assay%22&amp;amp;array=&lt;br /&gt;
&lt;br /&gt;
#5&lt;br /&gt;
&lt;br /&gt;
* Brinig, M., Register, K., Ackermann, M., &amp;amp; Relman, D. (2006). Genomic features of Bordetella parapertussis clades with distinct host species specificity. Genome Biology, 7(9). doi:doi:10.1186/gb-2006-7-9-r81&lt;br /&gt;
* PubMed Abstract:  http://www.ncbi.nlm.nih.gov/pubmed/16956413?dopt=Abstract&amp;amp;holding=f1000,f1000m,isrctn&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1794550/&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.genomebiology.com/2006/7/9/R81&lt;br /&gt;
* Publisher Full Text (PDF):  http://www.genomebiology.com/content/pdf/gb-2006-7-9-r81.pdf&lt;br /&gt;
* Copyright: Brinig et al.; licensee BioMed Central Ltd. (information found on the article); open access&lt;br /&gt;
* Publisher:  BioMed Central Ltd (for-profit publisher)&lt;br /&gt;
* Availability:  online&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
# What experiment was performed?  What was the &amp;quot;treatment&amp;quot; and what was the &amp;quot;control&amp;quot; in the experiment?&lt;br /&gt;
# Were replicate experiments of the &amp;quot;treatment&amp;quot; and &amp;quot;control&amp;quot; conditions conducted?  Were these biological or technical replicates?  How many of each?&lt;br /&gt;
* Link to microarray data: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-95/&lt;br /&gt;
&lt;br /&gt;
#6&lt;br /&gt;
&lt;br /&gt;
* Cummings, C., Bootsma, H., Relman, D., &amp;amp; Miller, J. (2006). Species- and Strain-Specific Control of a Complex, Flexible Regulon by Bordetella BvgAS. Journal of Bacteriology, 188(5), 1775-1785. doi:doi: 10.1128/JB.188.5.1775-1785.2006&lt;br /&gt;
* PubMed Abstract: http://www.ncbi.nlm.nih.gov/pubmed/16484188?dopt=Abstract&lt;br /&gt;
* PubMed Central:  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1426559/&lt;br /&gt;
* Publisher Full Text (HTML):  http://jb.asm.org/content/188/5/1775.full&lt;br /&gt;
* Publisher Full Text (PDF):  http://jb.asm.org/content/188/5/1775.full.pdf&lt;br /&gt;
* Copyright: American Society for Microbiology; open access&lt;br /&gt;
* Publisher:  American Society for Microbiology (professional organization for scientists)&lt;br /&gt;
* Availability:  online and in print&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
# What experiment was performed?  What was the &amp;quot;treatment&amp;quot; and what was the &amp;quot;control&amp;quot; in the experiment?&lt;br /&gt;
# Were replicate experiments of the &amp;quot;treatment&amp;quot; and &amp;quot;control&amp;quot; conditions conducted?  Were these biological or technical replicates?  How many of each?&lt;br /&gt;
* Link to microarray data: https://www.ebi.ac.uk/arrayexpress/experiments/E-TABM-28/&lt;br /&gt;
&lt;br /&gt;
#7&lt;br /&gt;
&lt;br /&gt;
*King, A. J., van Gorkom, T., Pennings, J. L., van der Heide, H. G., He, Q., Diavatopoulos, D., … Mooi, F. R. (2010). Correction: Comparative genomic profiling of Dutch clinical Bordetella pertussis isolates using DNA microarrays: identification of genes absent from epidemic strains. BMC Genomics, 11, 196. http://doi.org/10.1186/1471-2164-11-196&lt;br /&gt;
* PubMed Abstract:  http://www.biomedcentral.com/1471-2164/9/311#abs&lt;br /&gt;
* PubMed Central: &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/&amp;gt;&lt;br /&gt;
* Publisher Full Text (HTML):  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/&lt;br /&gt;
* Publisher Full Text (PDF): &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2481270/pdf/1471-2164-9-311.pdf&amp;gt;&lt;br /&gt;
* Copyright:  © 2008 King et al; licensee BioMed Central Ltd.This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.&lt;br /&gt;
* Publisher: BMC Genomics&lt;br /&gt;
* Availability: online access&lt;br /&gt;
* Did LMU pay a fee for this article: no&lt;br /&gt;
&lt;br /&gt;
#8&lt;br /&gt;
&lt;br /&gt;
*Nakamura, M. M., Liew, S.-Y., Cummings, C. A., Brinig, M. M., Dieterich, C., &amp;amp; Relman, D. A. (2006). Growth Phase- and Nutrient Limitation-Associated Transcript Abundance Regulation in Bordetella pertussis  . Infection and Immunity, 74(10), 5537–5548. http://doi.org/10.1128/IAI.00781-06&lt;br /&gt;
* PubMed Abstract:  &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1594893/?report=reader#__abstractid499869title&amp;gt;&lt;br /&gt;
* PubMed Central: &amp;lt;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1594893/&amp;gt;&lt;br /&gt;
* Publisher Full Text (HTML): &amp;lt;http://iai.asm.org/content/74/10/5537.full&amp;gt;&lt;br /&gt;
* Publisher Full Text (PDF):  &amp;lt;http://iai.asm.org/content/74/10/5537.full.pdf+html&amp;gt;&lt;br /&gt;
* Copyright: © 2006, American Society for Microbiology&lt;br /&gt;
* Publisher: Infection and Immunity&lt;br /&gt;
* Availability: online access&lt;br /&gt;
* Did LMU pay a fee for this article: no!--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Msaeedi23</name></author>	</entry>

	<entry>
		<id>https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=File:Oln-orfcounts_cw20151119.png&amp;diff=7172</id>
		<title>File:Oln-orfcounts cw20151119.png</title>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=File:Oln-orfcounts_cw20151119.png&amp;diff=7172"/>
				<updated>2015-12-03T23:36:46Z</updated>
		
		<summary type="html">&lt;p&gt;Msaeedi23: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Msaeedi23</name></author>	</entry>

	<entry>
		<id>https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=Msaeedi23_Week_12&amp;diff=7134</id>
		<title>Msaeedi23 Week 12</title>
		<link rel="alternate" type="text/html" href="https://xmlpipedb.lmucs.io/biodb/fall2015/index.php?title=Msaeedi23_Week_12&amp;diff=7134"/>
				<updated>2015-12-03T22:33:22Z</updated>
		
		<summary type="html">&lt;p&gt;Msaeedi23: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*Link to team page: https://xmlpipedb.cs.lmu.edu/biodb/fall2015/index.php/The_Class_Whoopers&lt;br /&gt;
=Week 12=&lt;br /&gt;
*This week there were no specific tasks that were required to be completed; we kept working on the team projects and what each specific role should be doing.&lt;br /&gt;
*After analyzing the microarray paper last week, Lena and I were then started analyzing the data.&lt;br /&gt;
==GenMAPP User==&lt;br /&gt;
===Locating the Sample Data===&lt;br /&gt;
*The first step in the data retrieval was to locate the sample files that needed to be downloaded from the microarray paper site, found at: [http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE62088].&lt;br /&gt;
**Dr. Dahlquist assisted us in choosing which files to download as well as how to prepare them for Excel.&lt;br /&gt;
**All of the six sample files were downloaded and saved to the computer. &lt;br /&gt;
*Each of the files were unzipped once, and then unzipped again in order to access them in a suitable manner for the assignment, to be opened in Exel.&lt;br /&gt;
**Once all six of the files were unzipped, I opened each of them in Excel in order to get the data in the column spreadsheet form.&lt;br /&gt;
===Working in Excel===&lt;br /&gt;
*I created a new workbook that would contain the final compressed data that is to be eventually exported as one file.&lt;br /&gt;
**After opening each of the sample files in Excel, I copied the list of Gene IDs from one of the samples and pasted it into the new workbook I started.&lt;br /&gt;
**Now that the Gene ID column was formed, I was then started pasting the desired data columns in from each of the different samples.&lt;br /&gt;
**From each of the six samples, I copied and pasted the &amp;quot;Log Ratio&amp;quot; column into my new workbook and titled each of the columns so that they represented the appropriate samples in an orderly fashion.&lt;br /&gt;
*Our next task is to perform the correct data manipulations and corrections in order to make the data file ready to be exported for testing and analysis.&lt;br /&gt;
**Lena and I completed these construction steps side-by-side and we plan on continuing the Excel work together in order to check our work.&lt;br /&gt;
*The current Excel data worksheet we have constructed: [[File:Bpertussis CompiledRawData MS2015.xlsx]]&lt;br /&gt;
&lt;br /&gt;
==Change of Duties==&lt;br /&gt;
As of now I am no longer a GenMAPP user and will take over the roll of Quality Assurance and work directly with Brandon. I will still be assisting Lena with data configuration as she needs help. &lt;br /&gt;
&lt;br /&gt;
{{msaeedi23}}&lt;br /&gt;
[[Category:Assignment]]&lt;br /&gt;
[[Category:Group Projects]]&lt;/div&gt;</summary>
		<author><name>Msaeedi23</name></author>	</entry>

	</feed>