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

Handling missing values in a citruskey #83

Open
davemcilwain opened this issue Oct 31, 2015 · 1 comment
Open

Handling missing values in a citruskey #83

davemcilwain opened this issue Oct 31, 2015 · 1 comment

Comments

@davemcilwain
Copy link

I have a nearly complete set of fcs files with baseline + serial samples from multiple individuals. The only problem is that I am missing some samples/fcs files from some later timepoints. I would like to be able to do one large CITRUS run with all files and all timepoints compared to baseline. However, I get an error when my 'citruskey' file has missing files in the matrix.

Is there a way to force the program to ignore missing files and process what it has available for a given time-point?

THANK YOU

@rbruggner
Copy link
Collaborator

Unfortunately, none of the models that citrus uses to determine an association between cluster feature and endpoints know how to handle missing values.

If you are just interested in clustering those files together (with no endpoint association), you can achieve that using the Citrus R code directly.

If you want to still perform associations with the endpoint, but include the conditions with the missing values, i think you'll have to build the features yourself and chose another model (not built into Citrus) that supports missing values (like a regression tree or something similar).

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