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

Enable getting data with fewer lines of code [FEATURE] #131

Open
johentsch opened this issue Mar 18, 2025 · 0 comments
Open

Enable getting data with fewer lines of code [FEATURE] #131

johentsch opened this issue Mar 18, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@johentsch
Copy link
Owner

Is your feature request related to a problem? Please describe.

This should be possible in one line:

dlc = ms3.Parse(path)
dlc.view.include("facet", "expanded")
dlc.parse_tsv()
dlc_annotations = dlc.get_facet("expanded")

Describe the solution you'd like

The classes should receive arguments parse_scores and parse_tsv (defaulting to False) and facets to modify the view accordingly.

@johentsch johentsch added the enhancement New feature or request label Mar 18, 2025
@johentsch johentsch self-assigned this Mar 18, 2025
@johentsch johentsch changed the title Name of the suggested feature [FEATURE] Enable getting data with fewer lines of code [FEATURE] Mar 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant