-
Notifications
You must be signed in to change notification settings - Fork 22
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
Retrieving contribution of genes to axes #7
Comments
Unfortunately this is not possible from PCoA (not PCA). The input of PCoA is a pairwise dissimilarity matrix, not a gene expression matrix. |
Is there any way to get the contribution of the genes to the CIDR clustering? |
Sorry, CIDR does not have that functionality. You could consider performing differential expression analysis after you have obtained a suitable clustering in CIDR. |
Thank you for your reply and suggestion. I was wondering also if from CIDR, it's possible to get the new expression table with the imputed values for the dropout candidates and real values for the non-candidates. If I correctly understood how CIDR works, CIDR uses that new expression table to calculate the dissimilarity matrix. I would like to have that new expression table |
The approach implemented in CIDR is called 'implicit imputation'. Imputation is only perform within the calculation of pairwise dissimilarities. We do not (and are unable to) compute a value per drop-out candidate. If you want to perform imputation, there are other published tools to do that. CIDR is designed for ultrafast dimensionality reduction and clustering. |
Thank you for your reply. I do not want to specifically perform an imputation. I want to understand how the imputation step is done by CIDR, what values are imputed within the calculation of pairwise dissimilarities, exactly how CIDR decides which value to impute. I'm not very familiar with codes. So, the CIDR Rscript is not very clear for me about how the imputation is done and how the dissimilarity matrix is calculated. Thank you for your help |
The details of the implicit imputation steps are explained in this paper: https://genomebiology.biomedcentral.com/articles/10.1186/s13059-017-1188-0 |
Thank you |
With PCA, it is possible to get the contribution of the genes to the different axes. Is there a way to get this information with the PCoA of CIDR?
The text was updated successfully, but these errors were encountered: