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

first test example fails #77

Open
cpanse opened this issue Nov 29, 2017 · 2 comments
Open

first test example fails #77

cpanse opened this issue Nov 29, 2017 · 2 comments
Assignees

Comments

@cpanse
Copy link
Collaborator

cpanse commented Nov 29, 2017

from 2017-09-06

screen shot 2017-11-29 at 09 18 03

> library(deisotoper)
> x <- list(mZ = c(1, 2, 2.5, 3), intensity = rep(1, 4), pepmass=600, charge=2)
> dtoper <- deisotoper(delta = 0.15)
> (xd <- deisotope(dtoper, x))
$title
NULL

$rtinseconds
NULL

$charge
[1] 2

$scan
NULL

$pepmass
[1] 600

$mZ
[1] 1 1 2

$intensity
[1] 7 7 3

$id
NULL
@LucasSchmidt97
Copy link
Collaborator

$title
NULL

$rtinseconds
NULL

$charge
[1] 2

$scan
NULL

$pepmass
[1] 600

$mZ
[1] 1 2

$intensity
[1] 3 3

$id
NULL

Is correct aggregated?

rplot

@LucasSchmidt97
Copy link
Collaborator

Now it's correct.

rplot01

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants