Skip to content

Commit

Permalink
Merge pull request #368 from MoTrPAC/367_JZ_Dawg_Pac_Updates
Browse files Browse the repository at this point in the history
Connects to #367. DAWG-PAC analysis resources update.
  • Loading branch information
jimmyzhen authored Sep 12, 2024
2 parents 5c62075 + a165917 commit 76b71de
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>PASS1A/1C-06 Phenotypic Data Analysis</title>
</head>
<body class="preload">
<h1 class="title">PASS1A/1C-06 Phenotypic Data Analysis</h1>
</body>
</html>
25 changes: 25 additions & 0 deletions src/MultiOmicsWorkingGroups/dawgPAC.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,31 @@ function DawgPAC({ profile }) {
<li>
Integrated R Notebooks for Omics Data Analysis (HTML format)
<ul className="list-style mt-2">
<li>
Phenotypes
<ul className="list-style mb-2">
<li>
Comprehensive analysis of key variables from the rat phenotypic data,
including summary statistics, correlation analysis, statistical
testing, and regression models:
{' '}
{/* eslint-disable-next-line jsx-a11y/anchor-is-valid */}
<a
href="#"
data-toggle="modal"
data-target="#html-report-modal"
onClick={(e) =>
handleClickReport(
'phenotypes/pass1ac-pheno-analysis.html',
'pass1ac-pheno-analysis.html',
)
}
>
pass1ac-pheno-analysis.html
</a>
</li>
</ul>
</li>
<li>
Transcriptomics
<ul className="list-style mb-2">
Expand Down

0 comments on commit 76b71de

Please sign in to comment.