-
Notifications
You must be signed in to change notification settings - Fork 9
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
readChromatogram(...) #1
Comments
Our old |
This would mean that the |
at least we should have that in mind to add this functionality later.
C
…On Fri, Aug 28, 2020 at 2:35 PM Tobias Kockmann ***@***.***> wrote:
This would mean that the detector becomes an additional attribute of the
function.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABFMYYZV3FIRG2DWGHZB6KDSC6QB5ANCNFSM4QKMPDBA>
.
|
@cpanse How would I instruct readChromatogram to return a TIC or BPC instead of an XIC? |
cpanse
added a commit
that referenced
this issue
Oct 21, 2020
cpanse
added a commit
that referenced
this issue
Oct 22, 2020
cpanse
added a commit
that referenced
this issue
Oct 23, 2020
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
refactor
rawDiag::readXICs(rawfile, masses=unique(RAW$PrecursorMass), tol=1000)
returns a nested S3 list
with additional attributes:
input:
type BPC, TIC need no additional parameters. XIC requires mz and tolerance in addition.
output:
The text was updated successfully, but these errors were encountered: