Skip to content

rt_idx and find peaks?#open #27

@deevanshi243

Description

@deevanshi243

Hello again :)

I'm alittle confused about the arguments like rt_idx, and dt_idx- are these the residuals in the column? What do these mean specifically and how do I know what is the optimal value for them? I read the vignette and I still couldnt really understand, would you mind providing a little more elaborate explanation?

I'm applying the pwt for peak detectoion but my code isnt doing a very good job- I'm only able to ID like 2 peaks in a sample even though I can clearly see more. So i might be setting the arguments inefficiently?

Eg. this is for a chromatogram-it starts with the scales but then just stops, shows nothing after that

 ch1 <- findPeaks(
+   one_ims2_smoothed,
+   verbose = TRUE,
+   length_in_xunits = 3,
+   peakwidth_range_xunits = c(10, 25),
+   extension_factor = 0,
+   iou_overlap_threshold = 0.2,
+   debug = FALSE
+ )
ℹ Using the following scales: 1, 10, 15, 23, 25

Super grateful! :)
Thankyou!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions