.hits format in NGS
1
0
Entering edit mode
7.4 years ago
se69farahi • 0

Hi every body,

I'm new bio researcher and I want to implement different methods for bio data. I need a aligned data from next-gen sequence. I found several data by ".hits" format and I don't know this format needs what kind of module to read in python. I don't have any image from NGS file. Finally, please suggest to me any aligned data for download. Thank you :)

next-gen sequence • 1.3k views
ADD COMMENT
0
Entering edit mode

I'm not sure if I understand your question, but aligned sequences in the NGS-field are most commonly in sam or bam format (in which bam is the binary format of sam).

ADD REPLY
0
Entering edit mode

thanks , I use windows 64-bit and I can not install pysam on it. should I install linux ???

ADD REPLY
0
Entering edit mode

That will make most bioinformatics things less painful...

ADD REPLY
0
Entering edit mode

So it does not work in windows??

ADD REPLY
0
Entering edit mode

Yes pysam does not work on windows . You have to come to linux if you wanna install it.

ADD REPLY
0
Entering edit mode
7.4 years ago
GenoMax 141k

Aligned data in NGS generally uses SAM format. You can use pysam module to work with SAM/BAM files in python. An example sam file can be found here.

ADD COMMENT

Login before adding your answer.

Traffic: 2589 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