Open hkoo87 opened 1 year ago
I haven't tried it, but ERVcaller was designed to detect polymorphic TE insertions. If you want to look at single-cell ERV expression, you could look at other tools, like scTE, https://www.nature.com/articles/s41467-021-21808-x
Thanks, Xun
Thank you for your suggestion. I was able to install and successfully run the test data set.
I tried to replace TE_consensus.fa file including my interest genes, however I kept getting an error message as below:
[E::bwa_idx_load_from_disk] fail to locate the index files
Use of uninitialized value $std_insertsize in concatenation (.) or string at /data/user/home/ERVcaller/ERVcaller-1.4/ERVcaller_v1.4.pl line 975.
I was able to see bam, bam.bai, and fq files were successfully created, however just the vcf file was not able to be generated.
Could you give me any suggestions on this?
Thank you.
Hi,
It usually indicates empty results. Could you check the intermediate results? e.g., *ERV.output2 or ERV.output3?
Also, did you use single-end FASTQ as the input? It was also strange that the insert size was not computed.
Thanks, Xun
Hello, Thank you for sharing the ERVcaller.
I was wondering whether this tool can be used for single cell RNAseq data sets (fastq format).
Any suggestions will be appreciated.