This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How can I access the consensus sequences of all human ERVs from Dfam?

Hi, everyone!

I'm trying to estimate the expression levels of ERVs in human by mapping the reads on the consensus sequences.

I found a paper that used consensus sequences from Dfam, but I couldn't find the exact file.

I found some files 'hg38_dfam.hits.gz' and 'hg38_dfam.nrph.hits.gz' which had only location information without actual sequences.

Should I extract sequences using the location info, or is there other way?

Can someone give me some hints?

Thank you!

dfam erv

2 answers

You can get the Dfam consensus sequences by downloading the HMM (i.e. DF0000558.hmm) and using hmmemit from the hmmer package:

hmmemit -c DF0000558.hmm > DF0000558.consensus.fasta

There are (at least) two pipelines for HERV quantification, TEToolkit ans SalmonTE, you could look into them. What is the paper using consensus DFam?

Log in to answer this question.