Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

dataProcessPlotsTMT : flexible order of condition #33

Closed
MeenaChoi opened this issue Jul 27, 2021 · 1 comment
Closed

dataProcessPlotsTMT : flexible order of condition #33

MeenaChoi opened this issue Jul 27, 2021 · 1 comment

Comments

@MeenaChoi
Copy link
Contributor

tempGroupName = unique(processed[, list(Condition, xorder, Run, Channel)])

Can we change it to

    tempGroupName = unique(processed[, list(xorder, Condition, Run, Channel)])
    tempGroupName = tempGroupName[order(xorder), ]

It allows to change the order of conditions in dataProcessPlotsTMT.
Thanks!

@mstaniak
Copy link
Collaborator

this looks fixed, at least in #40 - can we close the issue @MeenaChoi @huang704 ?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants