-
Notifications
You must be signed in to change notification settings - Fork 5
Can singscore handle missing values #30
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
Comments
Hi @evrama, Singscore cannot be used with missing values in the matrix as it is as it was primarily designed for use with transcriptomic data. For proteomic data, you could use a workaround whereby you score each sample independently while removing NAs. The method would hold mathematically if you do so. I am keen to integrate this in the future too since proteomics data is becoming more readily available now. I will work on adding this as a feature ASAP (though it may take a few weeks to get it done). I would recommend using the workaround I suggested in the meantime. I will notify on this post once that feature is integrated. Cheers, |
Hi, |
Has this been fixed in singscore yet? I have alot of NA in my data. Here are my samples and number of missing data:
The worst sample is 'mock_run6' with 72% missing expression data. The reason is that I'm merging 3 RNAseq and scRNAseq experiments that can have different sets of gene symbols as well as some samples with low depth. So, do you recommend that I run singscore individually on each sample after removing NA values? How comparable are the singscores across samples if I do this? Thank you |
I am exploring your tool to score a bidirectional signature in my proteomics data. Can singscore handle missing values in the expression matrix? I tried and I am getting NAs in the score output
The text was updated successfully, but these errors were encountered: