<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="https://cori933.github.io//Corals-Lab-notebook/feed.xml" rel="self" type="application/atom+xml" /><link href="https://cori933.github.io//Corals-Lab-notebook/" rel="alternate" type="text/html" /><updated>2026-05-13T20:06:57+00:00</updated><id>https://cori933.github.io//Corals-Lab-notebook/feed.xml</id><title type="html">Coral’s NoteBook</title><subtitle>Cell Culture</subtitle><entry><title type="html">Stylophora Bioinformatics</title><link href="https://cori933.github.io//Corals-Lab-notebook/stylophora-bioinformatics/" rel="alternate" type="text/html" title="Stylophora Bioinformatics" /><published>2026-05-13T00:00:00+00:00</published><updated>2026-05-13T00:00:00+00:00</updated><id>https://cori933.github.io//Corals-Lab-notebook/stylophora-bioinformatics</id><content type="html" xml:base="https://cori933.github.io//Corals-Lab-notebook/stylophora-bioinformatics/"><![CDATA[<h1 id="bioinformatics-project-primer-design-and-phylogeny-of-stylophora-pistillata">Bioinformatics Project: Primer Design and Phylogeny of Stylophora pistillata</h1>

<h3 id="1-project-objective">1. Project Objective</h3>
<p><strong>Title:</strong> Designing Primers and Building a Phylogenetic Tree for the Coral <em>Stylophora pistillata</em> (COX1 Gene).</p>

<p><strong>Objective:</strong> For this project, I chose to work on <em>Stylophora pistillata</em> because it is the main focus of my M.Sc. research. My goal was to design specific PCR primers for its mitochondrial COX1 gene and see how it relates to other corals using a phylogenetic tree.</p>

<h3 id="2-target-species-and-gene">2. Target Species and Gene</h3>
<ul>
  <li><strong>The Organism:</strong> <em>Stylophora pistillata</em>. It is a very important reef-building coral.</li>
  <li><strong>The Gene:</strong> Mitochondrial COX1 (Cytochrome c oxidase subunit I).</li>
  <li><strong>Why I used this gene:</strong> COX1 is the standard “barcode” for identifying animals. It is great for this project because it has enough differences to tell species apart, but also has stable areas where I can design primers.</li>
</ul>

<h3 id="3-collecting-sequences-from-ncbi">3. Collecting Sequences from NCBI</h3>
<p>I went to the NCBI GenBank website and searched for COX1 sequences in FASTA format. I chose the following sequences for my analysis:</p>
<ul>
  <li><em>Stylophora pistillata</em> (Target): AB441231.1</li>
  <li><em>Seriatopora sp.</em>: AB441233</li>
  <li><em>Tubastraea coccinea</em>: AB441235</li>
  <li><em>Tubastraea sp.</em>: AB441238.1</li>
  <li><em>Porites lutea</em>: AB441243.1</li>
</ul>

<h3 id="4-sequence-alignment">4. Sequence Alignment</h3>
<p>I aligned the five COX1 sequences to see where the DNA is the same and where it changes between the species.</p>
<ul>
  <li><strong>Software:</strong> MEGA12 (using the ClustalW tool).</li>
  <li><strong>Conserved Regions:</strong> In the alignment image below, I can see long blocks of color that are identical across all 5 corals. These are the conserved regions. For example, the middle and right sections of this alignment are very stable.</li>
  <li><strong>Variable Regions &amp; SNPs:</strong> I also found a few spots where the colors change in only one or two species. These Single Nucleotide Polymorphisms (SNPs) are important because they show the small genetic differences between my target <em>Stylophora</em> and the other corals.</li>
  <li><strong>Indels:</strong> I looked for any gaps or dashes (indels) in the alignment, but there are none. This is normal for the COX1 gene because it needs to stay intact to function properly.</li>
</ul>

<p><br /></p>

<p><strong>My Alignment Result:</strong></p>

<p><img src="../images/alignment_1.jpg" alt="Multiple Sequence Alignment" style="width: 100%; max-width: none; display: block;" />
<br /></p>

