Mercurial > repos > bornea > saint_preprocessing
comparison flatten_mzIdentML.R @ 66:d8cc862e6412 draft
Uploaded
author | bornea |
---|---|
date | Sat, 27 Aug 2016 22:14:02 -0400 |
parents | |
children | 47aa4f551c53 |
comparison
equal
deleted
inserted
replaced
65:a551998e1068 | 66:d8cc862e6412 |
---|---|
1 #! /usr/bin/Rscript | |
2 args <- commandArgs(trailingOnly = TRUE) | |
3 #source("https://bioconductor.org/biocLite.R") | |
4 #biocLite("mzID") | |
5 library(mzID) | |
6 library(dplyr) | |
7 mzResults <- mzID(args[1]) | |
8 flatresults <- flatten(mzResults) | |
9 write.table(flatresults,"flat_mzIdentML.txt",sep="\t",quote=FALSE,row.names=FALSE) |