Differential Expression analysis
Hi
I want to perform DE seq analysis of the transcript data (RNA seq data) obtained from TCGA. Which package should I refer?
rna-seq
• 1,625 views
•
link
written
by
shivangi.agarwal800
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
WGCNA on TCGA case-control
written by Maliha •I want to conduct Weighted Gene Co-expression Network Analysis (WGCNA) on RNA-Seq data from TCGA-PRAD. I am comparing it with control data from GTEx. Can …
-
For DE analysis, should I exclude all the samples that don't have the data of normal tissue?
written by Sonia •Hi I have downloaded the RNA-Seq data of my interest cancer type from TCGA. most of the samples are the primary tumor and just a …
-
Copy number variations from WES data
written by shivangi.agarwal800Hi, I want to derive copy number variation information from whole exome data. Please suggest which tool/pipeline should I refer?
-
STAR and HTSeq command line parameters for 3' mRNA-Seq data
written by Ld_60 •Hi everyone, I am looking for a data analysis pipeline specifically for RNA-Seq data obtained from 3' mRNA-Seq assays (i.e. only the 3' end of …
-
Query regarding TCGA samples
written by shivangi.agarwal800Hi I want to look into the mutation profile of tumor samples obtained from TCGA. Looking deep into the sample barcodes, I found that the …
-
Filter out data for coding genes
written by shivangi.agarwal800Hello all I have obtained RNA-seq data from TCGA. The data contains about 56,000 genes (gene symbols and ensemble ids) that contains pseudo, uncharacterized, non-coding …
-
DE seq analysis using transcript expression data
written by shivangi.agarwal800Hi How to perform DE seq analysis using transcript expression data? Regards
-
Ttest on Rna-seq data
written by shivangi.agarwal800Hi I have transcript's TPM expression value data of cancer and normal samples in all stages of BRCA. The data is rna-seq taken from TCGA. …
-
Normalization of TCGA RNA-seq data (TPM) in R
written by shivangi.agarwal800Hi I want to do normalization of raw TCGA RNA-seq expression data (TPM) in R. Can anyone share the suitable link for it? Regards
-
Hierarchical Clustering And Heatmap Analysis For Rna-Seq Data
written by KJ Lim •<p>Dear BioStar community, </p> <p>Good day. </p> <p>I have analyzed my RNA-Seq data with edgeR (R Bioconductor). The differential expression (DE) gene lists of my …
You have a good paper to read https://genomebiology.biomedcentral.com/articles/10.1186/s13059-016-0881-8
If you are able to use the analyzed data already available in LinkedOmics or cBioPortal you could just go that route.
Thank you, genomax.
shivangi, I'd recommend reading the LinkedOmics tutorial slideshow (with examples) here.
Thanks for your comments. I have tpm values of transcripts in normal and cancer patients. Can I perform DE analysis using DESeq or any other R package. If yes, can you share the link for the same?
You should include this information in the original post since this is important. You need raw counts for doing analysis with DESeq2.
Thanks genomax for the information