|
Last change
on this file was
16870,
checked in by westram, 8 years ago
|
- cosmetics: align 1st column of predefined srt/aci selection lists
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
|
File size:
818 bytes
|
| Line | |
|---|
| 1 | CNT_NUCS ! count nucleotides, nuc#|sequence|count("agctuAGCTU") |
|---|
| 2 | CNT_NUCS_TERM ! count nucleotides gene, nuc_term#|sequence|filter(SAI=ECOLI,exclude=.-)|count("ACGTU") |
|---|
| 3 | CNT_AACIDS ! count amino acids, aa#|sequence|count("ACDEFGHIKLMNPQRSTVWYacdefghiklmnpqrstvwy") |
|---|
| 4 | GC_CONT ! calculate G+C content, GC#|sequence|count("gcGC");count("agctuAGCTU")|"G+C:";per_cent |
|---|
| 5 | GC_CONTH ! calculate G+C content helical parts only, GCH#|sequence|filter(SAI=HELIX;exclude=.-)|count("gcGC");count("agctuAGCTU")|"GCH=";per_cent;"(";cut(2);")" |
|---|
| 6 | GC_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.