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

MAE helper methods #388

Open
antagomir opened this issue Jul 7, 2023 · 1 comment
Open

MAE helper methods #388

antagomir opened this issue Jul 7, 2023 · 1 comment

Comments

@antagomir
Copy link
Member

The MAE sample names are not always in sync (same samples, different order; or only partially overlapping samples)

This may lead to situations where one has to align sample sorting manually:
mae[[1]] <- mae[[1]][, colnames(mae[[2]])]

It might be handy to have a helper methods that could automatically align the samples between different MAEs, like:
mae <- align_mae(mae, keep="shared")

This would ensure that the shared samples have the same ordering across all MAE. It could also include arguments to decide what to do with non-overlapping samples.

The role of colLinks (links between samples in different experiments) should be explored.

Existence of possible other available methods should be checked.

Use of terminology aligned with dplyr (bind_cols etc) could be considered as well.

@antagomir
Copy link
Member Author

In principle, an entirely new package "MAEtools" would be useful for generic MAE manipulation.. but that's a whole other story again. Perhaps some others have interest to implement such thing as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant