Gene cluster identification using gff file
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
How to separate gene which are not annotated by prokka with their name for GO analysis
written by Neel •Hi, i have some problem, i mean i want to extract gene list from 200 GTF file E.coli sequences but the problem is how can …
-
Identification of transcription factors from a list of DEGs
written by navamikrishna99 •Hello everyone, I have a list of 245 DEGs . I separated it into unregulated and down-regulated based on Fc value I want to know …
-
Count number of Genes in GFF3 file (Prokka output)
written by Bioinfo •Hello . please i have run prokka on eight strains and i have eight GFF files , i want to count number of genes in …
-
Gene prediction programs predicting different genes
written by AP •Hello everyone, In this past couple of weeks I encountered a different problem which is giving me a lot of stress, I hope you can …
-
How to create snpEff data base for newly assembled genome?
written by nadiabeg.comsats •Hi all, I have my own de-novo assembled reference genome and gff file. I aligned my data on newly assembled reference genome. I have now …
-
Incorporate new genes info to the reference gff file for running stringtie or equivalent program
written by bioinfo17 •Hi, I have annotated a genome using Maker, the gff file of which I have used for running Stringtie to generate gene counts. Pipeline used …
-
length of combined transcripts
written by bsp017 •Hi all, Is there a tool to calculate the combined length of transcripts which map to a given interval. For example as a function of …
-
Extract consensus gene sequence (from gff file) from bam file
written by AWHi, I have a bam file from Illumina DNA-seq that I obtained by mapping reads to the reference genome using Bowtie. I want to extract …
-
Retrieve the FASTA transcript sequences of a list of NCBI genes
written by Sibs •Hello everyone, I want to design a microarray probe set for Coccomyxa subellipsoidea C-169 which has been [fully sequenced][1]. I need to make a target …
-
Fused Or Not Fused Gene
written by upendrakumar.devisetty<p>Does anybody know of how to tell from tophat/cufflinks output that whether or not a transcript is fused or not compared to gff annotation (reference …
I guess you will have to writte your own script for that. Using bioperl you can load all thé feature in memory with thé slurp method then you read the features sorted by start from left to right ans do your Cook to detect what you want.