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

Min and Max Range formatted as characters instead of double #5

Closed
timmocking opened this issue Nov 30, 2021 · 1 comment
Closed

Min and Max Range formatted as characters instead of double #5

timmocking opened this issue Nov 30, 2021 · 1 comment

Comments

@timmocking
Copy link

A small suggestion: flowAI converts the Min and Max range as defined in the .FCS parameters to characters. This is normally not an issue, as saving the .FCS re-converts these to doubles. However, if you run an additional anomaly detection algorithm after running flowAI, the output is erroneous because of this.

library(flowAI)
library(flowCore)

ff <- read.FCS(FILE)
ff <- flow_auto_qc(ff, output=2)

meta <- flowWorkspace::pData(flowCore::parameters(ff))
typeof(meta['FSC-A', 'minRange'])
@giannimonaco
Copy link
Owner

giannimonaco commented Nov 30, 2021 via email

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

No branches or pull requests

2 participants