Represents the zip mass spec file
SCZip.RdRepresents the zip mass spec file
Represents the zip mass spec file
Details
This reference class represents the zip mass spec file. It does this by providing objects for the zip file, the metadata, as well as various bits underneath such as the mzml data and peak lists, and their associated metadata. Although it is possible to work with the SCZip object directly, it is heavily recommended to use the SCCharacterizePeaks object for carrying out the various steps of an analysis, including peak finding.
Public fields
zip_filethe actual zip file
zip_metadatathe metadata about the zip file
metadatathe metadata itself
metadata_filethe metadata file
sc_mzmlthe mzML data object.
peaks??
sc_peak_region_finderthe peak finder object
json_summaryjsonized summary of the peak characterization
idthe identifier of the sample
out_filewhere to put the final file
temp_directorywhere we keep everything until peak characterization is done
Methods
Method compare_mzml_corresponded_densities()
compare peak densities
Usage
SCZip$compare_mzml_corresponded_densities(
mz_range = c(150, 1600),
window = 1,
delta = 0.1
)Method new()
Create a new SCZip object.
Arguments
in_filethe mzML file to load
mzml_meta_filean optional metadata file
out_filewhere to save the final file
load_mzmlshould the mzML file actually be loaded into an SCMzml object?
load_peak_listshould the peak list be loaded if this is previously characterized?
temp_locwhere to make the temp file while working with the data