Package | Description |
---|---|
peridot |
Modifier and Type | Field and Description |
---|---|
java.util.SortedMap<IndexedString,java.lang.String> |
RNASeq.conditions |
Modifier and Type | Method and Description |
---|---|
static java.util.SortedMap<IndexedString,java.lang.String> |
RNASeq.getConditionsFromExpressionFile(java.io.File file,
Spreadsheet.Info info) |
java.util.Set<java.util.Map.Entry<IndexedString,java.lang.String>> |
RNASeq.getNamesAndConditions() |
static java.util.SortedMap<IndexedString,java.lang.String> |
RNASeq.loadConditionsFromFile(java.io.File file) |
Modifier and Type | Method and Description |
---|---|
int |
IndexedString.compareTo(IndexedString x) |
Modifier and Type | Method and Description |
---|---|
static void |
RNASeq.createConditionsFile(java.io.File file,
java.util.SortedMap<IndexedString,java.lang.String> conditions,
boolean makeHeader) |
Constructor and Description |
---|
RNASeq(java.io.File expressionFile,
java.util.SortedMap<IndexedString,java.lang.String> conditions,
Spreadsheet.Info info) |