to find deleted genes by using python
how to find deleted genes from a sequence by using python having position >90 and coverage <5. i have three bam files that i need to compared.
genome
sequencing
• 869 views
•
link
written
by
iqrajaved323 •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
htseq-count reports count values for deleted genes
written by kmyers2 •I am using htseq-count on BAM files from a bacterial species. We are comparing WT strains as well as two strains with genes knocked out. …
-
How to find start and end position of sequence from consensus fasta file?
written by 沛煒 •Hello I have performed consensus function in samtools and got the consensus fasta sequence from BAM file, and missing positions were replaced with 'N'. I …
-
Primer matching with sequence using biopython
written by iqrajaved323 •I have two primers forward and reverse and i also have a gene sequence file. I want to match the primer with the sequence and …
-
How to include depth of coverage of k prior and posterior neighbours of a position in vcf file?
written by utsafarI used FreeBayes to call variants from BAM file and the reference genome is contigs of RNA-Seq. I have depth of coverage of each variation …
-
gene sequence fetching from bam or fastq file of rna seq data
written by fatimarasool135I have 6 wheat samples sequenced using RNA-seq. I received forward and reverse fastq files and I generated bam files by using hisat2 tool which …
-
Extract the mate pair information with htsjdk
written by mhasa006I have a BAM file sorted by position. I need to process a group of reads from the BAM file at a time. To process …
-
input for rMATS
written by bisht20diksha •i want to identify differential alternative splicing between two conditions having three replicates each, for that i m using rMATS. I have already generated genome …
-
how to find the amplified region from aln.bam file
written by trisha •I have received mi-seq data for targeted genomic region of human. I need to find the amplified region. How could I find from my .bam …
-
How to compute average depth of coverage for expression matrix
written by smartsean •So I am trying to find the average depth of coverage of 100 genes from a given reference genome in a given time interval 1 …
-
Rna-Seq : How To Check For Very High Coverage Region
written by Nicolas Rosewick<p>Hi,</p> <p>How can I check for very high coverage region in a <a href='http://samtools.sourceforge.net/SAM1.pdf'>bam</a> file. I've several samples with good alignment rate (~90%) but when …
I would recommend looking at pysams fetch tool. https://pysam.readthedocs.io/en/latest/index.html