edu.cornell.med.icb.tissueinfo.similarity
Class TiSimOptions
java.lang.Object
edu.cornell.med.icb.tissueinfo.similarity.TiSimOptions
public class TiSimOptions
- extends Object
Regroups options for tiSimilarity.
- Author:
- Fabien Campagne Date: Jul 8, 2007 Time: 12:07:11 PM
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
scorer
protected ExpressionProfileSimilarityScorer scorer
accumulateScoresPerQuery
protected boolean accumulateScoresPerQuery
useWeights
protected boolean useWeights
blockSizeOption
protected int blockSizeOption
startIndex
protected int startIndex
endIndex
protected int endIndex
focusGroup
protected int[] focusGroup
queryAccessionCodeIndices
protected int[] queryAccessionCodeIndices
queryAccessionCodes
protected ObjectSet<String> queryAccessionCodes
engine
protected TiSimilaritySearchEngine engine
basename
protected String basename
k
public int k
output
public PrintWriter output
maxSequenceIndex
public int maxSequenceIndex
pairs
public Int2ObjectMap<IntSet> pairs
crossValidationFoldNumber
public int crossValidationFoldNumber
randomSeed
public int randomSeed
rankByScore
public boolean rankByScore
- Rank by sum of score if true, by sum of inverse rank if false.
preProcessorChain
public CountPreprocessor[] preProcessorChain
rankFusionWithSpecificityRank
public boolean rankFusionWithSpecificityRank
numberOfGenesWithTranscripts
public int numberOfGenesWithTranscripts
- The number of genes with non-zero count transcripts.
stats
public PrintWriter stats
- Writes to a statistics file. Format of the file depends on the TEPSS mode used, but is
a human readable format.
TiSimOptions
public TiSimOptions()
setRankFusionWithSpecificityRank
public void setRankFusionWithSpecificityRank(boolean rankFusionWithSpecificityRank)
addPair
public void addPair(int index1,
int index2)
hasPair
public boolean hasPair(int index1,
int index2)
Copyright © 2001-2009 Institute for Computational Biomedicine, All Rights Reserved.