Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
WebChemistry Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
PatternQuery:Principles
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===A More Formal Description=== There are two basic data structures that the language is built upon. These are: * '''Pattern'''. A pattern is simply an arbitrary set of atoms. * '''Pattern Sequence'''. A sequence of patterns. In mathematical terms, can be understood as a "set of patterns" which is another way of saying "set of sets of atoms". And on these data structures, there are three basic types of queries: * '''Generator queries'''. Generator queries, as the name suggests, generate sequences of patterns from the original input. They are the tool that transforms the input molecule into a stream of patterns that can be later modified or combined. Examples of these queries include <code>[[PatternQuery:Language_Reference#Atoms | Atoms()]]</code>, <code>[[PatternQuery:Language_Reference#Residues | Residues()]]</code>, and <code>[[PatternQuery:Language_Reference#RegularMotifs | RegularMotifs()]]</code>. * '''Modifier queries'''. These queries operate on individual patterns and modify them or throw them away. Examples include <code>[[PatternQuery:Language_Reference#AmbientAtoms | AmbientAtoms()]]</code>, <code>[[PatternQuery:Language_Reference#ConnectedResidues | ConnectedResidues()]]</code>, and <code>[[PatternQuery:Language_Reference#Filter | Filter()]]</code>. * '''Combinator queries'''. Combinatorial queries take as input two or more sequence of patterns and combine them into a single new sequence that satisfies given criteria. Examples include <code>[[PatternQuery:Language_Reference#Or | Or()]]</code>, <code>[[PatternQuery:Language_Reference#Near | Near()]]</code>, and <code>[[PatternQuery:Language_Reference#Path | Path()]]</code>.
Summary:
Please note that all contributions to WebChemistry Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
WebChemistry Wiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
PatternQuery:Principles
(section)
Add topic