}
}
public static String[] getExpoTissueNamesArray() throws IOException
{
TabDelimitedFileParser p = new TabDelimitedFileParser("resource/celltypes_expO.txt");
Map<String, String> map = p.getOneToOneMap("Sample", "Tissue");
String[] cols = FileUtil.getColumnsArray("resource/expdata/expo/expnames.txt");
String[] names = new String[cols.length];
for (int i = 0; i < names.length; i++)
{
names[i] = map.get(cols[i]);