-
Notifications
You must be signed in to change notification settings - Fork 25
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
Is Warning $PnR NA is invalid while running flowCore::read.FCS safe to ignore? #243
Comments
This doesn't impact the data that has been parsed from your fcs file per se, these instrument range/maxRanges are imputed by the maximum data value as warning message suggested. but I do see you still have an invalid range value ($P59) in your flowframe object, which is concerning you can print the original keywords to check what has been exported by your Spectre::write.files() function also print the data range for $P59 to see what's going on |
Thank you very much, @mikejiang! I think the P59 having NaN here is because we ran the experiment with 100 wells. Each well has the same backbone antibodies, but for PE, each well has a different PE-conjugated antibody. So, when I exported the data from the Aurora spectral cytometer, for some wells I assigned a name for the PE channel, but for other wells, I left blank. So, actually, for this particular FCS file, the PE channel was not P59-Comp-PE, but CD1-PE which does have values and not just NaN. I will try to go back to the naming and keep the PE channel just blank for all files, and see if this warning still appeared and will let you know. |
Realised I replied to the wrong github thread. See here: ImmuneDynamics/Spectre#149 |
Thank you so much for your time @ghar1821! I will try `divide.by="FileName" and let you know, and check on QUESTION 3 and let you know. And, yes please, having a guide on how to incorporate the following packages to our
|
@denvercal1234GitHub I'm copy pasting your reply above to the Spectre github issue thread. Save cluttering this issue as I originally replied to your question in the wrong thread! |
This was the issue. Solution = change the marker names before exporting the data from cytometer into FlowJo and subsequent R packages. |
Hi there,
I encountered the Warning of
$PnR NA is invalid
when runningflowCore::read.FCS
on my spectral flow FCS files.Note that I first exported the FCS files as Channel values, then use
Spectre::write.files()
to convert them into FCS files (ImmuneDynamics/Spectre#149), so that I can useflowCore::read.FCS()
because ultimately I want to use thepeacoQC package
which only accepts FCS files.The warning was discussed at #192 by @cciccole and @gfinak, but I am unclear what the final advice was. Would you mind helping me address this warning?
Thank you.
Code:
Ouputs:
The text was updated successfully, but these errors were encountered: