Meaning oflLog2fold change in DEXseqResults object
0
0
Entering edit mode
i.sudbery ▴ 40
@isudbery-8266
Last seen 7 weeks ago
European Union

After completeing a DEXseq analysis with the following code:

dxd <- DEXSeqDataSet(counts, col_data, design= ~ sample + exon + condition:exon,
                           featureID = mcols(gffs)$exon_id,
                           groupID = mcols(gffs)$gene_id,
                           featureRanges=gffs)

dxd_results <- DEXSeq(dxd, quiet=F)

dxd_df <-as.data.frame(dxd_results)

 

The `dxd_df` dataframe contains a column `log2foldChange_knockdown_Control`. Is this logFC the logFC for the exon expression (i.e. includes changes in gene expression), or the exon usage?

 

Ian

 

 

 

dexseq • 700 views
ADD COMMENT

Login before adding your answer.

Traffic: 537 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