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

Retrieving contribution of genes to axes #7

Open
SMirca opened this issue Nov 5, 2017 · 8 comments
Open

Retrieving contribution of genes to axes #7

SMirca opened this issue Nov 5, 2017 · 8 comments

Comments

@SMirca
Copy link

SMirca commented Nov 5, 2017

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?

@hojwk
Copy link
Contributor

hojwk commented Nov 6, 2017

Unfortunately this is not possible from PCoA (not PCA). The input of PCoA is a pairwise dissimilarity matrix, not a gene expression matrix.

@SMirca
Copy link
Author

SMirca commented Nov 7, 2017

Is there any way to get the contribution of the genes to the CIDR clustering?

@hojwk
Copy link
Contributor

hojwk commented Nov 7, 2017

Sorry, CIDR does not have that functionality. You could consider performing differential expression analysis after you have obtained a suitable clustering in CIDR.

@SMirca
Copy link
Author

SMirca commented Nov 10, 2017

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

@hojwk
Copy link
Contributor

hojwk commented Nov 11, 2017

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.

@SMirca
Copy link
Author

SMirca commented Dec 13, 2017

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

@hojwk
Copy link
Contributor

hojwk commented Dec 14, 2017

The details of the implicit imputation steps are explained in this paper: https://genomebiology.biomedcentral.com/articles/10.1186/s13059-017-1188-0

@SMirca
Copy link
Author

SMirca commented Dec 19, 2017

Thank you

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