ESAT
 All Classes Namespaces Files Functions Variables Enumerator Pages
Static Public Member Functions | List of all members
broad.pda.seq.alignment.AlignmentUtils Class Reference
Collaboration diagram for broad.pda.seq.alignment.AlignmentUtils:
Collaboration graph
[legend]

Static Public Member Functions

static void main (String[] args) throws Exception
 
static ContinuousDataAlignmentModel loadAlignmentData (String alignmentFile) throws IOException
 
static ContinuousDataAlignmentModel loadAlignmentData (String alignmentFile, boolean loadChromosomeStats) throws IOException
 
static ContinuousDataAlignmentModel loadAlignmentData (String alignmentFile, boolean loadChromosomeStats, int minMappingQuality) throws IOException
 
static ContinuousDataAlignmentModel loadAlignmentData (String alignmentFile, boolean loadChromosomeStats, int minMappingQuality, boolean removeDuplicateFlags) throws IOException
 
static ContinuousDataAlignmentModel loadAlignmentData (String alignmentFile, boolean loadChromosomeStats, boolean removeDuplicateFlags, boolean weighReadCounts) throws IOException
 
static ContinuousDataAlignmentModel loadAlignmentData (String alignmentFile, boolean loadChromosomeStats, int minMappingQuality, boolean removeDuplicateFlags, boolean weighReadCounts) throws IOException
 
static ContinuousDataAlignmentModel loadAlignmentData (String alignmentFile, boolean loadChromosomeStats, int minMappingQuality, boolean removeDuplicateFlags, boolean weighReadCounts, String strand) throws IOException
 
static ContinuousDataAlignmentModel loadAlignmentData (String alignmentFile, boolean loadChromosomeStats, int minMappingQuality, boolean removeDuplicateFlags, boolean weighReadCounts, String strand, boolean loadPairsAsFragments) throws IOException
 
static void scoreAnnotations (BEDReader annotationReader, ContinuousDataAlignmentModel data) throws IOException
 
static Map< String, Integer > getSizesFromSAM (String samFileName)
 
static Gene SAMFormatFullBED (SAMRecord sam)
 

Member Function Documentation

static Map<String, Integer> broad.pda.seq.alignment.AlignmentUtils.getSizesFromSAM ( String  samFileName)
static
static ContinuousDataAlignmentModel broad.pda.seq.alignment.AlignmentUtils.loadAlignmentData ( String  alignmentFile) throws IOException
static

Here is the caller graph for this function:

static ContinuousDataAlignmentModel broad.pda.seq.alignment.AlignmentUtils.loadAlignmentData ( String  alignmentFile,
boolean  loadChromosomeStats 
) throws IOException
static

Here is the call graph for this function:

static ContinuousDataAlignmentModel broad.pda.seq.alignment.AlignmentUtils.loadAlignmentData ( String  alignmentFile,
boolean  loadChromosomeStats,
int  minMappingQuality 
) throws IOException
static

Here is the call graph for this function:

static ContinuousDataAlignmentModel broad.pda.seq.alignment.AlignmentUtils.loadAlignmentData ( String  alignmentFile,
boolean  loadChromosomeStats,
int  minMappingQuality,
boolean  removeDuplicateFlags 
) throws IOException
static
Author
: skadri
Parameters
alignmentFileName of alignment file
loadChromosomeStatsFile with chromosome stats
minMappingQualityMapping quality threshold
removeDuplicateFlagsSet to true if PCR duplicates should be ignored
Returns
Exceptions
IOException

Here is the call graph for this function:

static ContinuousDataAlignmentModel broad.pda.seq.alignment.AlignmentUtils.loadAlignmentData ( String  alignmentFile,
boolean  loadChromosomeStats,
boolean  removeDuplicateFlags,
boolean  weighReadCounts 
) throws IOException
static
Author
: skadri
Parameters
alignmentFileName of alignment file
loadChromosomeStatsFile with chromosome stats
removeDuplicateFlagsSet to true if PCR duplicates should be ignored
weighReadCountsSet to true if read counts will be weighed by the NH flag
Returns
Exceptions
IOException

Here is the call graph for this function:

static ContinuousDataAlignmentModel broad.pda.seq.alignment.AlignmentUtils.loadAlignmentData ( String  alignmentFile,
boolean  loadChromosomeStats,
int  minMappingQuality,
boolean  removeDuplicateFlags,
boolean  weighReadCounts 
) throws IOException
static
Author
: skadri
Parameters
alignmentFileName of alignment file
loadChromosomeStatsFile with chromosome stats
minMappingQualityMapping quality threshold = will be set to 0.0 if weighReadCounts is true
removeDuplicateFlagsSet to true if PCR duplicates should be ignored
weighReadCountsSet to true if read counts will be weighed by the NH flag
Returns
Exceptions
IOException

Here is the call graph for this function:

static ContinuousDataAlignmentModel broad.pda.seq.alignment.AlignmentUtils.loadAlignmentData ( String  alignmentFile,
boolean  loadChromosomeStats,
int  minMappingQuality,
boolean  removeDuplicateFlags,
boolean  weighReadCounts,
String  strand 
) throws IOException
static

Here is the call graph for this function:

static ContinuousDataAlignmentModel broad.pda.seq.alignment.AlignmentUtils.loadAlignmentData ( String  alignmentFile,
boolean  loadChromosomeStats,
int  minMappingQuality,
boolean  removeDuplicateFlags,
boolean  weighReadCounts,
String  strand,
boolean  loadPairsAsFragments 
) throws IOException
static
static void broad.pda.seq.alignment.AlignmentUtils.main ( String[]  args) throws Exception
static

Here is the call graph for this function:

static Gene broad.pda.seq.alignment.AlignmentUtils.SAMFormatFullBED ( SAMRecord  sam)
static
static void broad.pda.seq.alignment.AlignmentUtils.scoreAnnotations ( BEDReader  annotationReader,
ContinuousDataAlignmentModel  data 
) throws IOException
static

The documentation for this class was generated from the following file: