Athurva Gore/LabNotes/2009-8-19

From ZhangLabWiki
Jump to navigation Jump to search

Navigation[edit]

Probeset Upload[edit]

our $exon_info_file='/Users/ajgore/Software/PPDesign/Jobs/Harvard_Lee/ZhangGenes_input_final.csv';
our $primerMaxLen=30;
our $primerMinLen=18;
our $H1OptLen=25;
our $H2OptLen=25;
our $targetOptLen=18;
our $targetMinLen=18;
our $targetMaxLen=18;
our $arewebisulfite=0;
our $softwareDir='/Users/ajgore/Software/PPDesign/07162009';
our $HsDir='/Users/kunzhang/HsGenome/hg18.snp129Mask/';

eval `cat $softwareDir/probe_parameters.pl` or die 'couldnt parse file';
eval `cat $softwareDir/load_inputs.pl` or die 'couldnt parse file';
eval `cat $softwareDir/get_sequence.pl` or die 'couldnt parse file';
eval `cat $softwareDir/get_probes_FixedTargets.pl` or die 'couldnt parse file';
eval `cat $softwareDir/neural_net.pl` or die 'couldnt parse file';
eval `cat $softwareDir/output_text.pl` or die 'couldnt parse file';
our $exon_info_file='/Users/ajgore/Software/PPDesign/Jobs/Harvard_Lee/CancerGenes_input_final.txt';
OR
our $exon_info_file='/Users/ajgore/Software/PPDesign/Jobs/Harvard_Lee/XGenes/XchrGenes_input.txt';
our $primerMaxLen=30;
our $primerMinLen=18;
our $H1OptLen=25;
our $H2OptLen=25;
our $targetOptLen=18;
our $targetMinLen=18;
our $targetMaxLen=18;
our $arewebisulfite=0;
our $softwareDir='/Users/ajgore/Software/PPDesign/07162009';
our $HsDir='/Users/kunzhang/HsGenome/hg18.snp129Mask/';

eval `cat $softwareDir/probe_parameters.pl` or die 'couldnt parse file';
eval `cat $softwareDir/load_inputs.pl` or die 'couldnt parse file';
eval `cat $softwareDir/get_sequence.pl` or die 'couldnt parse file';
eval `cat $softwareDir/get_probes_FixedTargets.pl` or die 'couldnt parse file';
eval `cat $softwareDir/neural_net.pl` or die 'couldnt parse file';
eval `cat $softwareDir/output_text.pl` or die 'couldnt parse file';
our $exon_info_file='/Users/ajgore/Software/PPDesign/Jobs/Baylor/SETNAME/FILENAME';
our $primerMaxLen=30;
our $primerMinLen=20;
our $H1OptLen=25;
our $H2OptLen=25;
our $targetOptLen=170;
our $targetMinLen=130;
our $targetMaxLen=185;
our $arewebisulfite=0;
our $softwareDir='/Users/ajgore/Software/PPDesign/07162009';
our $HsDir='/Users/kunzhang/DmGenome/dm3/' OR '/Users/kunzhang/HsGenome/hg18.snpMask/';

eval `cat $softwareDir/probe_parameters.pl` or die 'couldnt parse file';
eval `cat $softwareDir/load_inputs.pl` or die 'couldnt parse file';
eval `cat $softwareDir/get_sequence.pl` or die 'couldnt parse file';
eval `cat $softwareDir/get_probes.pl` or die 'couldnt parse file';
eval `cat $softwareDir/neural_net.pl` or die 'couldnt parse file';
eval `cat $softwareDir/output_text.pl` or die 'couldnt parse file';

Analyzing False Positives[edit]

  • G-A bias? Check, Rob noticed it in his data

IPS and Cancer[edit]

Classifying SNPs[edit]

  • Can we remove false positives with an algorithm?