PXD000001: The 'PXD000001' data set

Details References See Also Examples

Details

The package contains a subset of the files from the ProteomeXchange PXD000001 data set. This package is meant to be used for teaching and demonstration purposes, when no internet access is available. The functions available in this package mimic the behaviour of rpx for the local files.

To obtain a list of available files, use px1files(), which will return a vector of file names. Additional paramters can be used that will be passed to list.files. See below for an example.

The px1get function takes one or several file names, as returned by px1files() as input and copies the file(s) into the working directory. To copy all the files, use px1get("all").

The data of this package has been retrieved using the "scripts/getPXD000001.R" available in the package directory.

References

The data was originally published in Gatto L, Christoforou A. Using R and Bioconductor for proteomics data analysis. Biochim Biophys Acta. 2014 Jan;1844(1 Pt A):42-51. doi: 10.1016/j.bbapap.2013.04.032. Epub 2013 May 18. Review. PubMed PMID: 23692960.

See Also

The rpx package, that was used to download the data from the ProteomeXchange repository.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
## Available functions:
library("PXD000001")
ls("package:PXD000001")
fls <- px1files()
fls

## Original data
library("rpx")
px <- PXDataset("PXD000001")
pxfiles(px)


## Not run: 
  ## Get one files
  px1get("erwinia_carotovora.fasta")
  ## Get all the data into working dir
  px1get("all")

## End(Not run)

lgatto/PXD000001 documentation built on May 24, 2019, 5:01 a.m.