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

ks_rowscore return value #40

Open
tetomonti opened this issue Mar 8, 2023 · 0 comments
Open

ks_rowscore return value #40

tetomonti opened this issue Mar 8, 2023 · 0 comments

Comments

@tetomonti
Copy link
Collaborator

It appears that ks_rowscore returns a vector whose length and order do not (necessarily) match the input order (i.e., the order of FS_mat). This because it sorts the values (from largest to smallest) and removes the '0' p-values. This is not good practice: the function should return the vector with the same length and order as the input. The calling function will take care of sorting and filtering, if necessary.

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

1 participant