-
Notifications
You must be signed in to change notification settings - Fork 32
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
I'm confused with DNN predicts #18
Comments
Hi to answer your questions:
Hope this helps. |
Thanks for you quick reply. It works on the test data. |
I am not entirely sure what 50bp and 150bp means in your particular case, or why the sequencing adapter would take 100bp which looks odd to me. In any case, |
Oh,I‘m sorry, I mean that 50bp is the shortest length from the result tested by the soft fastqc, and 150bp is the length based on illumina second-generation sequencing platform. The readlength of all sequences from the BAM file is different, isn't it? so how do I choose the length? Thanks! |
hi, Dr. Zhang,
I'm running the Darts_DNN, and I have several questions to ask. I have run Darts_BHT, and I have learned Darts_DNN get_data, and Darts_DNN build_feature, now I'am confused with Darts_DNN predict.
when I use Darts_BHT, I import the bam files obtained by star soft, but Darts_DNN build_feature requires kallisto, so I'am confused, whether I can use the rsem to obtain the expression data? could you tell me how I can get the file ENCODE_sequenceFeature_absmax_normalized.h5, and RBP_tpm.txt? is RBP_tpm.txt the expression file obtained by kallisto? I have learned some information from the issues, and will have a try. Another question is bam files which I used should be generated by star or by kallisto? Thank you very much!
Best wishes!
kezhou
The text was updated successfully, but these errors were encountered: