Found 896 skills for "FreedomIntelligence" Page 16 of 75

bio-research-tools-biomarker-signature-studio

Design validated biomarker panels that are explainable, stable, and ready for translational follow-up. This skill stitches together the existing bioma...

github 3 files

bio-restriction-enzyme-selection

from Bio import SeqIO from Bio.Restriction import Analysis, CommOnly, AllEnzymes record = SeqIO.read('sequence.fasta', 'fasta') seq = record.seq analy...

github 5 files

bio-reverse-complement

Generate complementary and reverse complementary sequences using Biopython. from Bio.Seq import Seq Returns the reverse complement (5' to 3' of the op...

github 5 files

bio-ribo-seq-ribosome-periodicity

Reference examples tested with: matplotlib 3.8+, numpy 1.26+, pysam 0.22+, scipy 1.12+ Before using code patterns, verify installed versions match. If...

github 3 files

bio-rna-quantification-alignment-free-quant

Quantify transcript abundance directly from FASTQ reads using pseudo-alignment (kallisto) or selective alignment (Salmon). salmon index -t transcripts...

github 4 files

bio-sam-bam-basics

View and convert alignment files using samtools and pysam. | Format | Description | Use Case | |--------|-------------|----------| | SAM | Text format...

github 4 files

bio-seq-objects

Create and manipulate biological sequence objects using Biopython. from Bio.Seq import Seq, MutableSeq from Bio.SeqRecord import SeqRecord The basic s...

github 4 files

bio-sequence-properties

Calculate physical and chemical properties of biological sequences using Biopython. from Bio.Seq import Seq from Bio.SeqUtils import gcfraction, molec...

github 6 files

bio-sequence-similarity

Advanced methods for finding homologous sequences beyond standard BLAST. Builds a position-specific scoring matrix (PSSM) through iterations to find d...

github 4 files

bio-sequence-statistics

Reference examples tested with: BioPython 1.83+, samtools 1.19+ Before using code patterns, verify installed versions match. If versions differ: Pytho...

github 3 files

bio-single-cell-batch-integration

Reference examples tested with: anndata 0.10+, scanpy 1.10+, scikit-learn 1.4+, scvi-tools 1.1+ Before using code patterns, verify installed versions ...

github 4 files

bio-single-cell-cell-communication

Reference examples tested with: ggplot2 3.5+, scanpy 1.10+ Before using code patterns, verify installed versions match. If versions differ: Python: pi...

github 4 files