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

Extraction of dendrogram feature order #308

Open
tkapello opened this issue Jun 17, 2024 · 1 comment
Open

Extraction of dendrogram feature order #308

tkapello opened this issue Jun 17, 2024 · 1 comment

Comments

@tkapello
Copy link

Dear mixOmics team,

I have run cim() and would like to extract the order of the features on the heatmap. I tried to re-run the function but could not succeed. Could you help?

Thank you in advance.

@LafontRapnouilTristan
Copy link

Hi,

I've done it myself by assigning the output of cimDiablo to an object sayed_object.
You can then access row and column order (which are clustered) via sayed_object$row.names and sayed_object$col.names.
Hope it helped,
Cheers

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