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

WGCNA Part 4: Warn about Outliers #364

Merged
merged 30 commits into from
Nov 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
8267148
Put in basic changes: navbar, dict, snakefile, Rmd
cansavvy Nov 16, 2020
4479138
More polishing and info and refs
cansavvy Nov 16, 2020
ffc19ba
Merge branch 'cansavvy/wgcna-part1' into staging
cansavvy Nov 17, 2020
2ee894a
Merge branch 'staging' into cansavvy/wgcna-part1
cansavvy Nov 17, 2020
aea879e
Update file paths
cansavvy Nov 17, 2020
0fbb1d3
Bring back docker changes
cansavvy Nov 17, 2020
d2f12f1
Add to dictionary
cansavvy Nov 17, 2020
3bf3e80
Add a couple refs
cansavvy Nov 17, 2020
a33d862
Add next steps
cansavvy Nov 17, 2020
f3abb8f
Add some polishing and refs
cansavvy Nov 18, 2020
7bbebcc
Address the straightforward items from cbethell 's review
cansavvy Nov 18, 2020
8c6daf6
Incorporate jashapiro review from #358
cansavvy Nov 19, 2020
4a44c2f
Style Rmds
actions-user Nov 19, 2020
b64671c
Bring over part1 changes and re-render
cansavvy Nov 19, 2020
ce384b8
Merge remote-tracking branch 'origin/staging' into cansavvy/wgcna-part2
cansavvy Nov 19, 2020
31ef8bb
Add last set of steps
cansavvy Nov 19, 2020
35eb617
Push this partcular plot version in case we wanna come back to it
cansavvy Nov 19, 2020
48a5b3f
Commit this multiple module pheatmap in case I want to return to it
cansavvy Nov 19, 2020
ceb1bcf
ComplexHeatmap is mostly wrangled
cansavvy Nov 19, 2020
81f4239
It's working!
cansavvy Nov 20, 2020
315e919
Save to PDFs
cansavvy Nov 20, 2020
c290692
Fix color function and re-render
cansavvy Nov 20, 2020
8b9d57c
Add outlier thing
cansavvy Nov 20, 2020
701d8c6
Merge remote-tracking branch 'origin/staging' into cansavvy/wgcna-part4
cansavvy Nov 20, 2020
192b4de
Style Rmds
actions-user Nov 20, 2020
33f5d2a
Re-rendered html
cansavvy Nov 20, 2020
60ad731
switch the whole outlier thing to just a comment
cansavvy Nov 23, 2020
efb4c8e
Merge remote-tracking branch 'origin/staging' into cansavvy/wgcna-part4
cansavvy Nov 23, 2020
0e28b52
re-render after staging merge
cansavvy Nov 23, 2020
254ed24
Add jashapiro's two wording suggestions
cansavvy Nov 24, 2020
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
6 changes: 6 additions & 0 deletions 04-advanced-topics/network-analysis_rnaseq_01_wgcna.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,12 @@ For more information about these transformation methods, [see here](https://alex
dds_norm <- vst(dds)
```

At this point, if your data set has any outlier samples, you should look into removing them as they can affect your WGCNA results.

WGCNA's tutorial has [an example of exploring your data for outliers you can reference](https://horvath.genetics.ucla.edu/html/CoexpressionNetwork/Rpackages/WGCNA/Tutorials/FemaleLiver-01-dataInput.pdf).

cansavvy marked this conversation as resolved.
Show resolved Hide resolved
For this example data set, we will skip this step (there are no obvious outliers) and proceed.

## Format normalized data for WGCNA

Extract the normalized counts to a matrix and transpose it so we can pass it to WGCNA.
Expand Down
8 changes: 5 additions & 3 deletions 04-advanced-topics/network-analysis_rnaseq_01_wgcna.html

Large diffs are not rendered by default.