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

Opening GIVE at a specific position via a link #86

Open
ifantasy opened this issue Oct 30, 2018 · 2 comments
Open

Opening GIVE at a specific position via a link #86

ifantasy opened this issue Oct 30, 2018 · 2 comments
Assignees

Comments

@ifantasy
Copy link

Hi! I want to create a link to direct users to a specific position in GIVE. I was wondering if GIVE has such a function. I know one method like constructing a URL and share it to others.

@caoxiaoyi03
Copy link
Contributor

If you use GIVE HUG to create your HTML code, you may use the "Default coordinates" field to specify the genomic position. You may look up gene name if the reference supports.

If you create the HTML code from scratch, you may use attribute coordinates='["chrX:XXXXX-XXXXX"]' (Single window) or coordinates='["chrX:XXXXX-XXXXX", "chrY:YYYYY-YYYYY"]' (Dual window). Please note the use of quotation marks (we recommend using single quotes outside and double quotes inside).

@caoxiaoyi03
Copy link
Contributor

This function has been added in commit ffe886b. Will work on documentation in the next major update.

@caoxiaoyi03 caoxiaoyi03 self-assigned this Apr 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants