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 function to isolate peak annotation #2

Open
michaelwitting opened this issue Dec 28, 2019 · 1 comment
Open

Add function to isolate peak annotation #2

michaelwitting opened this issue Dec 28, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@michaelwitting
Copy link
Collaborator

Function to read possible peak annotation is required

@michaelwitting michaelwitting added the enhancement New feature or request label Dec 28, 2019
jorainer pushed a commit that referenced this issue Jun 23, 2021
@stanstrup
Copy link

Also exporting it...
test data: https://raw.githubusercontent.com/MassBank/MassBank-data/main/Eawag/MSBNK-Eawag-EA000403.txt

If I understood correctly this should read it but doesn't:

metaDataBlocks <- data.frame(metadata = c("ac", "ch", "sp", "ms",
                                          "record", "pk", "comment"),
                             read = rep(TRUE, 7))

sps <- Spectra("MSBNK-Eawag-EA000403.txt",
               source = MsBackendMassbank(),
               backeend = MsBackendDataFrame(),
               metaBlock = metaDataBlocks)

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

2 participants