##Introduction On this page we aim to describe the necessary parameters for cBioPortal to:

  1. See the homepage with provided parameters filled in
  2. Query a study using the provided parameters, resulting in the oncoprint page
  3. Query a study using the provided parameters, resulting in the mutations page

###POST method :warning: In order to support a large number of sample identifiers and genes, the POST method should be used.

The parameters are described below. At the bottom of the page we provide some jsfiddle examples how this could be done.

###URL The URL to be used is http://<your_server>/index.do, e.g. https://www.cbioportal.org/index.do

To display specific tabs in the results page, you can add the tab id to the URL. Examples:

###Parameters The following parameters should be provided:

cancer_study_id

genetic_profile_ids_PROFILE_MUTATION_EXTENDED

case_set_id

case_ids

patient_case_select

gene_list

tab_index

Action

###Examples: Homepage with the acc_tcga study, the mutations profile, 2 genes and a custom case set with one sample: http://jsfiddle.net/nfTWL/59/

Oncoprint for the acc_tcga study, the mutations profile, 2 genes and a custom case set with one sample. http://jsfiddle.net/nfTWL/60/

Mutations view for the acc_tcga study, the mutations profile, 2 genes and a custom case set with one sample. http://jsfiddle.net/nfTWL/64/

Oncoprint for the acc_tcga study, the mutations profile, 2 genes and all samples. http://jsfiddle.net/nfTWL/62/