-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Up- and down-regulated genes from which of the two groups? #66
Comments
Hi Marina,
Hum, yes it is currently a little confusing. scde.expression.difference compares the cells you specify in the `groups` factor and the up and down directions are set based on the order of the factor levels. Ideally, we can take `levels(group)` and concatenate it to column names or something.
But the direction is always the same! It is always the first level in the group factor compared to the second. So if you want genes upregulated in the second group, you will want to look for gene down regulated int he first group (since it is a pair-wise comparison). Or you can reset the levels of your group factor to be ordered the way you want.
You can differentiate between up vs. down-regulation by the MLE column (the maximum likelihood estimate of the expression-fold change).
Best,
Jean
Jean Fan, PhD
Bioinformatics and Integrative Genomics
NCI F99/K00 Post-Doctoral Fellow
Zhuang Lab | Harvard University
12 Oxford St, Naito 031, Cambridge, MA 02138
web: jef.works<http://jefworks.com/>
On Apr 20, 2018, at 11:08 AM, mvalenzuelav <[email protected]<mailto:[email protected]>> wrote:
Hi Jean,
I just have one (I guess) simple question that I do not manage to understand.
In the results file from scde.expression.difference, I can not see if up- and down-regulated genes come from one or the other group of cells. How can I know that? Is there any way to print in another column whom they are referred to?
I am solving this by using scde.test.gene.expression.difference and selecting some of the most up- and down-regulated genes and examining plots from each group (the group with more expression is where this gene is up/down-regulated, I guess). But this is very annoying for almost 17000 genes and also it appears to me that always the first group I selected to create scde.error.models is the one that shows the down- or up-regulations.
Is this meaning that the comparison is always going in the same direction? I mean, that the function is only returning changes in genes in one of the groups (first one) compared to the other (second), but not changes in the second group compared to the first one. Is this possible or is there any way to differenciate these changes (up/down-regulations)?
Thanks very much in advance.
Best,
Marina
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_hms-2Ddbmi_scde_issues_66&d=DwMCaQ&c=WO-RGvefibhHBZq3fL85hQ&r=2gb0vmLv11Vi98WTAqlCXyDkhi11d9lKeGWDXEU-qNw&m=kBwDzKJKKHvCyyWMczYKs0dS0wQixfj0m1Z_gg3b5lk&s=lE4YaBolZzd7gGGv95_SKQVSVyPVT4wObYa2tbhkCQA&e=>, or mute the thread<https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_AIj2SCC4cfDrXUJpArofAi677448eaUzks5tqfnugaJpZM4TdoDb&d=DwMCaQ&c=WO-RGvefibhHBZq3fL85hQ&r=2gb0vmLv11Vi98WTAqlCXyDkhi11d9lKeGWDXEU-qNw&m=kBwDzKJKKHvCyyWMczYKs0dS0wQixfj0m1Z_gg3b5lk&s=Xm6mvCw0eO1Oj8JiDY-Yws4NABaI92OCnGJi1gOWK4c&e=>.
|
Hi Jean,
Ppia -0.430844595596799 -0.301591216917757 -0.258506757358078 -0.258506757358078 Thanks again in advance! |
Hi Jean,
I just have one (I guess) simple question that I do not manage to understand.
In the results file from scde.expression.difference, I can not see if up- and down-regulated genes come from one or the other group of cells. How can I know that? Is there any way to print in another column whom they are referred to?
I am solving this by using scde.test.gene.expression.difference and selecting some of the most up- and down-regulated genes and examining plots from each group (the group with more expression is where this gene is up/down-regulated, I guess). But this is very annoying for almost 17000 genes and also it appears to me that always the first group I selected to create scde.error.models is the one that shows the down- or up-regulations.
Is this meaning that the comparison is always going in the same direction? I mean, that the function is only returning changes in genes in one of the groups (first one) compared to the other (second), but not changes in the second group compared to the first one. Is this possible or is there any way to differenciate these changes (up/down-regulations)?
Thanks very much in advance.
Best,
Marina
The text was updated successfully, but these errors were encountered: