How to Reverse Complement of DNA Sequence in Bash
Get the reverse complement of a DNA sequence in a one-liner Bash command using awk, tr, and rev
Get the reverse complement of a DNA sequence in a one-liner Bash command using awk, tr, and rev
Creating a local BLAST database from FASTA file for faster, customized sequence similarity searches
This article explains how to perform two-way ANOVA in R
This article explains how to perform one-way ANOVA in R
Learn what is Nextflow and how to use it for running bioinformatics pipeline
List of Bioinformatics tools to convert FASTQ file into FASTA format
Assemble PacBio and Nanopore long-reads using the Canu
IUPAC codes for representing nucleotide degeneracy
This article describes how to use the bedtools getfasta command to extract the sequence from the FASTA file based on the genomic coordinates given in the B...
Determine strandedness in RNA-seq using RSeQC quality control tool
RNA-seq strandedness and difference between stranded and non-stranded RNA-seq
Calculate descriptive statistics using describe() function from pandas DataFrame