~ubuntu-branches/ubuntu/vivid/r-cran-readbrukerflexdata/vivid-proposed

« back to all changes in this revision

Viewing changes to man/readBrukerFlexFile.Rd

  • Committer: Package Import Robot
  • Author(s): The Debichem Group
  • Date: 2013-08-28 13:42:19 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20130828134219-2w0p8unqlgysyt6d
Tags: 1.7-1
* New upstream release.
* debian/control.in:
  - use canonical URI in Vcs-Git/Vcs-Browser.
  - set debhelper (>= 9)
* Uploaded by Filippo Rusconi <lopippo@debian.org>.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
\usage{
5
5
  readBrukerFlexFile(fidFile, removeMetaData = FALSE,
6
6
    useHpc = TRUE, filterZeroIntensities = FALSE,
7
 
    verbose = FALSE)
 
7
    keepNegativeIntensities = FALSE, verbose = FALSE)
8
8
}
9
9
\arguments{
10
10
  \item{fidFile}{\code{character}, path to \emph{fid} file
22
22
  it.  If \code{TRUE} all intensities equal \code{0.0} are
23
23
  removed.  (see also: \sQuote{Details} section)}
24
24
 
 
25
  \item{keepNegativeIntensities}{\code{logical}, don't
 
26
  change it.  If \code{FALSE} all intensities less than
 
27
  zero are replaced by zero.  (see also: \sQuote{Details}
 
28
  section)}
 
29
 
25
30
  \item{verbose}{\code{logical}, print verbose messages?}
26
31
}
27
32
\value{
134
139
  operation time and to keep export file sizes small,
135
140
  CompassXport 3.0.3 will filter out zero (0.0) intensities
136
141
  when exporting to mzXML or mzData \ldots}
 
142
 
 
143
  \code{keepNegativeIntensities}: Change default value is
 
144
  \bold{not recommended}! If \code{TRUE} negative intensity
 
145
  values are not replaced by zero. This parameter exists
 
146
  only to be compatible to Bruker Daltonics CompassXport.
137
147
}
138
148
\examples{
139
149
## load library
153
163
plot(spec$spectrum$mass, spec$spectrum$intensity, type="l", col="red")
154
164
}
155
165
\seealso{
 
166
  \url{https://github.com/sgibb/readBrukerFlexData/wiki},
156
167
  \code{\link[readBrukerFlexData]{readBrukerFlexDir}},
157
168
  \code{\link[readBrukerFlexData]{.hpc}}
158
169
}