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 (8.6%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
pQTL panel information
Basic Info
- Host: GitHub
- Owner: jinghuazhao
- License: other
- Language: R
- Default Branch: main
- Homepage: https://jinghuazhao.github.io/pQTLdata/
- Size: 10.6 MB
Statistics
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
- Releases: 1
Created over 3 years ago
· Last pushed over 1 year ago
Metadata Files
Readme
Changelog
License
README.Rmd
---
output: github_document
---
```{r logo, 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"))
description <- desc[, "Description"]
lines <- unlist(lapply(strsplit(description, "\n"),paste,""))
lines[[length(lines)]] <- gsub(" $","",lines[[length(lines)]])
knitr::asis_output(lines)
```
## Installation
### 1. Install from R
```r
# CRAN
install.packages("pQTLdata")
# GitHub
if (!requireNamespace("remotes", quietly = TRUE)) install.packages("remotes")
remotes::install_github("jinghuazhao/pQTLdata")
```
### 2. Install from GitHub repository
```bash
git clone https://github.com/jinghuazhao/pQTLdata
R CMD INSTALL pQTLdata
```
### 3. Install from zip file
```bash
wget https://github.com/jinghuazhao/pQTLdata/archive/refs/heads/main.zip
unzip main
```
## A summary of datasets
```r
library(help=pQTLdata)
help(pQTLdata)
```
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
- Watch event: 1
- Push event: 80
Last Year
- Watch event: 1
- Push event: 80
Packages
- Total packages: 1
-
Total downloads:
- cran 112 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 1
- Total maintainers: 1
cran.r-project.org: pQTLdata
A Collection of Proteome Panels and Meta-Data
- Homepage: https://jinghuazhao.github.io/pQTLdata/
- Documentation: http://cran.r-project.org/web/packages/pQTLdata/pQTLdata.pdf
- License: MIT + file LICENSE
-
Latest release: 0.5
published over 1 year ago
Rankings
Dependent packages count: 27.1%
Dependent repos count: 33.3%
Average: 49.1%
Downloads: 87.0%
Maintainers (1)
Last synced:
11 months ago
Dependencies
DESCRIPTION
cran
- R >= 3.5.0 depends
- knitr * imports
- VennDiagram * suggests
- dplyr * suggests
- grid * suggests