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

Deal with duplicated genes #7

Open
kalganem opened this issue Feb 15, 2021 · 1 comment
Open

Deal with duplicated genes #7

kalganem opened this issue Feb 15, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@kalganem
Copy link
Collaborator

Deal with duplicated genes in the prep data function.

Our options:

  • Throw an error indicating duplicated genes to the user and stop the prep function
  • Throw a warning and filter out duplicated genes based on: A) highest abs(logFC). B) mean(logFC). (A) works better I think
@kalganem kalganem added the enhancement New feature or request label Feb 15, 2021
@AliSajid
Copy link
Collaborator

Highest abs(logFC seems like a good idea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants