Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add positive flag for correlation analysis and update pandas data fra… #15

Merged
merged 13 commits into from May 4, 2023

Conversation

wanchanglin
Copy link
Collaborator

Dear Ralf,

I have pushed branch wl into your beamspy. The changes are:

  • statistics.py: change function correlation_coefficients with new
    argument positive(default is True) and update data frame combination
    with new functions (prevent warnings). So the default correlation
    coefficient is positive only otherwise is both positive and negative.
  • grouping.py: add argument positive=True to function group_features.
  • in_out.py: update function combine_peaklist_matrix with new pandas
    feature to avoid warning.
  • __main__.py: add argument positve to group_features.
  • run.py, run.sh and examples.ipynb: add argument positve to
    group_features.
  • data/adducts.txt,data/isotopes.txt,data/multiple_charged_ions.txt
    and data/neutral_losses.txt: remove ^M with command sed -r "s/\r/\n/g"

I have not made any changes for rest of the beamspy.

Best regards,

wl

@wanchanglin wanchanglin requested a review from RJMW February 3, 2023 16:02
@wanchanglin
Copy link
Collaborator Author

This the last commit from branch 'wl'.

@RJMW RJMW changed the base branch from master to dev May 4, 2023 10:46
@RJMW RJMW merged commit 5b650dd into dev May 4, 2023
@RJMW RJMW deleted the wl branch May 4, 2023 12:16
RJMW added a commit that referenced this pull request May 12, 2023
* Add "positive" flag for correlation analysis and update pandas data fra… (#15)

* Add check box to GUI for "filtering" positive correlations

* Update CLI for neutral losses

* Update GitHub actions and configs (#17)

* Update README.rst (Minor)

---------

Co-authored-by: Wanchang Lin <wanchang_lin@outlook.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants