source: branches/profile/lib/sellists/srt_aci_gc.sellst

Last change on this file was 493, checked in by westram, 22 years ago

added amino count to mod_fields_gc.sellst

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 800 bytes
Line 
1CNT_NUCS  ! count nucleotides,                              nuc#|sequence|count("agctuAGCTU")
2CNT_NUCS_TERM ! count nucleotides gene,                     nuc_term#|sequence|filter(SAI=ECOLI,exclude=.-)|count("ACGTU")
3CNT_AACIDS  ! count amino acids,                            aa#|sequence|count("ACDEFGHIKLMNPQRSTVWYacdefghiklmnpqrstvwy")
4GC_CONT ! calculate G+C content,                            GC#|sequence|count("gcGC");count("agctuAGCTU")|"G+C:";per_cent
5GC_CONTH !calculate G+C content helical parts only,         GCH#|sequence|filter(SAI=HELIX;exclude=.-)|count("gcGC");count("agctuAGCTU")|"GCH=";per_cent;"(";cut(2);")"
6GC_CONTNH ! calculate G+C content non helical parts only,   GCN#|sequence|filter(SAI=HELIX;include=.-)|count("gcGC");count("agctuAGCTU")|"GCN=";per_cent;"(";cut(2);")"
7
Note: See TracBrowser for help on using the repository browser.