I'm preparing a presentation on 'Python and Bioinformatics' and I'm open for any resources that you think might be useful.
Good choice !
you may see :
Introduction to Programming using Python
www.pasteur.fr/formation/infobio/python
www.pasteur.fr/formation/infobio/python/support.pdf
Good luck !
If you want something more "Bio" you have absolutely to deal with Biopython. It is absolutely fundamental for every biologist who want to approach python.
http://biopython.org/wiki/Documentation
http://biopython.org/DIST/docs/tutorial/Tutorial.html
Another issue very important (but not really basic) is the multiprocessing and multithreading to run the script faster:
https://docs.python.org/2/library/multiprocessing.html
http://www.tutorialspoint.com/python/python_multithreading.htm
for python.
http://www.tutorialspoint.com/python/python_tutorial.pdf
this resource is very good
I was trying many tutorials for cnn that I've found online but they are not showing good performance. But my dataset is good enough, when I try with knn or mlp in sklearn I'm getting above 98%...
01 February 2018 3,012 5 View
I was studying about ppi prediction with machine learning approach, then the latest development I've found reported 97% accuracy with DVM hereAccurate prediction of protein-protein interactions by...
11 December 2017 6,716 7 View
I was reading some papers about protein-protein interaction prediction using machine learning. I understood that using various algorithms, all the sequences are transformed into equal length...
09 October 2017 6,877 3 View
I'm looking for a tool that can give how many methyl groups, hydroxyl groups etc. are in a compound from it's SMILES, SDF or MOL2 format.
04 May 2017 9,932 5 View
My protein of interest has 3D structure available in pdb. I know about an snp that produces short isoform of that protein. How or using what tool I can produce that isoform as a pdb file?
03 April 2017 2,286 3 View
Is it possible to presume about which Salomonella species present in the sample without using molecular tools like PCR? Just from biochemical tests? If I plan to do PCR for confirming species, how...
09 October 2016 2,202 2 View
I have a list of proteins with their expression metrics. What tools can I use for predicting pathway, cluster analysis etc?
06 July 2016 4,367 2 View
For one of my experiment I need to run a program continuously for a few days. I actually do this in a local cluster. There the head node connects with the slaves with ssh and distribute the work....
04 May 2016 5,779 2 View
I've a receptor and ligand both as pdb file. With mgltools I've converted them to pdbqt. Then performed docking with autodock vina. Now I want my receptor and pdbqt generated by vina to have in a...
01 February 2015 5,001 6 View
I have dataset containing thousands of miRNAs associated with a disease collected from miRTarBase. I need some idea, about what information I can deduce/predict with in-silico/bioinformatic...
01 February 2015 8,780 3 View
I'm currently exploring the application of Python in textile engineering, specifically in areas like data analysis, process automation, and the development of smart textiles. I'm interested in...
10 August 2024 7,429 2 View
Request Python code from this article : Gender equity of authorship in pulmonary medicine over the past decade. THANKS!
08 August 2024 6,242 2 View
Visual Studio Code (VS Code) has become a popular choice among developers for several reasons: 1. **Free and Open Source**: VS Code is free to use and open source, making it accessible to...
07 August 2024 7,013 4 View
I aim to be as skeptical as possible regarding whether a pair of orthologous genes results in the same phenotype in their different but related bacterial organisms under similar environmental...
05 August 2024 6,787 4 View
I need the python code to forecast what crop production will be in the next decade considering climate and crop production variables as seen in the attached.csv file.
05 August 2024 2,977 3 View
Hello everyone, I am currently working on a research project that aims to integrate machine learning techniques into an open source SIEM tool to automate the creation of security use cases from...
04 August 2024 3,196 2 View
I am looking for software to help analyze SELEX NGS data, including alignment, sequence enrichment, and other related tasks. Can anyone recommend suitable tools or software? Best wishes, Waleed
30 July 2024 1,061 5 View
PeptiCloud (www.pepticloud.com) is a bioinformatic platform that allows researchers to organize and share their data for their projects as well as collaborate with others in one place. Through...
28 July 2024 4,762 2 View
Hi all. As a beginner in ChIP-seq experiments, I hope you understand that the following questions might be somewhat basic. I am planning to perform ChIP-seq or MeDIP-seq analysis to investigate...
28 July 2024 6,938 1 View
In molecular dynamics simulation, to get FEL analysis, I got an error. My Python version is 3.10.7. My input files are made with a lower version of Python. But the final command to generate the...
23 July 2024 5,646 2 View