More posts like this
-
How to look at the global level of miRNA after performing DEA for miRNA-Seq data?
written by Azade •Hi all, I want to look at the global level of cellular miRNA after a treatment. After performing DEA for miRNA-Seq data, is it correct …
-
down regulated and up regulated using r
written by Bioinformatics1 •Is it possible to answer my question? I am going to draw down-regulated and up-regulated using r or excel. What parameter showed the RNA Seq …
-
microrna mRNA interactions search
written by cagdas •Hello, I have 100 miRNAs. I want to find their target mRNAs using TargetScan, miRDB. I can search miRNA-mRNA interaction in this tools one by …
-
miRNA shared regulatory targets and targets shared miRNAs
written by Shicheng GuoHi All, 1) I have 6 miRNAs and I want to find shared regulatory target genes for these 6 miRNAs 2) I have 110 genes …
-
miRNA differential expression
written by georgians •Hello, I am doing miRNA differential expression analysis from the Read counts, but I have few questions: 1. Which one is better DEseq2 and EdgeR …
-
How to make an Oncoprint for a single gene in R?
written by BiologistHi, I have a dataframe with following information. Sample Gene Alteration Type TCGA-2Y-A9GW-01 FLT3 UP EXP TCGA-2Y-A9GY-01 FLT3 UP EXP TCGA-2Y-A9H2-01 FLT3 UP EXP TCGA-2Y-A9H7-01 …
-
question about identifying differential expressed genes in TCGA
written by tujuchuanliI want to identify differential expressed genes in TCGA. I did my anlysis as following way: 1. Taking BRCA dataset as an example, I downloaded …
-
TCGA Database mining
written by shrinka.genetics •Hi I am working on Breast Cancer. I want to know how can I get idea about what is the gene set deferentially expressed in …
-
Ingenuity Pathway Analysis Galaxy Dataset
written by benjyrollsHi I have a MACS output from a ChIP-Seq experiment, could someone explain how I can find the processes which are down or up regulated …
-
A Heatmap based on RPKM values of log2fold change?
written by MehmetDear All; I would like to ask you a question. ( I searched on the internet and here, but I could not find a good …
You mean you want to check the differential expression of these miRNAs in Normal Vs. Tumor samples?
Yes Nitin Narwade
Usually, to test the difference in gene expression between two groups, I run Wilcox Test (a non-parametric test, which uses median to test the difference between two groups) using normal and tumor samples along with the fold change (using log2(median expression of a gene in each group)).
Maybe you can try something similar.
No, not statistical test. I want to see their expression profile Up or Down for a cancer.
You can check cBioPortal (LINK) if you simply want to examine profiles.