Help for RNA sequencing analysis with DESEQ2
1
0
Entering edit mode
nico • 0
@80066fff
Last seen 14 months ago
Canada

Hello everyone,

I'm currently trying to perform DESEQ2 with my own RNA sequencing results. I performed whole transcriptome RNA sequencing and the subsequent analysis I performed via galaxy. I performed first fastp on the samples, afterwards I performed RNA star (to obtain Star counts similiar to the new TCGA pipeline) and afterwards I used the featurecounts function. The data from the featurecounts function I combined into one excel file (countsm) and I also created a coldata file with the information about the patients (pdataCPall). Subsequently I performed the DESEq2 analysis as described in the pipeline. Since I used the featurecounts function, I followed the "countsmatrix" vignette steps. After I obtained my DEGS, my results however, look confusing if I look at the volcano plots and plotMAs. For volcano plots and for plotMAS the first plot is done before lfcshrinkage and the 2nd is performed after lfcshrinkage. SInce there are barely any DEGS visible, I'm wondering if something during the analysis went wrong. Thank you very much for your help. Attached is my code.

counts=matrix with data after featurecounts pdataCPall: contains clinical data of patients

ddsnew <- DESeqDataSetFromMatrix(countData = countsm, 
                                 colData= pdataCPall, 
                                 design= ~ Myo)
EnhancedVolcano(resMyonew, lab=rownames(resMyonew), x= 'log2FoldChange',
                y='pvalue', labSize = 1)

reslfcMyonew <- lfcShrink(ddsnew, coef= 'Myo_1_vs_0', type='apeglm')






sessionInfo: Version 1.4.1106
DESeq2 star differentiallyexpressed • 530 views
ADD COMMENT
0
Entering edit mode
@mikelove
Last seen 4 hours ago
United States

There are some previous posts on support site, basically the genes with LFC compatible with 0 are shrunk to 0.

ADD COMMENT

Login before adding your answer.

Traffic: 781 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6