Candida albicans gene counts
1
0
Entering edit mode
6.0 years ago
zad5zad • 0

Hi,

I'm asking how can I use the gene counts of Candida albicans on R for the DE analysis? because every gene has 2 versions A and B because C. albicans is diploid. Can I sum the counts from A and B together? Ex:

for rca1:

C1_00020C_A      9309
C1_00020C_B      11

for control:

C1_00020C_A   6973
C1_00020C_B    128

Thanks, Zeinab

RNA-Seq • 1.0k views
ADD COMMENT
1
Entering edit mode

I added markup to your post for increased readability. You can do this by selecting the text and clicking the 101010 button. When you compose or edit a post that button is in your toolbar, see image below:

101010 Button

ADD REPLY
1
Entering edit mode

Never mind you already changed the formatting...

ADD REPLY
2
Entering edit mode

I re-formatted it properly.

ADD REPLY
1
Entering edit mode

because every gene has 2 versions A and B because C. albicans is diploid

While that may be so I doubt that each one of your reads is able to tell them apart when you align them. In general people work with a single estimate of both copies for differential expression analysis.

ADD REPLY
2
Entering edit mode
6.0 years ago
h.mon 35k

How did you count reads mapping to genes? Some programs (e.g. featureCounts and HTSeq) by default do not count multimappers, so you would be under-estimating counts if you used these programs. My suggestion is to use Salmon or RSEM, then summarize the counts with tximport, using a "transcript to gene" map which maps both versions of each gene to one gene. See previous discussions:

C Albicans Genome Count Matrix Total Genes

Generate a counts matrix with paired-end non-stranded samples

P.S.: another possibility is to analyse allele-specific expression, but then I don't have a suggestion on how you should proceed.

ADD COMMENT

Login before adding your answer.

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