Detection of chimeric HIV-Host transcripts
1
0
Entering edit mode
4 months ago
Mrist01 • 0

I am trying to detect the presences of chimeric HIV-host transcripts in my bulk RNA-seq datasets (single-end reads). The current protocols I have found online seem to align reads to both a human reference and HIV reference at the same time using Bowtie. Then they take reads that aligned to both HIV and human then BLAST those reads against a concatenated Human+HIV genomes.

Does anyone know how I can align to two references at once and pick out the sequences that align to both HIV and Human references? I have used HISAT2 to align my reads to hg38 and HIV reference separately but I do not know how to do this at the same time and then pick out these sequences.

Thank you in advance.

single-end HIV chimeric-transcripts • 350 views
ADD COMMENT
0
Entering edit mode
4 months ago

Does anyone know how I can align to two references at once and pick out the sequences that align to both HIV and Human references? I have used HISAT2 to align my reads to hg38 and HIV reference separately but I do not know how to do this at the same time and then pick out these sequences.

cat human.fa hiv.fa > merge.fa

index merge.fa

re-map the reads on merge.fa

and then something like: Extracting chimeric reads from mapping

ADD COMMENT
0
Entering edit mode

I did this but then I am un able to index the concatenated genomes. I get hisat2-build command not found. Haven't found a good answer on how to fix this problem.

Is there another way for me to index this file?

ADD REPLY
0
Entering edit mode

Haven't found a good answer on how to fix this problem.

the whole internet is full of explanations about how to fix command not found

https://www.google.com/search?q=linux+how+to+fix+command+not+found

ADD REPLY

Login before adding your answer.

Traffic: 1855 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6