Skip to content

Commit

Permalink
Add link to dawg-pac pheno analysis report
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyzhen committed Sep 12, 2024
1 parent 5c62075 commit 6d382d8
Showing 1 changed file with 25 additions and 0 deletions.
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 6d382d8

Please sign in to comment.