ESAT
 All Classes Namespaces Files Functions Variables Enumerator Pages
Public Member Functions | Static Public Member Functions | List of all members
broad.pda.gene.NeighborAnalysis Class Reference

Public Member Functions

 NeighborAnalysis ()
 
 NeighborAnalysis (String setname, String refname) throws IOException
 
 NeighborAnalysis (BEDFileParser newGeneSet, BEDFileParser newRefSet) throws IOException
 
void getNeighbors (BEDFileParser neighborsBed, BufferedWriter bw, boolean toWrite, double distThreshold) throws IOException
 
void updateDistanceToNeighbors () throws IOException
 
GeneWithIsoforms[] getNeighbors (Gene g) throws IOException
 
double[] getNeighborDistance (Gene g) throws IOException
 

Static Public Member Functions

static void main (String[] args) throws Exception
 
static GeneWithIsoforms getLeftNeighbor (Gene g, BEDFileParser ref)
 
static GeneWithIsoforms getRightNeighbor (Gene g, BEDFileParser ref)
 

Constructor & Destructor Documentation

broad.pda.gene.NeighborAnalysis.NeighborAnalysis ( )

Here is the caller graph for this function:

broad.pda.gene.NeighborAnalysis.NeighborAnalysis ( String  setname,
String  refname 
) throws IOException
broad.pda.gene.NeighborAnalysis.NeighborAnalysis ( BEDFileParser  newGeneSet,
BEDFileParser  newRefSet 
) throws IOException

Member Function Documentation

static GeneWithIsoforms broad.pda.gene.NeighborAnalysis.getLeftNeighbor ( Gene  g,
BEDFileParser  ref 
)
static

Here is the call graph for this function:

Here is the caller graph for this function:

double [] broad.pda.gene.NeighborAnalysis.getNeighborDistance ( Gene  g) throws IOException

Here is the call graph for this function:

void broad.pda.gene.NeighborAnalysis.getNeighbors ( BEDFileParser  neighborsBed,
BufferedWriter  bw,
boolean  toWrite,
double  distThreshold 
) throws IOException

Here is the call graph for this function:

Here is the caller graph for this function:

GeneWithIsoforms [] broad.pda.gene.NeighborAnalysis.getNeighbors ( Gene  g) throws IOException

Here is the call graph for this function:

static GeneWithIsoforms broad.pda.gene.NeighborAnalysis.getRightNeighbor ( Gene  g,
BEDFileParser  ref 
)
static

Here is the call graph for this function:

Here is the caller graph for this function:

static void broad.pda.gene.NeighborAnalysis.main ( String[]  args) throws Exception
static

Here is the call graph for this function:

void broad.pda.gene.NeighborAnalysis.updateDistanceToNeighbors ( ) throws IOException

Here is the call graph for this function:

Here is the caller graph for this function:


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