How to request the unity frame using parameters :


  1. You have to send a request to this url : morphoapi

  2. Then you add the first parameter like this : ?parameter_name=parameter_value

  3. Then you can add extra parameters like this : &parameter_name=parameter_value

  4. At the end, all together it will looks like :
    Wrapped up : morpho_api?parameter1_name=parameter1_value&parameter2_name=parameter2_value



Let's see which parameters are available and what their meaning:


id_dataset : Open a specific dataset
Example of use : id_dataset=1062

menu : Open a specific menu by default
Example of use : menu=Genetic

reset : Specific Action on color or selection
Example of use : reset:color or reset=selection

reset+number : Multiple Specific Action on color or selection
Example of use : reset1=color&reset2=selection

stage : Developmental stage number
Example of use : stage=5a or stage=11

gene : Expression Gene to visualize
Example of use : gene=Cirobu.g00002212 (Required Parameter : menu)

gene+number : Multiple Expression Genes to visualize
Example of use : gene1=Cirobu.g00002212&gene2=Cirobu.g00011105&gene3=Cirobu.g00012743

fate : Fate Selection
Example of use : Fate Name; Example : fate=Epidermis (replace " " by "_")

territory : Territories Selection
Example of use : territory=b_line (replace " " by "_")

mintime : Select the starting time point to load
Example of use : mintime=1

maxtime : Select the finishing time point to load
Example of use : maxtime=2