Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command to create synthetic annotation regions #54

Open
marcomass opened this issue Jun 23, 2017 · 2 comments
Open

Command to create synthetic annotation regions #54

marcomass opened this issue Jun 23, 2017 · 2 comments
Projects
Milestone

Comments

@marcomass
Copy link
Contributor

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)

@marcomass marcomass added this to the Version 2.3 milestone Jun 23, 2017
@akaitoua
Copy link
Contributor

akaitoua commented Jul 4, 2017

@marcomass, Would you please give me more detailed example to clarify this issue.

@marcomass
Copy link
Contributor Author

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.

@akaitoua akaitoua removed their assignment Aug 30, 2017
@marcomass marcomass modified the milestones: Version 2.4, Version 2.3 Sep 12, 2017
@lucananni93 lucananni93 added this to To Do in GMQL Jan 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
GMQL
  
To Do
Development

No branches or pull requests

2 participants