-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
46 lines (32 loc) · 2.56 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# MotrpacRatTraining6moWAT
<!-- badges: start -->
![R package version](https://img.shields.io/github/r-package/v/MoTrPAC/MotrpacRatTraining6moWAT?label=R%20package)
![Last commit](https://img.shields.io/github/last-commit/MoTrPAC/MotrpacRatTraining6moWAT/master)
<!-- badges: end -->
A collection of functions for the analysis and visualization of the MoTrPAC PASS1B white adipose tissue (WAT) data as provided in the <a href="https://motrpac.github.io/MotrpacRatTraining6moData/index.html" target="_blank">MotrpacRatTraining6moData</a> package. This package was built specifically to generate the <a href="https://motrpac.github.io/MotrpacRatTraining6moWATData/index.html" target="_blank">MotrpacRatTraining6moWATData</a> package, so much of it is tailored only for use with those datasets, though users may find some of the functionality contained herein to be useful in other projects:
- Differential analysis (DA) with the <a href="https://bioconductor.org/packages/release/bioc/html/limma.html" target="_blank">limma</a> and <a href="https://bioconductor.org/packages/release/bioc/html/edgeR.html" target="_blank">edgeR</a> packages
- Fast Gene Set Enrichment Analysis (FGSEA) with <a href="https://bioconductor.org/packages/release/bioc/html/fgsea.html" target="_blank">fgsea</a> and <a href="https://cran.r-project.org/web/packages/msigdbr/index.html" target="_blank">msigdbr</a>
- Kinase-Substrate Enrichment Analysis (KSEA) with <a href="https://www.phosphosite.org/homeAction.action">PhosphoSitePlus</a>
- Over-representation analysis (ORA)
- Weighted Gene Co-expression Network Analysis (WGCNA)
## Installation
Install this package with `devtools`:
``` r
if (!require("devtools", quietly = TRUE))
install.packages("devtools")
devtools::install_github("MoTrPAC/MotrpacRatTraining6moWAT")
```
# Preprint
Many, G. M., Sanford, J. A., Sagendorf, T. J., Hou, Z., Nigro, P., Whytock, K., Amar, D., Caputo, T., Gay, N. R., Gaul, D. A., Hirshman, M., Jimenez-Morales, D., Lindholm, M. E., Muehlbauer, M. J., Vamvini, M., Bergman, B., Fernández, F. M., Goodyear, L. J., Ortlund, E. A., ... Schenk, S. (2023). Sexual dimorphism and the multi-omic response to exercise training in rat subcutaneous white adipose tissue. *BioRxiv*. <a href="https://doi.org/10.1101/2023.02.03.527012" target="_blank">https://doi.org/10.1101/2023.02.03.527012</a>