Finding differentially expressed genes between samples from different studies
I want to find differentially expressed genes between samples from different datasets in GEO database (not between samples from the same dataset) by Babelomics’ tools or other free and easy to use tools?
differntially expressed genes
• 2,335 views
•
link
written
by
majzoub.ruba •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
How to automatically distinguish single vs. bulk GEO datasets (in ARCHS4 collection or in general) ?
written by Alexander •**Beauty**: ARCHS4 by A. Lachmann is a project which gives easy access to many GEO database genes expressions datasets ( [Nature paper 2018][1] ) **Pain**: …
-
how to find different expressed genes in GEO2R and do I have to apply a process to the results I g…
written by eckmk •Hi everyone, I am working with gene expression analysis and I just started working in this area. I have downloaded three datasets from GEO database …
-
what algorithm can be used to prove that two different diseases have similar genetic signature?
written by firstorthopedicdoctor •Dear colleagues, I have two RNAseq datasets of two different diseases from different populations. My hypothesis is that they share the clinical picture because they …
-
How to find the secreted protein tags
written by koushikayaluri •I have found the Differentially expressed genes between breast cancer datasets using DESeq2 further I want to find the **secreted protein tags** for my Differentially …
-
Can anyone introduce me a free tool for finding upstream regulators of differentially expressed gen…
written by Sib •I performed a differential expression analysis of microarray and RNAseq datasets between healthy control samples and patient samples and obtained a list of differentially expressed …
-
Differential gene expression with limma
written by user.bioinfo •I am very new to R. I want to find out differentially expressed genes using limma. from GEO datasets, Is there any blog or code/blueprint …
-
RNA-seq differential expression : relevance of mixing several datasets
written by guillaume.rbtHi all, I'm currently doing differential expression analysis on several public RNAseq datasets coming from different studies. Each one having samples with two conditions : …
-
How to find number of patients (percentage of given population) having high expression of gene A in…
written by yuvanesh •I have a microarray gene expression data from GEO and I would like to find how many samples has high expression of Gene A. This …
-
I do not find DEG's with EdgeR that I do find with other tools
written by zoe •I am comparing different RNA-seq pipelines to find differentially expressed genes. With those pipelines I am comparing three groups: control, samples of mice 6 hours …
-
Differentially expressed genes in Microarray data by Wilcoxon-test
written by zaynabmousavian •<p>Hi,</p> <p>I have two datasets of Microarray from the Affymetrix platform, and I have normalized them using gcrma package.</p> <p>One dataset has 27 samples and …
So you want to compare treatment A in experiment 1 with treatment B in experiment 2? That might give you invalid results, since you cannot determine whether the differential expression is due to a) the treatment or b) a batch effect between the two experiments.
I mean: For example, I want to compare the expression profile of an embryonic stem cell from a study with the expression profile of an induced pluripotent stem cell from another study to find the differentially expressed genes between them.
Then WouterDeCoster is correct - experiment and cell type are confounded and you cannot reliably detect differences between them. This would only work if you had both cell types for both studies.
Thank you very much keith.hughitt
Thank you very much WouterDeCoster.