Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connects to #367. DAWG-PAC analysis resources update. #368

Merged
merged 2 commits into from
Sep 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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