Need help in finding pseudo genes using python script
Hello Everyone,
I have a genome file in gtf format. I want to find all the pseudo genes from that genome file. Can anyone help me with a python script which can do this work?
Thank you
ngs
python
genomics
• 1,065 views
•
link
updated
by
Ram
•
written
by
Confused_human •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
gff3 to gtf
written by bestone •Hello everyone, I am trying to convert gff3 file to gtf file for that I used the command below: `agat_convert_sp_gff2gtf.pl -i input.gff3 -o genes.gtf` But …
-
GENE code ID conversion
written by Confused_human •Hi everyone, I have a dataset that has 1000 gene code ids that I got from RNA sequencing. I want to convert the gene code …
-
How to do transcriptome annotation through transcriptome annotation gtf file obtained after cufflli…
written by isha.lily20 •Hello Researchers Teacher gave work to do transcritpome annotation with only transcriptome annotation GTF file which was obtained after cufflinks of 2 expression data control …
-
Generating barplot of fpkm value
written by sidrah.maryam •Hello, I want to generate a barplot of fpkm value count, for specific genes, to have finally the graph showing, which cells have high expression …
-
Coordinates for genomic features?
written by AnkitHi Everyone, Can anyone help me how to get coordinates of the genome features for hg19? For example genes, Exon, intron, 5'utr and 3'utr , …
-
Python script for generating Genomic windows of intervals 50kbp for Human reference genome Hg19
written by nk778 •Hello all, Where can I download all the chromosomal coordinates for the entire hg19 reference genome? Additionally, can anyone help me generate a python script …
-
Need help : cut the fasta sequences from a specific region
written by Varshney •Hello everyone, I have a genome assembly file in the fasta format. I have to trim that sequences based on specific positions from that file. …
-
Download cds region coordinates
written by ankittanwar12 •Hello everyone, I want to download only cds region coordinates from given input file in genbank format through some script or bioperl modules. Can anyone …
-
How to extract all non-seqenced positions from a genome (Fasta file)?
written by TheBabyBlueEyes •Hello, Sorry in advance for my English. I want extract all positions of non-sequenced nucleotides for each chromosomes from a genome sequence file (Fasta). To …
-
Metaseq: Average ChIP-seq signal over promoters error
written by Sudhir JadhaoHello everyone, I am new to python, I am trying to plot chipseq signal over promoter using metaseq . The script available at metaseq site, …
What have you tried so far? There are a couple general approaches for doing this, typically they have different efficacy for different datasets. Anything else you can tell us about your pre-processing?
Hi, I have tried normal Linux shell scripting, grep command. But it would be better if I can do it with python.