Mercurial > repos > tomnl > assess_purity_msms
diff anticipated_purity_dims.R @ 11:b262a6306ffe draft
planemo upload for repository https://github.com/computational-metabolomics/mspurity-galaxy commit 0aa10df0ec1ed71601f932cfb11d7d4d4f620d80-dirty
author | tomnl |
---|---|
date | Thu, 03 May 2018 07:27:48 -0400 |
parents | 403ef9c57550 |
children | b20a4121a436 |
line wrap: on
line diff
--- a/anticipated_purity_dims.R Wed May 02 14:26:46 2018 -0400 +++ b/anticipated_purity_dims.R Thu May 03 07:27:48 2018 -0400 @@ -42,7 +42,7 @@ filename = sub("raw", "mzML", filename, ignore.case = TRUE) print(filename) - df <- indf[3:nrow(indf),] + df <- indf[4:nrow(indf),] if ('blank_flag' %in% colnames(df)){ df <- df[df$blank_flag==1,] }