https://github.com/bioconductor-source/qtlexperiment
Science Score: 13.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
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.9%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: bioconductor-source
- License: gpl-3.0
- Language: R
- Default Branch: devel
- Size: 347 KB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
QTLExperiment Package
QTLExperiment is an R container package for storing and manipulating QTL summary statistics.
| | |
| -------------- | ------------- |
| Project Status | |
| Latest release | 2022-11-08 |
Installation and Usage
This package can be installed from Bioconductor using the following code:
``` if (!require("BiocManager", quietly=TRUE)) install.packages("BiocManager")
BiocManager::install("QTLExperiment", version = "devel") ```
Using the most recent version of R is strongly recommended (R 4.3.1 at the time of writing).
There are several other packages from CRAN and Bioconductor that QTLExperiment uses, so you will need to have these packages installed as well. The CRAN packages should install automatically when QTLExperiment is installed, but you will need to install the Bioconductor packages manually.
Not all of the following are strictly necessary, but have been included here as they enhance the functionality of QTLExperiment. The commands below should help with package installations.
CRAN
{r install-cran}
install.packages(c("knitr", "dplyr", "collapse", "vroom", "ashr", "tidyr", "testthat"))
Bioconductor
{r load-bioc}
BiocManager::install(c("SummarizedExperiment", "BiocGenerics", "S4Vectors"))
Getting started
Get started with QTLExperiment by checking out the vignette that introduces the main features and functionality of QTLExperiment. From inside an R session, load QTLExperiment and then browse the vignettes:
library(QTLExperiment)
browseVignettes("QTLExperiment")
Acknowledgements and disclaimer
The package leans heavily on previously published work and packages, namely SummarizedExperiment. The QTLE S4 class is inspired by SingleCellExperiment.
The package is currently in a Beta state. The major functionality of the package is settled, but it is still under development so may change from time to time. Please do try it and contact me with bug reports, feedback, feature requests, questions and suggestions to improve the package.
Christina Brady Del Azodi, November 2022
Owner
- Name: (WIP DEV) Bioconductor Packages
- Login: bioconductor-source
- Kind: organization
- Email: maintainer@bioconductor.org
- Website: https://bioconductor.org
- Repositories: 1
- Profile: https://github.com/bioconductor-source
Source code for packages accepted into Bioconductor
GitHub Events
Total
Last Year
Dependencies
- SummarizedExperiment * depends
- BiocGenerics * imports
- S4Vectors * imports
- ashr * imports
- checkmate * imports
- collapse * imports
- dplyr * imports
- methods * imports
- rlang * imports
- stats * imports
- tibble * imports
- tidyr * imports
- utils * imports
- vroom * imports
- BiocStyle * suggests
- covr * suggests
- knitr * suggests
- rmarkdown * suggests
- testthat * suggests