xryanglab / xtail

Genome-wide assessment of differential translations with ribosome profiling data
GNU General Public License v3.0
17 stars 18 forks source link

xtail() final_result object appears to have columns reported in incorrect order #4

Closed kf335 closed 8 years ago

kf335 commented 8 years ago

Modified line 174 in the xtail() function in the xtail.R file (Xtail version 1.1.5). The final_result object appeared to have the columns in the wrong order (i.e. the FC columns were mixed up with the Ratio's columns). This would affect the downstream plotting function and other analyses.

If you run the xtail() function with normalize=FALSE, you can easily see that the log2FC values are being switched with the log2R vlaues due to this apparent mislabeling. If someone was to use these results for plotting or further downstream analyses, it could lead to aberrant results.