You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text already states that an unmodified base of N means we count
any base type, but base N code N in the table is a little misleading
as to the intention. It was intended to mean any unspecified
modification, in the same way C+C is any unspecified C mod, but in
this case it's against all bases rather than a specific base type.
However that doesn't solve the issue of whether we can record specific
mods against any "fundamental" source base. Clarified this by adding
an extra line to the table and some text. (However note this doesn't
necessarily imply downstream processing tools will not do any
compatibility assessment and reject N+m when the SEQ base is a T.)
Fixessamtools#785
If the modification is not one of the standard common types (listed below) it can be specified as a numeric ChEBI code.
531
531
For example `{\tt C+76792,57;}' is the same as `{\tt C+h,57;}'.
532
532
533
-
An unmodified base of `{\tt N}' means count any base in {\sf SEQ}, not only those of `{\tt N}'.
533
+
A fundamental base of `{\tt N}' means count any base in {\sf SEQ}, not only those of `{\tt N}'.
534
534
Thus `{\tt N+n,100;}' means the 101st base is Xanthosine (n), irrespective of the sequence composition.
535
+
A fundamental base of `{\tt N}' may also be used with a base-specific modification code to force the counting to be applied per base rather than per base-type.
535
536
536
537
The standard code types and their associated ChEBI values are listed
0 commit comments