<h3 id="5-designing-the-primers">5. Designing the Primers</h3>
<p>I used the alignment to find the best flanking regions for my primers, ensuring they are specific to <em>Stylophora pistillata</em>.</p>
<ul>
  <li><strong>Software:</strong> NCBI Primer-BLAST.</li>
  <li><strong>Forward Primer (5’-&gt;3’):</strong> GATATGGCGTTTCCCCGACT
    <ul>
      <li><strong>Position:</strong> 221 - 240</li>
    </ul>
  </li>
  <li><strong>Reverse Primer (5’-&gt;3’):</strong> CGAACCTCCAGAGTGTGCTT
    <ul>
      <li><strong>Position:</strong> 357 - 376</li>
    </ul>
  </li>
  <li><strong>Primer Details:</strong>
    <ul>
      <li><strong>Length:</strong> 20 bp each.</li>
      <li>
        <table>
          <tbody>
            <tr>
              <td><strong>Melting Temperature (Tm):</strong> 59.89°C (F)</td>
              <td>59.97°C (R).</td>
            </tr>
          </tbody>
        </table>
      </li>
      <li><strong>GC Content:</strong> 55%.</li>
    </ul>
  </li>
  <li><strong>Expected Amplicon Size:</strong> 156 bp.</li>
</ul>

<p><br /></p>

<h3 id="6-verification">6. Verification</h3>
<p>I checked my primers again using NCBI Primer-BLAST. The results showed that these primers are specific to <em>Stylophora</em> and should not amplify other organisms by mistake.</p>

<h3 id="7-building-the-phylogenetic-tree">7. Building the Phylogenetic Tree</h3>
<p>To see the evolutionary connections, I made a tree using the aligned COX1 sequences.</p>
<ul>
  <li><strong>Software:</strong> MEGA12.</li>
  <li><strong>Method:</strong> Neighbor-Joining.</li>
  <li><strong>Model:</strong> Kimura 2-parameter (K2P).</li>
  <li><strong>Test:</strong> 1000 bootstrap replicates to make sure the tree is strong.</li>
</ul>

<p><br /></p>

<p><strong>Final Phylogenetic Tree:</strong></p>

<p><img src="../images/tree_final.jpg.png" alt="Phylogenetic Tree" /></p>

<h3 id="8-interpretation-of-the-phylogenetic-tree">8. Interpretation of the Phylogenetic Tree</h3>
<p>Based on the tree results, here are my main conclusions:</p>
<ul>
  <li><strong>Species Grouping:</strong> As expected, <em>Stylophora pistillata</em> is grouped closely with <em>Seriatopora sp.</em>. Since they both belong to the Pocilloporidae family, this result makes perfect biological sense. The bootstrap value of 100 shows that this connection is very strong.</li>
  <li><strong>Other Clades:</strong> The species <em>Tubastraea coccinea</em>, <em>Tubastraea sp.</em>, and <em>Porites lutea</em> are located on separate branches. The bootstrap value of 69 for this group shows they are related to each other but are evolutionarily distinct from the Pocilloporidae family.</li>
  <li><strong>Analysis Reliability:</strong> I ran 1000 bootstrap replicates in MEGA12 to test the tree’s accuracy. These numbers on the main branches represent how consistently the genetic patterns in the DNA sequences confirm the evolutionary groupings shown in the tree</li>
</ul>]]></content><author><name></name></author><summary type="html"><![CDATA[Bioinformatics Project: Primer Design and Phylogeny of Stylophora pistillata]]></summary></entry><entry><title type="html">Coral Cell Culture Protocol</title><link href="https://cori933.github.io//Corals-Lab-notebook/coral-cell-culture-protocol/" rel="alternate" type="text/html" title="Coral Cell Culture Protocol" /><published>2026-05-12T00:00:00+00:00</published><updated>2026-05-12T00:00:00+00:00</updated><id>https://cori933.github.io//Corals-Lab-notebook/coral-cell-culture-protocol</id><content type="html" xml:base="https://cori933.github.io//Corals-Lab-notebook/coral-cell-culture-protocol/"><![CDATA[<h1 id="optimization-of-coral-primary-cell-cultures">Optimization of Coral Primary Cell Cultures</h1>

<h3 id="1-objective-and-research-rationale">1. Objective and Research Rationale</h3>
<p>This protocol describes the current efforts and procedures for attempting to establish primary cell cultures from the scleractinian coral <em>Stylophora pistillata</em>. The focus of this work is to evaluate cellular resilience and potential growth by comparing colonies adapted to different light environments. We are specifically monitoring how a 12:12 light cycle versus total darkness affects these cultures during their initial stabilization phase.</p>

<h3 id="2-sample-sourcing-and-origin">2. Sample Sourcing and Origin</h3>
<p>The biological samples are maintained at the IORL (Israel Oceanographic and Limnological Research) facility. These specific fragments were originally collected from the Red Sea in Eilat, representing two distinct light regimes:</p>

