Skip to content

Commit

Permalink
Update Proteomic_Analysis_Rmarkdown2.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ibishof authored Jan 4, 2024
1 parent 6906582 commit 8a59e2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Mixed_effects_models/Proteomic_Analysis_Rmarkdown2.html
Original file line number Diff line number Diff line change
Expand Up @@ -579,14 +579,14 @@ <h1 class="title toc-ignore">Proteomics Data Analysis</h1>

<div id="objective" class="section level2">
<h2>Objective</h2>
<p>Your task is to explore this data set and identify any proteins that
you believe to be changing in abundance through time and as a result of
<p>The task is to explore this data set and identify any proteins that
are changing in abundance through time and as a result of
the stress induction. This report includes code and supporting
visualizations to address these questions.</p>
</div>
<div id="bring-in-data" class="section level1">
<h1>Bring in data</h1>
<pre class="r"><code>setwd(&quot;C:\\Users\\ibish\\calico&quot;)
<pre class="r"><code>setwd(&quot;C:\\Users\\ibish\\data&quot;)
data &lt;- read.csv(&quot;proteomicsSampleData.csv&quot;)</code></pre>
</div>
<div id="explore-data" class="section level1">
Expand Down

0 comments on commit 8a59e2d

Please sign in to comment.