More posts like this
-
Organizing Scripts for Bioinformatics Analysis
written by PappuI am wondering if there is any good way to organize hundreds of scripts in python or R written over the years so one does …
-
Filtering a list of protein sequences with no homolog in bacteria
written by PappuI want to filter out a list of protein sequences which have no homologs in bacteria. I am wondering if there is any easy way …
-
Finding transcriptional regulators of a gene
written by PappuI am trying to find out transactional regulators, transcription factor binding sites, epigenetic modifications, enhancers, miRNA binding etc. of a gene say TP53 highly expressed …
-
cancer genes database
written by PappuI am wondering if there is any database which lists genes highly expressed in various cancers based on literature and experimental data.
-
Organizing bioinformatics oriented python scripts
written by Pappu<p>I have written several hundred python scripts for bioinformatic analysis. I am wondering if there is any good way to organize them so that I …
-
Rate Of Evolution, Gc Content, Codon Usage And Rate Of Amino Acid Substitution
written by Pappu<p>While trying to understand the evolution of a gene, I encountered the aforementioned variables. I am wondering how the interplay of these variables contribute to …
-
Plotting Genomic Organization Of A Prokaryotic Protein In Various Species
written by Pappu<p>I want to plot the names of the genes 2 upstream and 2 downstream to my target gene in order to understand its function. I …
-
Diagram Of Genes Around A Gene In The Genome
written by Pappu<p>I want to know about the possible function of a bacterial protein by plotting the names of proteins around its coding region from various species. …
-
Predicting Biologically Significant Snps
written by Pappu<p>I am trying to figure out which SNP might change the structure and function of the translated protein based on the minor allele freq (MAF) …
-
Effective Scoring Function To Compare Multiple Sequence Alignments Or Phylogenetic Trees
written by Pappu<p>I am wondering if there is any good scoring function to compare MSAs obtained from ClustalW, Muscle, T-coffee, Kalign etc. I read that the differences …
Have you tried standard annotation tools to see if they give you a clue of what the gene may be? Or are you drawing a blank from that type of analysis?
Nothing came out from uniprot go annotation.
If you have the mRNA sequence of the gene, then use blastx to see to which other proteins in other species it aligns. If you get a 100% homology hit, for example, then you could easily infer function.