Skip to content

Fitting independent templates #1406

Discussion options

You must be logged in to vote

You can assign free-floating normfactor modifiers to all the three templates. This example can be converted into a workspace with one channel and three samples A, B, C. Each sample can have its own modifier, example for sample A:

"modifiers": [
    {
        "data": null,
        "name": "normalization_A",
        "type": "normfactor"
    }
]

Sample B would have a normfactor modifier with name "normalization_B" (or similar), similarly for C. If you only want to obtain the best-fitting model, it is irrelevant which of the normfactor modifiers you declare to be your parameter of interest in the model.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@alexander-held
Comment options

@andrzejnovak
Comment options

@alexander-held
Comment options

Answer selected by andrzejnovak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants