View source: R/exportAsWombatP.R
exportAsWombatP | R Documentation |
This function allows exporting objects created from wrProteo to the format of Wombat-P Wombat-P.
exportAsWombatP(
wrProtObj,
path = ".",
combineFractions = "mean",
silent = FALSE,
debug = FALSE,
callFrom = NULL
)
wrProtObj |
(list produced by any import-function from wrProteo) object which will be exported as Wombat-P format |
path |
(character) the location where the data should be exorted to |
combineFractions |
( |
silent |
(logical) suppress messages |
debug |
(logical) display additional messages for debugging |
callFrom |
(character) allows easier tracking of messages produced |
This function creates a set of files (README.md
, test_params.yml
), plus a sud-directory containig file(s) (stand_prot_quant_method.csv
); finally the function returns (NULL
),
readMaxQuantFile
, readProteomeDiscovererFile
; moderTestXgrp
or moderTest2grp
path1 <- system.file("extdata", package="wrProteo")
fiNa <- "proteinGroupsMaxQuant1.txt.gz"
specPr <- c(conta="conta|CON_|LYSC_CHICK", mainSpecies="YEAST", spike="HUMAN_UPS")
dataMQ <- readMaxQuantFile(path1, file=fiNa, specPref=specPr, tit="tiny MaxQuant")
exportAsWombatP(dataMQ, path=tempdir())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.