

Public Member Functions | |
| double | calculateGc (final byte[] bases) |
Public Member Functions inherited from broad.pda.seq.rap.GenomeCommandLineProgram | |
| List< Annotation > | getRegions () |
| Map< String, Annotation > | getRegionsMap () |
| AnnotationList< Annotation > | getRegionSet () |
| Annotation | getGenes () |
| Boolean | isGenomicSpace () |
| AlignmentModel | loadAlignmentModel (File bamFile) |
| AlignmentModel | loadAlignmentModel (File bamFile, boolean pairedEnd) |
Static Public Member Functions | |
| static void | main (final String[] args) |
Public Attributes | |
| final String | USAGE = "Calculates % GC in windows across the genome and outputs in bedgraph format." |
| File | REFERENCE_SEQUENCE |
| File | OUTPUT |
| Integer | WINDOW = 100 |
Public Attributes inherited from broad.pda.seq.rap.GenomeCommandLineProgram | |
| String | SIZES = "/seq/lincRNA/data/mm9/sizes" |
| String | MASK_FILE = "/seq/mguttman/ChIPData/MaskFiles/MM9Segments/all.mask.mouse.n36.d2.bin" |
| double | PCT_MASKED_ALLOWED = 50.0 |
| String | REGION = null |
| String | GENE = null |
| Integer | MAX_FRAGMENT_LENGTH = 10000 |
| Integer | MIN_MAPPING_QUALITY = 30 |
| String | COORD_SPACE = "genomic" |
| String | ANNOTATION = "/seq/lincRNA/Shari/Annotations/RefSeq_LincV3_ChromatinWithNames_nonrandom_collapsed_overlappers.bed" |
Protected Member Functions | |
| int | doWork () |
Protected Member Functions inherited from broad.pda.seq.rap.GenomeCommandLineProgram | |
| String[] | customCommandLineValidation () |
| void | loadCoordinateSpace () throws IOException |
| CoordinateSpace | getCoordinateSpace () |
Additional Inherited Members | |
Protected Attributes inherited from broad.pda.seq.rap.GenomeCommandLineProgram | |
| CoordinateSpace | coordinateSpace |
| double broad.pda.seq.rap.GCContent.calculateGc | ( | final byte[] | bases | ) |
Returns -1 if no bases are ATCG (e.g. all N)
| bases |

|
protected |

|
static |
Stock main method.
| args | main arguments |
| File broad.pda.seq.rap.GCContent.OUTPUT |
| File broad.pda.seq.rap.GCContent.REFERENCE_SEQUENCE |
| final String broad.pda.seq.rap.GCContent.USAGE = "Calculates % GC in windows across the genome and outputs in bedgraph format." |
| Integer broad.pda.seq.rap.GCContent.WINDOW = 100 |
1.8.7