Examples of addHashMapIDToVal()


Examples of data.cerevisiae.inhouse.jointable.JoinTable.addHashMapIDToVal()

    File wd= new File(dir+"/other_datasets\\lenstra_2011\\GSE25909_RAW\\idmap\\norm\\plot/");
    File inf= new File(wd+"/combine_raw.txt");
    ReadTable rt= new ReadTable(inf);
    String[] cols= rt.getTableAsArray()[0];
    for( int i=1; i<cols.length; i++ ){
        jj.addHashMapIDToVal(rt.getHashMap(0, i), cols[i]);
    }

    File out= new File(wd+"/combine.txt");
    jj.writeToFile(out);
   
View Full Code Here

Examples of data.cerevisiae.inhouse.jointable.JoinTable.addHashMapIDToVal()

    jj.initRows(ref);
   
   
    ReadTable rt= new ReadTable(new File(refd+"/anno_ercc-rna_spike-in.txt"));
    rt.param().setSkipRows(0);
    jj.addHashMapIDToVal(rt.getHashMap(1, 3), "conc");
   
   
    jj.addBedFile(new File(d+"/569-4kr-cen_sd-ura_20140313-r1_pe1_read.bed"));
    jj.addBedFile(new File(d+"/569-4kr-cen_sd-ura_20140313-r2_pe1_read.bed"));
    jj.addBedFile(new File(d+"/666-htz1-cen_sd-ura_20140313-r1_pe1_read.bed"));
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.