<ul>
  <li>
    <p><strong>Shallow water colonies:</strong> Light-adapted fragments collected from the upper reef flats.</p>
  </li>
  <li>
    <p><strong>Deep water colonies:</strong> Dark-adapted fragments collected from the deeper part of the reef.</p>
  </li>
</ul>

<h3 id="3-methodology-pre-treatment-and-aseptic-procedure">3. Methodology: Pre-treatment and Aseptic Procedure</h3>
<p>To ensure a stable start for the primary cultures and to prevent microbial overgrowth, fragments must go through a decontamination phase:</p>

<ul>
  <li>
    <p><strong>Stabilization:</strong> Fragments are soaked in sterile Filtered Seawater (FSW).</p>
  </li>
  <li>
    <p><strong>Cleaning:</strong> A specialized antibiotic cocktail is added to the FSW to neutralize the initial bacterial load before dissociation.</p>
  </li>
  <li>
    <p><strong>Incubation:</strong> Following the cleaning process, samples are distributed into two groups: a photosynthetic 12:12 light/dark cycle and a dark incubator.</p>
  </li>
</ul>

<h3 id="4-methodological-workflow-visual">4. Methodological Workflow (Visual)</h3>

<p><img src="../images/methodological_workflow.jpg" alt="Methodological Workflow" /></p>

<h3 id="5-experimental-monitoring-matrix-6x6-table">5. Experimental Monitoring Matrix (6x6 Table)</h3>
<p>Cultures are monitored at specific intervals to track any signs of cell status, contamination and viability.</p>

<table>
  <thead>
    <tr>
      <th style="text-align: center">Time Point</th>
      <th style="text-align: center">Source Depth</th>
      <th style="text-align: center">Light Regime</th>
      <th style="text-align: center">Cell Status</th>
      <th style="text-align: center">Contamination</th>
      <th style="text-align: center">Viability (%)</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td style="text-align: center">Day 1</td>
      <td style="text-align: center">Shallow/Deep</td>
      <td style="text-align: center">Light/Dark</td>
      <td style="text-align: center">Isolated</td>
      <td style="text-align: center">&lt; 5%</td>
      <td style="text-align: center">94.5%</td>
    </tr>
    <tr>
      <td style="text-align: center">Day 2</td>
      <td style="text-align: center">Shallow/Deep</td>
      <td style="text-align: center">Light/Dark</td>
      <td style="text-align: center">Attachment</td>
      <td style="text-align: center">&lt; 5%</td>
      <td style="text-align: center">91.8%</td>
    </tr>
    <tr>
      <td style="text-align: center">Day 3</td>
      <td style="text-align: center">Shallow/Deep</td>
      <td style="text-align: center">Light/Dark</td>
      <td style="text-align: center">Aggregates</td>
      <td style="text-align: center">8%</td>
      <td style="text-align: center">88.4%</td>
    </tr>
    <tr>
      <td style="text-align: center">Day 5</td>
      <td style="text-align: center">Shallow/Deep</td>
      <td style="text-align: center">Light/Dark</td>
      <td style="text-align: center">Proliferation</td>
      <td style="text-align: center">12%</td>
      <td style="text-align: center">85.0%</td>
    </tr>
    <tr>
      <td style="text-align: center">Week 1</td>
      <td style="text-align: center">Shallow/Deep</td>
      <td style="text-align: center">Light/Dark</td>
      <td style="text-align: center">High Density</td>
      <td style="text-align: center">15%</td>
      <td style="text-align: center">82.2%</td>
    </tr>
  </tbody>
</table>

<h3 id="6-scientific-references-and-technical-manuals">6. Scientific References and Technical Manuals</h3>
<ul>
  <li><strong>Reference Paper:</strong> <a href="https://www.sciencedirect.com/science/article/pii/S0169534708003236">Coral bleaching: the role of the host</a></li>
  <li><strong>Technical Guide:</strong> <a href="https://assets.thermofisher.com/TFS-Assets/LSG/manuals/trizol_reagent.pdf">Trizol Reagent Protocol for Molecular Analysis</a></li>
</ul>

<hr />
<p><em>This protocol is part of the ongoing research at the IORL laboratory.</em></p>]]></content><author><name></name></author><summary type="html"><![CDATA[Optimization of Coral Primary Cell Cultures]]></summary></entry></feed>