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

About Darts_DNN build_feature error #6

Open
liyangyang12 opened this issue Apr 12, 2019 · 8 comments
Open

About Darts_DNN build_feature error #6

liyangyang12 opened this issue Apr 12, 2019 · 8 comments

Comments

@liyangyang12
Copy link

when I build feature using -e parameter,it occurs error information
图片
my kallisto result
图片
Looking forward to your help !

@zj-zhang
Copy link
Collaborator

For human data, the current transcript to gene mapping uses GENCODE v19 for the hg19 assembly:
https://www.gencodegenes.org/human/release_19.html
For now, please use GENCODE file to build the Kallisto Index from the above link to run DARTS DNN.
Kindly note that DARTS DNN is only trained for human; it does not work on mouse data.

@liyangyang12
Copy link
Author

Thank you very much! By the way, how can I use DARTS DNN on mouse data? Does "Darts_DNN train " works?
And I have another question about Darts_DNN build feature, what kind of data do we need to provide to use parameter --cis-feature ? and Is it legal to omit parameters --cis-feature ?
Looking forward to your help!

@zj-zhang
Copy link
Collaborator

In fact, these two issues are related. Currently we cannot train mouse model because 1) we do not have the compiled mouse cis-features; 2) we do not have compiled large scale training data for mouse.
In using build_feature, if no --cis-feature is provided, DARTS will find the downloaded cis-features by default. Check the "get_data" module for more details on how to download cis-features:
https://darts-dnn.readthedocs.io/en/latest/get_started.html#using-predict

@liyangyang12
Copy link
Author

Ok, I see.
Thanks again for your patience !

@kyrenexu
Copy link

I use GENCODE file(ftp://ftp.ebi.ac.uk/pub/databases/gencode/Gencode_human/release_31/gencode.v31.pc_transcripts.fa.gz) to build the Kallisto Index,but still occurs similar error information
捕获

@kyrenexu
Copy link

This is my kallisto quant result
捕获
捕获 2

Looking forward to your help !Thank you!

@zj-zhang
Copy link
Collaborator

Hi @kyrenexu
We are currently working on an implementation to deal with different GTF file versions. Please stay tuned.
For now, please use the gencode V19 as GTF file (instead of V31) when running kallisto:
https://www.gencodegenes.org/human/release_19.html

@kyrenexu
Copy link

It works!Thank you so much!

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

3 participants