Science Score: 26.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
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.0%) to scientific vocabulary
Last synced: 9 months ago
·
JSON representation
Repository
Genetic Association Analysis with R (II)
Basic Info
- Host: GitHub
- Owner: jinghuazhao
- License: other
- Language: R
- Default Branch: main
- Homepage: https://jinghuazhao.github.io/gaawr2/
- Size: 9.05 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 1 year ago
· Last pushed 11 months ago
Metadata Files
Readme
Changelog
License
README.Rmd
---
output: github_document
---
```{r readme, echo = FALSE, include=FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/"
)
```
```{r, echo = FALSE, message=FALSE, warning=FALSE}
desc <- read.dcf("DESCRIPTION")
title <- desc[, "Title"]
knitr::asis_output(paste0("##"," ", title,"\n\n"))
```
[](https://github.com/jinghuazhao/gaawr2/actions/workflows/pages/pages-build-deployment)
[](https://github.com/jinghuazhao/gaawr2/actions/workflows/R-CMD-check.yaml)
```{r, echo = FALSE, message=FALSE, warning=FALSE}
description <- desc[, "Description"]
lines <- unlist(lapply(strsplit(description, "\n"),paste,""))
lines[[length(lines)]] <- gsub(" $","",lines[[length(lines)]])
knitr::asis_output(lines)
```
## Installation
The latest version of **gaawr2** can be installed as usual:
### 1. Install from R
```r
# CRAN
install.packages("gaawr2")
# GitHub
if (!requireNamespace("remotes", quietly = TRUE)) install.packages("remotes")
remotes::install_github("jinghuazhao/gaawr2")
```
### 2. Install from GitHub repository
```bash
git clone https://github.com/jinghuazhao/gaawr2
R CMD INSTALL gaawr2
```
Dependencies are detailed in the DECRIPTION file of the package at GitHub.
## A summary of functions
This can be seen from R with
```r
library(help=gaawr2)
```
or
```r
library(gaawr2)
?gaawr2
```
Owner
- Name: Jing Hua Zhao
- Login: jinghuazhao
- Kind: user
- Location: United Kingdom
- Company: University of Cambridge
- Website: https://jinghuazhao.github.io
- Repositories: 40
- Profile: https://github.com/jinghuazhao
Statistics & Computing,in genetics, epidemiology & public health
GitHub Events
Total
- Push event: 401
- Create event: 3
Last Year
- Push event: 401
- Create event: 3
Packages
- Total packages: 1
-
Total downloads:
- cran 78 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 2
- Total maintainers: 1
cran.r-project.org: gaawr2
Genetic Association Analysis
- Homepage: https://jinghuazhao.github.io/gaawr2/
- Documentation: http://cran.r-project.org/web/packages/gaawr2/gaawr2.pdf
- License: MIT + file LICENSE
-
Latest release: 0.0.3
published about 1 year ago
Rankings
Dependent packages count: 27.2%
Dependent repos count: 33.4%
Average: 49.2%
Downloads: 87.0%
Maintainers (1)
Last synced:
10 months ago
Dependencies
.github/workflows/R-CMD-check.yaml
actions
- JamesIves/github-pages-deploy-action v4.5.0 composite
- actions/checkout v4 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
DESCRIPTION
cran
- Rdpack * imports
- dplyr * imports
- gap * imports
- ggplot2 * imports
- BGLR * suggests
- BLR * suggests
- GMMAT * suggests
- HardyWeinberg * suggests
- MCMCglmm * suggests
- SNPassoc * suggests
- haplo.stats * suggests
- locuszoomr * suggests
- pedigreemm * suggests
- powerEQTL * suggests