Home > Tutorial > 6.Module development

Module development

 


 

 Example  Category  Description  Class & module

Ex 1

Toolbox development

 Read sequence from the 'Workspace' window, calculate average GC content at the 1st and 3rd places and then show the result in the 'Gene analysis' window

 AppService.Workspace

 PropBag_Custom

 GeneService

Ex 2

Constraint

 Calculate Gibbs energy of mRNA secondary structure and then screen out a given gene construct if calculated Gibbs energy is lower than the threshold value

 (It is a predefined script named as 'Check stable mRNA structure')

 PropBag_Param.Value

 mRNApredict.Calculate

 mRNApredict.GibbsFreeEnergy

 GeneConstruct