Replies: 2 comments
-
Just for referencing the valuable feedback from Sofie saeyslab/CytoNorm#28 at the interesting assay of hrj21 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Good call! We'll add this to the list. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi lovely people! Me again :P
There are some functions that Spectre calls from other packages (e.g. cytonorm, flowsom etc) where the functions from those packages have additional arguments I would sometimes like to use, but don't have access to when interfacing with these functions via Spectre.
For example I would to provide the
plot
andnormParams = list(nQ = 101, goal = "mean", limits = c(0, 10))
arguments to theCytoNorm.train()
function that is called bytrain.cytonorm()
. I know it would be cumbersome to add each argument as a named argument to each Spectre function, but could this be done by simply adding the...
argument that lets us pass further arguments to internal function calls?Beta Was this translation helpful? Give feedback.
All reactions