Get BPC¶
This function is implemented in the MSData class to obtain the base peak chromatogram (BPC).
- getBPCData(self)¶
Function to prepare data for BPC.
It generates the following attributes in the MSData object:
rtBPC: retention time points of the BPC
intensityBPC: intensity values of the BPC
To use this function:
# You need a MSData object (d)
d.getBPCData()