Skip to content

purity score calculation #50

Closed
Closed
@jsaintvanne

Description

@jsaintvanne

Hi Thomas,

I'm working on a file from our laboratory and we ask ourselves some questions about purity score calculation : what is the isolation window and where we can find it ?

After some searches, we find the get_isolation_offsets function.

Our problem is that we can't find lines you are searching for :

if (!lowFound){
      low <- as.numeric(stringr::str_match(oneLine, '^.*name=\"isolation window lower offset\" value=\"([0-9]+\\.[0-9]+).*$')[,2])
      if(!is.na(low)){lowFound=TRUE}
    }

    if (!highFound){
      high <- as.numeric(stringr::str_match(oneLine, '^.*name=\"isolation window upper offset\" value=\"([0-9]+\\.[0-9]+).*$')[,2])
      if(!is.na(high)){highFound=TRUE}
    }

We worked on a Thermo Q-exactive spectrometer and the line we should search is the following :
<precursorMz precursorScanNum="367" precursorIntensity="4.065790625e05" activationMethod="HCD" windowWideness="2.0">251.104995727539</precursorMz>

And I add that we have a window here that we should divide by 2...

What do you think about that ? Is it something that you have already faced ?

Thanks !!

Julien

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions