Skip to content

An R package to query and download PRIDE projects

License

Notifications You must be signed in to change notification settings

rintukutum/rpride

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Install

library('devtools')
install_github('rintukutum/rpride')

Get information about a PRIDE project

# load rpride library
library('rpride')
# PRIDE ID
pxd <- 'PXD000561'
project.info <- get.project.detail(pxd)

Get all PRIDE projects

pride_projects <- get.pride.projects()

About

An R package to query and download PRIDE projects

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages