verkkofillet.pp.getQV#
- verkkofillet.pp.getQV(obj, qvFile='kmer/assembly.qv_cal.qv')[source]#
Reads a QV (Quality Value) file, parses it, and attaches the resulting DataFrame to the provided object.
- Parameters:
obj – The object to which the DataFrame will be attached.
qvFile – The path to the QV file. Default is “kmer/assembly.qv_cal.qv”.
- Returns:
obj – The object with the QV DataFrame attached
- Return type: