modACDC
Association of covariance to detect differential co-expression
Science Score: 54.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
✓DOI references
Found 1 DOI reference(s) in README -
✓Academic publication links
Links to: frontiersin.org -
✓Committers with academic emails
1 of 2 committers (50.0%) from academic institutions -
✓Institutional organization owner
Organization uscbiostats has institutional domain (biostatsepi.usc.edu) -
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.0%) to scientific vocabulary
Repository
Association of covariance to detect differential co-expression
Basic Info
Statistics
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
- Releases: 2
Metadata Files
README.md
modACDC
Association of covariance to detect differential co-expression (ACDC) is a novel approach for detection of differential co-expression that simultaneously accommodates multiple phenotypes or exposures with binary, ordinal, or continuous data types. The default method (ACDC) identifies modules using Partition and the modACDC method allows users to supply their own modules. Also included are functions to choose an information loss criterion (ILC) for Partition using OmicS-data-based Complex trait Analysis (OSCA) or Genome-wide Complex Trait Analysis (GCTA).
The manuscript for ACDC can be found here.
Installation
You can install modACDC directly from CRAN with:
r
install.packages("modACDC")
Or you can install the development, GitHub version with:
```{r}
install.packages("remotes")
remotes::install_github("USCbiostats/ACDC") ```
OSCA
OSCA is a suite of C++ functions that provides an estimate of the percent of variance in an external phenotype that can be explained by an omics profile, akin to heritability estimates in GWAS. Here, we make calls to OSCA's Omics Restricted Maximum Likelihood (OREML) method.
In order to use the OSCA functions, the user must specify the absolute path to the OSCA software, which can be downloaded from the Yang Lab website here.
GCTA
GCTA is a suite of C++ functions that provides an estimate of the heritability of a trait. Here, we make calls to GCTA's Genomics REstricted Maximum Likelihood (GREML) method.
In order to use the GCTA functions, the user must specify the absolute path to the GCTA software, which can be downloaded from the Yang Lab website here.

Owner
- Name: USC Division of Biostatistics
- Login: USCbiostats
- Kind: organization
- Location: Los Angeles, CA
- Website: https://biostatsepi.usc.edu/
- Repositories: 34
- Profile: https://github.com/USCbiostats
GitHub Events
Total
Last Year
Committers
Last synced: 10 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| katelynqueen98 | k****n@u****u | 94 |
| Paul Marjoram | p****a@g****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 8 months ago
All Time
- Total issues: 1
- Total pull requests: 0
- Average time to close issues: about 6 hours
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- katelynqueen98 (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 260 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 3
- Total maintainers: 1
cran.r-project.org: modACDC
Association of Covariance for Detecting Differential Co-Expression
- Homepage: https://github.com/USCbiostats/ACDC
- Documentation: http://cran.r-project.org/web/packages/modACDC/modACDC.pdf
- License: MIT + file LICENSE
-
Latest release: 2.0.1
published about 2 years ago
Rankings
Maintainers (1)
Dependencies
- R >= 4.1.0 depends
- CCA * imports
- CCP * imports
- data.table * imports
- doParallel * imports
- foreach * imports
- ggplot2 * imports
- parallel * imports
- partition * imports
- stats * imports
- tidyr * imports
- utils * imports