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
Dear authors, Please accept my sincere thanks for providing such a useful tool.
How to solve the sample batch of input counts, and can I use the normalized data for calculation?
Best,
Miller
The text was updated successfully, but these errors were encountered:
Thank you so much for using our software. As MarcoPolo internally uses Poisson distribution, it cannot take normalized data as input. Instead, MarcoPolo can handle the batches of samples by directly modeling them as covariates - denoted as ß in the paper.
To use this feature, you can put the covariate matrix of the batches to the Covar parameter of the save_QQscore function: https://github.com/chanwkimlab/MarcoPolo/blob/master/MarcoPolo/QQscore.py#L113. As you can see in the code, when the Covar parameter is not set, it only models intercepts, which means that the same baseline expression is assumed for all cells. For batches of samples, you can set the Covar parameter to a matrix where the batch information is shown in one-hot so that different baseline expressions are used per each group of cells.
Dear authors, Please accept my sincere thanks for providing such a useful tool.
How to solve the sample batch of input counts, and can I use the normalized data for calculation?
Best,
Miller
The text was updated successfully, but these errors were encountered: