|
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:
1.3 KB
|
| Line | |
|---|
| 1 | ID ! (none), |
|---|
| 2 | T=U ! Replace all T's by U's, :T=U:t=u |
|---|
| 3 | A. BBB ! Replace first word by its first letter plus '.', :?* *=?1. *2 |
|---|
| 4 | AA. BBB ! Replace first word by its first two letters plus '.', :??* *=?1?2. *2 |
|---|
| 5 | SHOW a-b ! Show position 125 - 150, |mid(125,150) |
|---|
| 6 | HEAD 20 ! Show position 0 - 20, |head(20) |
|---|
| 7 | TAIL 20 ! Show 20 last positions, |tail(20) |
|---|
| 8 | CNT(A) ! Count all 'A's, |count(aA) |
|---|
| 9 | CNT(ACGT) ! Count all 'ACGTU', |count("ACGTU") |
|---|
| 10 | CNT ambi ! Count all small letters + ambiguous codes + '.', |len("-ACGTU") |
|---|
| 11 | CNT ambi2 ! Count ambiguous c. + 'acgtu.' in range [100..len-100], |mid(100,-99)|len("-ACGTU") |
|---|
| 12 | G+C ! G+C content, |count("gcGC");count("agctuAGCTU")|per_cent |
|---|
| 13 | CHECKALL ! Overall Checksum, |checksum |
|---|
| 14 | CHECKBAS ! Checksum (no gaps), |checksum(exclude=.-n;touppper) |
|---|
| 15 | DIFFECOLI ! Difference to ecoli sequence, |diff(SAI=ECOLI) |
|---|
| 16 | TAXONOMY ! Taxonomy of species, |taxonomy(1) |
|---|
Note: See
TracBrowser
for help on using the repository browser.