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
when I call results(hic_fit) I get nice table with all contrasts tested, but the columns labeled like this logFC.mock1_vs_mock2 and logFC.mock3_vs_mock4. From what I can tell topDirs expects logFC column label here
It isn't an issue for me, I can workaround by just using results function, but I thought it would be worth raising for future improvements.
Thanks,
The text was updated successfully, but these errors were encountered:
Indeed, working with multiple contrasts would be good to implement. We haven't tested it that thoroughly. I'll keep this issue open, or @serine, please, make a pull request if you fix it.
Hi @mdozmorov ,
I'm not 100%, but it looks like
topDirs
function isn't compatible withhic_glm
if I pass multiple contrasts.when I call
results(hic_fit)
I get nice table with all contrasts tested, but the columns labeled like thislogFC.mock1_vs_mock2
andlogFC.mock3_vs_mock4
. From what I can telltopDirs
expectslogFC
column label hereIt isn't an issue for me, I can workaround by just using
results
function, but I thought it would be worth raising for future improvements.Thanks,
The text was updated successfully, but these errors were encountered: