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

functions to test different ranks and algorithms,extract results info #126

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from

Conversation

ccpalu
Copy link

@ccpalu ccpalu commented Oct 19, 2018

These are functions to optimize the use of nmf package

  • nmfExplore: makes it easier to run the analysis with all available nmf algorithms, for a range of rank values. They are plotted along the same analysis for random data. The results are saved in a folder and the user can examine them to support the decision on the rank factor and algorithm to use.
  • runNMF: after the user chooses the algorithm and rank, this function will do the nmf analysis but will also extract information on the metagenes, main features contributing to the definition of metagenes, W, H, to which metagene each column/row was assigned more frequently. All will be saved in files.

In both cases, we also save some environment variables in case the user wants to do further analysis and exploration with the results.

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

Successfully merging this pull request may close these issues.

1 participant