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
Hi @kiwipeel,
The p-values obtained depend on the method. For ulm and mlm, it is the p-value of the coefficient fitted in the linear model, for the consensus score it is the mean p-value across methods. In all cases p-values are not corrected, we leave that to the user.
I am doing psedobulk pathway activity analysis and use the DEGs I got after doing condition A_celltypeX vs. Condition B_celltypeX. So I am running the codes for each cell type seperalty and get p values for each celltype.
Sould I do p value correction on p values obtained from each cell type results or should I combine all results, all p values in a dataframe and then to the p value adjustment?
Which p value correction method is best for correction consensus p values?
Sorry for the delayed response. Personally I would just use ulm instead of the consensus, as it can underperform if there is co-linearity in your net as mlm scores will be noisier. I would correct p-values inside each cell-type contrast, using the BH correction method but any other would be acceptable. Hope this is helpful!
Hi,
What are the p values we get after running run_ulm, consensus , mlm etc. ? Are those p adjusted or not ?
# question
The text was updated successfully, but these errors were encountered: