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, I am using Splatter to simulate differential expression for 2 groups. I want to label each gene in the simulated dataset as a true positive of DE or true negative of DE. As the documentation says that "DEFacGroup" having a value of 1 indicates that a gene is not DE, I extracted the genes for which DEFacGroup is not equal to 1 for both groups, separately, so that I have a true DE gene list across both groups by taking the union of the above 2 separate extractions. Then I notice that there are several genes that appear differentially expressed in terms of both groups. Since we consider a gene to be DE with respect to one another, how should those few genes be interpreted as DE or non DE? May be I am missing something here, and I greatly appreciate if the identificaiton of a true DE gene can be clarified. Thanks in advance!
Thanks for giving {splatter} a go! Please have a look at the comments in #57. Hopefully that will answer your question but please reply if anything isn't clear.
Hi, I am using Splatter to simulate differential expression for 2 groups. I want to label each gene in the simulated dataset as a true positive of DE or true negative of DE. As the documentation says that "DEFacGroup" having a value of 1 indicates that a gene is not DE, I extracted the genes for which DEFacGroup is not equal to 1 for both groups, separately, so that I have a true DE gene list across both groups by taking the union of the above 2 separate extractions. Then I notice that there are several genes that appear differentially expressed in terms of both groups. Since we consider a gene to be DE with respect to one another, how should those few genes be interpreted as DE or non DE? May be I am missing something here, and I greatly appreciate if the identificaiton of a true DE gene can be clarified. Thanks in advance!
Below is the code snippet I am running.
The text was updated successfully, but these errors were encountered: