How to find cumulative gene score for gene list?
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Differential network analysis for two treatments
written by JohnHi I have RNA seq gene expression matrix *(RSEM counts)* of control, positive treatment &negative treatment (two treatments, ex: knockdown, over expression) How can I …
-
How to find gene groups which determine the cell clusters?
written by JohnHey there, Let's say, I found 4 clusters (any method of clustering) in single cell dataset containing 100 samples. How can I find the list …
-
How much importance is RNAseq experimental bias?
written by JohnHi there, We did RNA sequence for 6 different treatments. Samples are from specific region of brain. But he took 5 mouse brains from one …
-
How can I show the group of gene's expression across Samples?
written by JohnHi there, From RNA sequence data, How can I show the group of gene's expression across Samples? I want to show particular "list/group of genes-(pathway …
-
List of TCGA genes differentially expressed in normal versus tumor
written by jamespower •Hi, I am looking for a gene list with differentially expressed genes in a particular tissue, using normal versus tumor samples (for example as reported …
-
How to cluster single cell data using list of markers?
written by JohnHi, I have a (single cell)) RNA Seq data of Marker X expressed by 100 cells and also I have markers for its subgroups (Marker …
-
Gene expression in populations
written by qwzhang0601hello: There are many data for variants from different populations, but it seems gene expression data from populations are not so much. I wonder where …
-
co-expression of genes in normal and cancer
written by kanwarjagI am looking for co expression pattern of few selected genes in specific cancer vs normal patients samples. It can be either RNA seq or …
-
Normalization Procedure For The Rna-Seq Data Based On Counts
written by mssestak •<p>Hi,</p> <p>I have a RNA-Seq time-series data (vertebrate development with 9 stages and 2 samples per stage). So far I mapped these reads to the …
-
How To Identify Isoforms Using Rna-Seq Data And How To Integrate Tf Binding With Rna-Seq Splicing A…
written by Repineme •<p>Is there any way to produce lists of genes that show alternative splices with or without changes in overall gene expression using TF (Transcrption Factor)-RNA-Seq …
What is a "gene score"? Also, this is a multi-step question. What have you tried? What does your dataset look like right now?
thanks for the response,
I have RNA seq data set with six columns. I want to show particular list of genes have increased/decreased in every column. How I can I do this?
I don't want to do heat Map for every gene. I want something like cumulative gene expression value/score
...and what are these 6 columns? We cannot see them from here (?)
Where have you read about this 'cumulative gene expression value/score' - please link us to the literature sources.
I'm sorry, I just created the term, because I didn't 't know how to explain it. I don't find any literature for what I want to do.
I have gene expression matrix, with columns= 6 different treatments, rows= genes.
I want to plot 100 gene's expression (y axis) vs 6 treatments (x axis). Is there any way to do this without plotting for each and every gene. My graph should show whether those genes are unregulated/enriched in every treatment.
please help.
Like either of these?
Yeah , I liked the box plot. but still I can't really show the differences using Boxplots. Can we calculate expression score for each gene, by comparing the all columns, them sum up? Something like this? I don't know whether I will endup writing new code.