Learn R Programming

wrProteo (version 1.5.0)

readSdrf: Read proteomics meta-data as sdrf file This function allows reading proteomics meta-data from sdrf file, as they are provided on https://github.com/bigbio/proteomics-metadata-standard. Thus function requires the package utils being installed.

Description

Read proteomics meta-data as sdrf file

This function allows reading proteomics meta-data from sdrf file, as they are provided on https://github.com/bigbio/proteomics-metadata-standard. Thus function requires the package utils being installed.

Usage

readSdrf(
  fi,
  chCol = "auto",
  urlPrefix = "github",
  silent = FALSE,
  callFrom = NULL,
  debug = FALSE
)

Arguments

fi

(character) main input; may be full path or url to the file with meta-annotation. If a short project-name is given, it will be searched based at the location of urlPrefix

chCol

(character, length=1) optional checking of column-names

urlPrefix

(character, length=1) prefix to add to search when no complete path or url is given on fi, defaults to proteomics-metadata-standard on github

silent

(logical) suppress messages

callFrom

(character) allows easier tracking of message(s) produced

debug

(logical) display additional messages for debugging

Value

data.frame

See Also

in read.table

Examples

Run this code
# NOT RUN {
pxd001819 <- readSdrf("PXD001819")
str(pxd001819)

 
# }

Run the code above in your browser using DataLab