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

SpliceVault support for GRCh37 ? #751

Open
yangyxt opened this issue Nov 10, 2024 · 5 comments
Open

SpliceVault support for GRCh37 ? #751

yangyxt opened this issue Nov 10, 2024 · 5 comments
Assignees

Comments

@yangyxt
Copy link

yangyxt commented Nov 10, 2024

Thank you for providing the TSV file for GRCh38 annotation, I wonder whether you could also include GRCh37.

If not available, could you please consider offering the script you use to convert the sql.gz file downloaded from https://storage.googleapis.com/misspl-db-data/misspl_events_300k_hg38.sql.gz to the tsv.gz file (link offered in the SpliceVault.pm file)

Much appreciated!

@nakib103 nakib103 self-assigned this Nov 11, 2024
@nakib103
Copy link
Contributor

Hello @yangyxt ,

Thanks for your query!

For GRCh38, SpliceVault dev team provided us with the data. We will be getting in touch with them about getting the GRCh37 data for hosting. We will let you know once we get any update.

Best regards,
Nakib

@yangyxt
Copy link
Author

yangyxt commented Nov 12, 2024

Hello @yangyxt ,

Thanks for your query!

For GRCh38, SpliceVault dev team provided us with the data. We will be getting in touch with them about getting the GRCh37 data for hosting. We will let you know once we get any update.

Best regards, Nakib

Dear Nakib,

Thank you for your reponse. During the waiting for your response, I wonder whether we can first try liftover the tsv file given the first several columns are chr, pos, ref, alt and all the other features are associated with the variants. The liftover might also include the coordinates of the splice site "chrx:xxxx".

Is this doable or meaningful ? Thanks!

@nakib103
Copy link
Contributor

Hi @yangyxt,

I would recommend getting in contact with SpliceVault team regarding this topic. If they recommend doing it and if so, if there is any preferred method/tool.

@yangyxt
Copy link
Author

yangyxt commented Nov 14, 2024

Sure, thanks. One more thing, do you happend to know how they generate the tabix index file ? Like which columns do they index on for the TSV file. Thanks!

Hi @yangyxt,

I would recommend getting in contact with SpliceVault team regarding this topic. If they recommend doing it and if so, if there is any preferred method/tool.

@nakib103
Copy link
Contributor

For the TSV file the --sequence is first column. --begin and --end both are the second column -

tabix -s 1 -b 2 -e 2 <tsv file>

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