Represents the zip mass spec file
SCZip.Rd
Represents 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_file
the actual zip file
zip_metadata
the metadata about the zip file
metadata
the metadata itself
metadata_file
the metadata file
sc_mzml
the mzML data object.
peaks
??
sc_peak_region_finder
the peak finder object
json_summary
jsonized summary of the peak characterization
id
the identifier of the sample
out_file
where to put the final file
temp_directory
where 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_file
the mzML file to load
mzml_meta_file
an optional metadata file
out_file
where to save the final file
load_mzml
should the mzML file actually be loaded into an SCMzml object?
load_peak_list
should the peak list be loaded if this is previously characterized?
temp_loc
where to make the temp file while working with the data