You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.
The function calc.nPathways estimates the number of pathways based on the number of genes.
The function calc.nGenes estimates the number of genes based on the number of pathways.
The function estimate.nGenes estimates the number of genes based on the genes per pathways.
The function estimate.nPathaways estimates the number of pathways based on the pathways per gene.
We need to introduce other estimates, we need a better naming scheme
Simplify, use one estimate function exported to the user and then use underlying functions depending on the information provided.
Still the functions should be named somehow, perhaps based on the information provided.
However this solution would mean that the output is inconsistent between different input parameters, sometimes a number, sometimes a vector.
It would mean any special print function?
While estimating it would be better to provide a parameter if we assume that the original object pass the check function or otherwise
The text was updated successfully, but these errors were encountered: