Max-Planck-Institute for Infection Biology

MAPPP

Tips & Tricks

Charite : Institute for Biochemistry

URI-parameters

With the URI-parameters, you can alter the output of your query. Just add them to your web browser's adress line, e.g.:
"http://www.mpiib-berlin.mpg.de/mpiib-cgi/MAPPP/frames.pl?JOB=0101_1&TOGGLE=1"
where JOB and TOGGLE would be two parameters with their values 0101_1 and 1, respectively.
Parameters recognized by MAPPP are:

JOB=<job_number>
Each query is assigned a job number, which is sent to you including a direct link to your results by email.
TOGGLE={1,0}
In graphical view, you can show (0) or hide (1) the c-terminal trimmed epitopes by altering this parameter
Default value=0
GERMAN={1,0}
In table views, you can choose between to decimal formats for values:
0 = print decimal numbers as '1.000'
1 = print decimal numbers as '1,000'
Default value=0
RANK={1,0}
Additionally print out the rank of an epitope in tables (1) or not (0)
Default value=0
SORT={OVERALLSCORE,CLEAVPROB,BINDING,POSITION}={O,C,B,P}
Sort the epitopes in tables by either their overallscore, their cleavage probability, their binding score, or simply by their position within the proteins
Default value=OVERALLSCORE
DELIMITER={TAB|TABULATOR,NEWLINE|RETURN,BLANK}|{any character}
When viewing the tab-separated output, you might want to chose another delimiter separating the columns.
Default value=TAB

Please note that not all parameters make sense to all forms of output data and are therefore not recognized everywhere.
If a parameter is not given in the URI, then its value will be set to the default shown in the table.
All URI-parameters have to be separated by an ampersand (&), no blanks are allowed.