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
Add command to automatically create “annotation regions”, i.e. regions of a given length starting from a certain location (including also the left-end of the leftmost region in a sample/dataset) and/or ending in a given location (including also the right-end of the rightmost region in a sample/dataset), with a given spacing in between (on all or only some chromosomes)
The text was updated successfully, but these errors were encountered:
Let's suppose you want to use some synthetic reference regions. Now, you can create them within a new sample file using an external program, then uploud the file a new dataset in the repository and finally use the new dataset as a reference dataset, e.g. in a map operation.
Instead, it would be much more easy and auto-contained in the language to a have a command within the GMQL language to generate and use such synthetic region dataset. For instance something like:
Synt_data = GENERATE(length: 100; spaced; 1000; on: 1, 2); to generate reference regions with length 100, spaced 1000 bp [on chromosome 1, 2 (optional)].
Some competitor languages, such as the START I pointed out to you time ago, have such builtin possibility.
Add command to automatically create “annotation regions”, i.e. regions of a given length starting from a certain location (including also the left-end of the leftmost region in a sample/dataset) and/or ending in a given location (including also the right-end of the rightmost region in a sample/dataset), with a given spacing in between (on all or only some chromosomes)
The text was updated successfully, but these errors were encountered: