Entering edit mode
Enter the body of text here
Code should be placed in three backticks as shown below
I have an output file from the Limma package using GEO2R. I attached the file. you will see the FC column some value is as scientific notation (-1,97E+14) or some are integer number, some of them are meaningless such as `282.311.618.510.231` in Foldchange value. I need to help to figure out such value what it is. It depends on FC values to decide which gene is up or downregulated. I also converted to logFC colomn from character to numeric. some of them was changed the NA
Nail
ENSEMBL logFC adj.P.Val
ENSG00000160323 246.249.360.536.749 0.00189902833246103
ENSG00000114573 282.311.618.510.231 0.0132730794996708
ENSG00000126247 624.874.186.717.992 0.000234477864256105
ENSG00000163320 610.289.734.587.128 0.000181506020252273
ENSG00000144619 27.089.194.476.964 0.00429439674192473
ENSG00000187955 287.410.280.827.616 0.0353737404558676
ENSG00000104408 282.311.618.510.231 0.0132730794996708
ENSG00000110723 246.249.360.536.749 0.00189902833246103
ENSG00000196924 61.889.081.352.318 0.000109805220671758
ENSG00000116478 27.089.194.476.964 0.00429439674192473
ENSG00000105835 556.805.058.106.797 0.00272800655111703
ENSG00000090273 282.311.618.510.231 0.0132730794996708
ENSG00000167693 27.089.194.476.964 0.00429439674192473
ENSG00000173599 287.410.280.827.616 0.0353737404558676
ENSG00000067992 565.429.938.384.731 0.00189902833246103
ENSG00000090857 246.249.360.536.749 0.00189902833246103
ENSG00000141959 246.249.360.536.749 0.00189902833246103
ENSG00000132554 246.249.360.536.749 0.00189902833246103
ENSG00000132669 246.249.360.536.749 0.00189902833246103
ENSG00000179134 246.249.360.536.749 0.00189902833246103
ENSG00000093183 246.249.360.536.749 0.00189902833246103
ENSG00000131171 27.089.194.476.964 0.00429439674192473
ENSG00000125676 246.249.360.536.749 0.00189902833246103
ENSG00000118900 812.822.411.115.588 1,35E-03
ENSG00000199085 0.781732032845079 0.00429439674192473
ENSG00000208023 -1,97E+14 0.005974890214727
ENSG00000210741 2,46E+14 0.00189902833246103
ENSG00000284485 5,48E+14 0.0142686384742479
ENSG00000265820 -4,77E+14 0.0364657232194689
ENSG00000199168 -4,91E+14 0.00189902833246103
ENSG00000199107 -2,96E+14 1,60E+09
# include your problematic code here with any corresponding output
# please also include the results of running the following in an R session
sessionInfo( )
That’s an Excel problem, not a GEO/R problem or related to limma and Bioconductor.
Thanks alot for the feedback. I also read the file.tsv in R but
You probably have opened that file in Excel before. Get it again directly from GEO2R, or even better take the R script GEO2R offers and run it in R manually. When you want to write things as Excel later to distribute I usually use the openxlsl package which does a good job setting cell categories in a way that this nonsense gibberish does not happen, nor gene2date conversion happens.
I tried to FC column to dbl from chr. But FC colomn is changed by NA