List of Computer Science courses with video lectures.
-
Updated
Dec 23, 2021
{{ message }}
Bioinformatics is an interdisciplinary field that intersects with biology, computer science, mathematics and statistics. It concerns itself with the development and use of methods and software tools for collecting and analyzing biological data.
List of Computer Science courses with video lectures.
Seen with latest code from git while preparing the 1.73 release on Linux, but applies to all platforms.
$ python run_tests.py test_PDB_StructureAlignment.py
Python version: 2.7.15 | packaged by conda-forge | (default, Jul 27 2018, 10:26:36)
[GCC 4.8.2 20140120 (Red Hat 4.8.2-15)]
Operating system: posix linux2
test_PDB_StructureAlignment ... ok
DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA sequencing data.
Community-curated list of software packages and data resources for single-cell, including RNA-seq, ATAC-seq, etc.
A curated list of awesome Bioinformatics libraries and software.
A DSL for data-driven computational pipelines
Conda recipes for the bioconda channel.
An ultra-fast all-in-one FASTQ preprocessor (QC/adapters/trimming/filtering/splitting/merging...)
A versatile pairwise aligner for genomic and spliced nucleotide sequences
A full spaCy pipeline and models for scientific/biomedical documents.
Burrow-Wheeler Aligner for short-read alignment (see minimap2 for long-read alignment)
In pl.pca_loagings(), there should be an option to limit the number of points plotted (basically n_points from ranking)
Why: I recently used the AnnData/scanpy suite to perform some analysis on a low number of genes (less than 30, amplified by qRT-PCR).
As the number of features is less than 30 (30 being the default value for n_points in ranking(adata,*args,**kwargs), the loadings appear twice
Toolkit for processing sequences in FASTA/Q formats
Data intensive science for everyone.
Pytorch Repo for DeepGCNs (ICCV'2019 Oral, TPAMI'2021), DeeperGCN (arXiv'2020) and GNN1000(ICML'2021): https://www.deepgcns.org
A plotly.js React component from Plotly
A cross-platform and ultrafast toolkit for FASTA/Q file manipulation in Golang
Scientific workflow engine designed for simplicity & scalability. Trivially transition between one off use cases to massive scale production environments
Unix, R and python tools for genomics and data science
Python and C++ code for reading and writing genomics data.
A cross-platform, efficient and practical CSV/TSV toolkit in Golang
In-memory nucleotide sequence k-mer counting, filtering, graph traversal and more
MMseqs2: ultra fast and sensitive search and clustering suite
In recent versions (can't say from exactly when), there seems to be an off-by-one error in dcc.DatePickerRange. I set
max_date_allowed = datetime.today().date(), but in the calendar, yesterday is the maximum date allowed. I see it in my apps, and it is also present in the first example on the DatePickerRange documentation page.E