Closed oghzzang closed 4 years ago
Hi Oh,
Yes in the latest version, I have replaced it by using Samtools. I have removed the corresponding comments in the README file.
I have uploaded it to the Database account.
It depends on your questions. There will be some redundancy in your database if you merge all of them. Especially for the HERVK sequences.
Hi Xun.
Thanks for reply.
I understood Q1, and Q2 due to your reply.
Then, I have remaining four questions about Q3.
I want to detect and genotype "polymorphic endogenous retrovirus and other transposable element insertion" like your paper.
Thus, I want to find four types of polymorphic mobile elements in the human genome (All, LINE, SVA, ERV).
In this case, what is the best reference for me?
(Maybe, TE_consensus.fa or Human_TE_library or all of them?)
$cat TE_consensus.fa Human_TE_library.fa > All.fa $bwa index All.fa $perl ERVcaller_v1.4.pl -i TE_seq -f .bam -H hg38.fa -T All.fa
TE_consense.fa is derived from human being? or a consensus of all species including human?
In your ERVcaller paper (10.1093/bioinformatics/btz205), did you use only TE_consensus.fa for TE reference?
Many thanks
Best,
Oh.
Best, Xun
Dear Xun Chen,
Hi. I'm Oh.
I have three questions.
1) In your programs, there is no process using "Hydra". Is it right?
2) Where can I find "TE_consensus.fa" in your user manual?
3) In my ERVcaller-1.4/Database folder, there are three fasta files (ERV_library.fa, HERVK.fa, Human_TE_library.fa).
I want to use all fasta files in database (ERV_library.fa, HERVK.fa, Human_TE_library.fa).
Can I use a merged, and indexed fasta file using three fasta file?
Like this,
$cat ERV_library.fa HERVK.fa Human_TE_library.fa > All.fa $bwa index All.fa $perl ERVcaller_v1.4.pl -i TE_seq -f .bam -H hg38.fa -T All.fa
Thanks.