An R package powered by PRIDE web api. It allows r-users to retrieve project summary
, detail
, assay
and files
using PRIDE accession-ID. It uses PRIDE web API and httr
package to download the content.
library('devtools')
install_github('rintukutum/rpride')
# load rpride library
library('rpride')
# PRIDE ID
pxd <- 'PXD000561'
project.info <- get.project.detail(pxd)
pride_projects <- get.pride.projects()