-
Notifications
You must be signed in to change notification settings - Fork 27
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
Update transformAssay with pseudocount TRUE/FALSE option #449
Conversation
Examples: When negative values are present but pseudocount = TRUE, error arises because pseudocount should be set manually.
When pseudocount = TRUE, applied value is returned as message
Warning when only positive values but pseudocount = TRUE or positive number
When negative values present but pseudocount = 0, FALSE or TRUE
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice
Hi!
This PR is meant to simplify pseudocount selection for transformations that need a pseudocount, as discussed in this OMA issue.
The option TRUE of
transformAssay
sets pseudocount to smallest positive value of assay, whereas FALSE sets it to 0.