-
Notifications
You must be signed in to change notification settings - Fork 18
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
adjustment
not applied when metadata used as var
in dittoSeq
and friends
#156
Comments
Not a deep one... it's just how it has always been. The docs for
|
Huh, I totally thought it used to apply to metadata too. Well, that's on me
then.
…On Tue, Sep 24, 2024, 9:09 AM Daniel Bunis ***@***.***> wrote:
Not a deep one... it's just how it has always been. The docs for
adjustment in ?dittoPlot:
When plotting gene expression / feature counts, should that data be used directly (default) or should it be adjusted to be
- "z-score": scaled with the scale() function to produce a relative-to-mean z-score representation
- "relative.to.max": divided by the maximum expression value to give percent of max values between [0,1]
—
Reply to this email directly, view it on GitHub
<#156 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACOAQNGYR6QTERUUTNJHRV3ZYFXDJAVCNFSM6AAAAABOXBB6I6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNZRGQYTMMJSGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Easy enough to update. Most of the machinery was put in place a while ago, but I stopped short of the final connection from an uncertainty of whether to make the change + my tendency to not change default behaviors without adding a level of control to recreate old behavior. Just gotta think a bit on if an extra control should be added and if that control should default to 'on' or 'off'. |
This is in the dev version, so Bioc 3.20:
Looks identical with z-score adjustment (or relative.to.max).
Works fine for genes though:
Note that it is still applied to genes when both metadata variable and genes are provided, e.g.:
Probably won't have any time to chase this one myself for at least a few weeks.
The text was updated successfully, but these errors were encountered: