nsalomonis / altanalyze

AltAnalyze is a multi-functional and easy-to-use software package for automated single-cell and bulk gene and splicing analyses. Easy-to-use precompiled graphical user-interface versions available from our website.
http://www.altanalyze.org
Apache License 2.0
99 stars 30 forks source link

Misc. 2.0.7 related issues #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We have identified the following minor bugs associated with AltAnalyze v. 2.0.7:

1) Relative fold changes for hierarchical clustering has few headers than 
values.
2) Adjusted p-values in the alternative exon file are close to 1 in most all 
cases (likely due to not including non-regulated exons).

Original issue reported on code.google.com by nsalomo...@gmail.com on 26 Sep 2012 at 3:33

GoogleCodeExporter commented 9 years ago
This problem is almost always caused due to an issue with how the exon and 
junction files are named. AltAnalyze must match up each exon and junction file 
that correspond to a single sample propperly, or this error will occur. An 
example of a valid pair of files names is "patient1__exon.bed" and 
"patient1__junction.bed". A bad example is "patient1_exon.bed" and 
"patient1_junction.bed", where only one and not two underscores are used. The 
text "exon" and "junction" here are not important (anything can be used 
following the __ and AltAnalyze automatically detects exon versus junction 
files based on the number of columns in the file). Rather, the identical sample 
name preceeding the double underscore must be present. In the next version of 
AltAnalyze (versoin 2.0.8), this problem will be caught before the analysis is 
run. 

Original comment by nsalomo...@gmail.com on 13 Jan 2014 at 9:08