code.google.com - You are requested to please bookmark collection of bioinformatics tools, scripts, codes that can be pieced together in a very easy and flexible manner to perform both simple and complex bioinformatics tasks.
The next-generation sequencing included...
dash.plot.ly - Dash is a web application framework that provides pure Python abstraction around HTML, CSS, and JavaScript.
Dash Bio is a suite of bioinformatics components that make it simpler to analyze and visualize bioinformatics data and interact with them in...
https://www.uksh.de/jobs/Stellenangebote-nr-20190570-p-8.html
Your profile:
Degree in bioinformatics, biostatistics, or equivalent
Experience in the processing and analysis of large-scale genomics data using compute clusters / high-performance...
Subprocess is one of simplest way of running linux command from within python code
Example:
if you want to run fastqc for QC of fastq file:
from subprocess import Popen,PIPE,call
p=Popen(["fastqc","-f","fastq","-o",...
github.com - snakePipes are flexible and powerful workflows built using snakemake that simplify the analysis of NGS data.
DNA-mapping*
ChIP-seq*
RNA-seq*
ATAC-seq*
scRNA-seq
Hi-C
Whole Genome Bisulfite Seq/WGBS
(*Also available in...
Geospatial data is becoming increasingly important in many fields, including urban planning, environmental science, public health, and more. These tools can help you work with data from a variety of sources, including satellite imagery, GPS data,...
Computer simulation is the discipline of designing a model of an actual or theoretical physical/biological system, executing the model on a digital computer, and analyzing the execution output.