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

hg38 reference genome #2

Open
Elisa89m opened this issue May 31, 2024 · 1 comment
Open

hg38 reference genome #2

Elisa89m opened this issue May 31, 2024 · 1 comment

Comments

@Elisa89m
Copy link

Hi,
Is it possible to run splice2neo by using hg38 genome reference sequence?

Thank you in advance.

Elisa

@ibn-salem
Copy link
Member

Thanks for the question. Yes, this is possible.

Just use the respective reference annoations. E.g.

libraray("BSgenome.Hsapiens.UCSC.hg38")
bsg <- BSgenome.Hsapiens.UCSC.hg38

and

# use gtf file of choice and transform into transcript database
gtf_file <- "https://ftp.ebi.ac.uk/pub/databases/gencode/Gencode_human/release_46/gencode.v46.annotation.gtf.gz"

# parse GTF file as txdb object
txdb <- GenomicFeatures::makeTxDbFromGFF(gtf_file)

ibn-salem added a commit that referenced this issue Jun 6, 2024
Integrate splice2neo_neoants

Closes #1, #2, #10, #17, #13, splice2neo_neoants#21, and #119

See merge request tron/bnt_neoants/splice2neo!119
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