# HG changeset patch # User bornea # Date 1454007181 18000 # Node ID 305615a58155eda68ece203c2bb74955e034df64 # Parent 09612857d26aa7f86d2271fb71d2423df1eff80f Uploaded diff -r 09612857d26a -r 305615a58155 SAINT_preprocessing_v6.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/SAINT_preprocessing_v6.xml Thu Jan 28 13:53:01 2016 -0500 @@ -0,0 +1,90 @@ + + + + #if (str($type) == 'Scaffold'): + SAINT_preprocessing_v6.py $input $preybool $fasta_db $Inter_file $Prey_file + " + #for $ba in $bait + ${ba.bait1} + ${ba.assign} + ${ba.T_C} + #end for + " + $Bait_file \$INSTALL_RUN_PATH/ $bait_bool $bait_file_in + #elif (str($type) == 'MaxQuant'): + SAINT_preprocessing_v6_mq_pep.py $input $preybool $fasta_db $Inter_file $Prey_file + " + #for $ba in $bait + ${ba.bait1} + ${ba.assign} + ${ba.T_C} + #end for + " + $Bait_file \$INSTALL_RUN_PATH/ $bait_bool $bait_file_in + #end if + + + INSTALL_RUN_PATH + package_r_3_2_1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Pre-processing: + +APOSTL is able to recognize either a Scaffold "Samples Report" file (tab-delimited txt file) or the "peptides.txt" file output in the MaxQuant "txt" output folder. No modifications should be made to these files. Using the "Bait Create" tool, you can create your "bait.txt" file. It is important that the individual bait names match the bait names within your scaffold or MaxQuant output. APOSTL uses the bait file to findthe user's baits of interest. Additionally there is an option to make the prey file (Y/N). When making a prey file, APOSTL queries Uniprot ( http://www.uniprot.org ) in order to extract protein amino acidlengths and gene names. This takes several minutes depending on your internet connection. Some users may want to run SAINTexpress using the same data set while changing which baits are considered test or control It is useful to toggle "Make Prey" off in order to save time by circumventing this step as the same prey file can be used for both SAINTexpress runs. + +INPUTS: + +Scaffold file: + +- Scaffold "Samples Report" output (tab-delimited txt file) + + +MaxQuant file: + +- MaxQuant "peptides.txt" file (tab-delimited txt file) + +