Hi Kevin,
You may be able to help me! I have the differentially expressed genes from a microarray experiment (lncRNA and mRNA) and trying to create a network of differentially expressed lncRNAs and co-expressed genes. Is it possible to do this?
Here are the list of the variables I have in the data.
ProbeName Fold Change Regulation type seqname GeneSymbol source RNAlength chrom strand txStart txEnd Xhyb probeCoordinates Sequence EntrezID relationship Associated_gene_acc Associated_gene_name Associated_protein_name Associated_gene_strand Associated_gene_start Associated_gene_end [KO](raw) [WT](raw) [KO](normalized) [WT](normalized)
I have no idea where to start and woul dbe grateful for your help!
Thanks, Bhuvan
The simple way would be to use top 500 variable genes and make a heatmap to show genes that are variable across different conditions
You can use
DESeq2for differential expression analysis (see in here ) and plot the top 100 or 500 more expressed genes. As an example:thank you,
gave me the variable genes between samples, I have three samples per condition. I need variable genes per group, not samples. Any idea?