Package fork.lib.bio.data.microarray

Examples of fork.lib.bio.data.microarray.IDMapperAffy


   
    File[] fs= d.listFiles();
    for( int i=0; i<fs.length; i++ ){
        File f= fs[i];
        if(f.isFile()){
            IDMapperAffy map = new IDMapperAffy(anno);

            ReadTable rt= new ReadTable(f);
            rt.param().setSkipRows(0);
            HashMap<String, String> hm= rt.getHashMap(0, 1);
            HashMap<String, Double> idv= new HashMap();
View Full Code Here

TOP

Related Classes of fork.lib.bio.data.microarray.IDMapperAffy

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.