HiLDA
:package: An R package for inferring the mutational exposures difference between groups.
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 5 DOI reference(s) in README -
○Academic publication links
-
✓Committers with academic emails
1 of 5 committers (20.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.8%) to scientific vocabulary
Keywords
mutational-signatures
r-package
rjags
somatic-mutations
Last synced: 9 months ago
·
JSON representation
Repository
:package: An R package for inferring the mutational exposures difference between groups.
Basic Info
- Host: GitHub
- Owner: USCbiostats
- Language: R
- Default Branch: master
- Homepage: https://bioconductor.org/packages/devel/bioc/html/HiLDA.html
- Size: 21.1 MB
Statistics
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 1
- Releases: 0
Topics
mutational-signatures
r-package
rjags
somatic-mutations
Created about 7 years ago
· Last pushed over 4 years ago
https://github.com/USCbiostats/HiLDA/blob/master/
# HiLDA: "*Hi*erarchical *L*atent *D*irichlet *A*llocation"
[](https://www.bioconductor.org/packages/HiLDA)
[](https://bioconductor.org/packages/stats/bioc/HiLDA)
[](https://doi.org/10.7717/peerj.7557) [](https://image.usc.edu)
## Introduction
The R package `HiLDA` is developed under the Bayesian framework to allow
statistically testing whether there is a change in the mutation burdens of
mutation signatures between two groups. The mutation signature is defined based
on the independent model proposed by Shiraishi's et al.
## Paper
- **Yang Z**, Pandey P, Shibata D, Conti DV, Marjoram P, Siegmund KD. 2019. HiLDA: a statistical approach to investigate differences in mutational signatures. PeerJ 7:e7557 https://doi.org/10.7717/peerj.7557
## Installation
Now you can download the pacakge from Bioconductor https://bioconductor.org/packages/devel/bioc/html/HiLDA.html
```
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("HiLDA")
```
## Documentation
To view documentation for the version of this package installed in your system, start R and enter:
```
browseVignettes("HiLDA")
```
## An introduction to HiLDA
Tutorials:
https://bioconductor.org/packages/devel/bioc/vignettes/HiLDA/inst/doc/HiLDA.html
R Scripts:
https://bioconductor.org/packages/devel/bioc/vignettes/HiLDA/inst/doc/HiLDA.R
## Funding
This work was supported by NCI grant numbers 5P30 CA014089 and P01 CA196569.
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: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Zhi Yang | z****g@u****u | 29 |
| Nitesh Turaga | n****a@g****m | 8 |
| zhiiiyang | z****5@g****m | 7 |
| Zhi Yang | z****g@Z****l | 2 |
| George G. Vega Yon | g****n@g****m | 1 |
Committer Domains (Top 20 + Academic)
usc.edu: 1
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 1
- Total pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: 33 minutes
- Total issue authors: 1
- Total pull request authors: 2
- Average comments per issue: 8.0
- Average comments per pull request: 0.0
- Merged pull requests: 2
- 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
- jennprk (1)
Pull Request Authors
- zhiiiyang (1)
- gvegayon (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- bioconductor 10,381 total
- Total dependent packages: 1
- Total dependent repositories: 0
- Total versions: 5
- Total maintainers: 1
bioconductor.org: HiLDA
Conducting statistical inference on comparing the mutational exposures of mutational signatures by using hierarchical latent Dirichlet allocation
- Homepage: https://github.com/USCbiostats/HiLDA https://doi.org/10.1101/577452
- Documentation: https://bioconductor.org/packages/release/bioc/vignettes/HiLDA/inst/doc/HiLDA.pdf
- License: GPL-3
-
Latest release: 1.22.0
published about 1 year ago
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 25.0%
Downloads: 75.1%
Maintainers (1)
Last synced:
10 months ago
Dependencies
DESCRIPTION
cran
- R >= 4.1 depends
- ggplot2 * depends
- BSgenome.Hsapiens.UCSC.hg19 * imports
- BiocGenerics * imports
- Biostrings * imports
- GenomicFeatures * imports
- GenomicRanges * imports
- R2jags * imports
- Rcpp * imports
- S4Vectors * imports
- TxDb.Hsapiens.UCSC.hg19.knownGene * imports
- XVector * imports
- abind * imports
- cowplot * imports
- forcats * imports
- grDevices * imports
- grid * imports
- methods * imports
- stats * imports
- stringr * imports
- tidyr * imports
- utils * imports
- BiocStyle * suggests
- knitr * suggests
- rmarkdown * suggests
- testthat * suggests