Uses of Class
edu.unc.csbio.data.Gene

Packages that use Gene
edu.unc.csbio.RNASim   
 

Uses of Gene in edu.unc.csbio.RNASim
 

Fields in edu.unc.csbio.RNASim declared as Gene
(package private) static Gene[] MainCmdline.genes
          an array that stores the genes
 

Fields in edu.unc.csbio.RNASim with type parameters of type Gene
(package private) static java.util.TreeMap<java.lang.String,Gene> MainCmdline.genePool
          a TreeMap that maps a string to a gene
 

Methods in edu.unc.csbio.RNASim with parameters of type Gene
static void MainCmdline.GenerateSequenceForSingleGene(Gene g, SequenceBuffer buffer)
          given a gene, this method generates read and appends read information to output fq file