Good evening my fellow bioinformatics/staticians!
I have some data of a RNA expression in an excel, a very few little samples where we could get the $2^-Delta CT$ values for each one of my target RNA.
I want to use these values as a feature in a multidimensional analysis, probably PCA using NIPAL, i havent decide it yet since i have just about 6 controls and 7 cases for one of my RNA, and 17Control 21 Cases for another; and i have stumbled upon some intriguin values:
Zeroes.
I have yet to ask the person who created that data, cause i dont see how $2^-Delta CT$ can be zero. ¿Any ideas? I have some theories.
- Its an Error, and its the DeltaCT =Ct_target - Ct_reference= 0; so 2^0 = 1. There is no Diference between the expresion of the target and the house reference gene.
- We have no expression of the target gene; so its 0; and there is no $2^-Delta CT$ applied, its just 0.
- ¿Maybe we just have to use the zero? Because. Dont know why tho.
Cause if we got 2^-Delta CT; lower the value, more the expresion of our target RNA. ¿Right?
Example:
TargetC1T = 50 ; RefCT = 10; Delta CT =50-10=40 ; -DeltaCT = -40.
2^-40 = 9.094947e-13
TargetC1T = 40 ; RefCT = 10; Delta CT =40-10=30 ; -DeltaCT = -30.
2^-30 = 9.313226e-10
So 9.09 e-13 < 9.31 e-10 ; its inverse to the CT ; CT1 > CT2.
¿So, what we do when we got that 0? It would mean that there is an infinite concentration? Because i cant quite understand if a zero makes sense.
So, what do you think? ¿Maybe i should use pseudocounts like $log_2(1+^2^{-Delta CT})$ so i have no 0 (therefore no Inf) values?
Once i solve that, i pretend to use these values as a feature (gene expression) in a multidimensional data with a lot, and i mean a lot, of clinical variables. Yet i have to sort wich ones whould i use, and if a logistic multinomial model could be applied (Since the low n, and the n
Thank you for your time.