@groovy.util.logging.Log class GeneCovStats extends ToolBase
| Type | Name and description | 
|---|---|
java.util.List<SAM>  | 
                            bams | 
                        
RefGenes  | 
                            refGene | 
                        
Regions  | 
                            targetRegions | 
                        
| Constructor and description | 
|---|
                                GeneCovStats
                                () | 
                        
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            java.util.List<CoverageStats> | 
                            calcGeneStats(Regions gene_regions) | 
                        
 | 
                            java.util.Map<java.lang.String, java.lang.Object> | 
                            calculateGeneMasterStats(Regions geneRegions) | 
                        
 | 
                            java.util.List<Regions> | 
                            computeExonicRegions(java.util.List<java.lang.String> genes) | 
                        
 | 
                            static void | 
                            main(java.lang.String[] args) | 
                        
 | 
                            void | 
                            run() | 
                        
Groovy Documentation