This repository contains scripts for basic bioinformatics analyses and utilities.
-
sequence_stats.sh: Bash script to calculate sequence statistics from a FASTA file.
- Usage:
bash sequence_stats.sh <input.fasta>
- Usage:
-
nucleotide_frequency.R: R script to generate a nucleotide frequency bar plot.
- Usage:
Rscript nucleotide_frequency.R <input.fasta>
- Usage:
-
fastq_stats.py: Calculates basic statistics for FASTQ files.
- Usage:
python fastq_stats.py <input.fastq>
- Usage:
-
alpha_diversity.R: Calculates different diversity indices from species count data.
- Usage:
Rscript alpha_diversity.R <count_data.tab> <diversity_results.txt>
- Usage:
-
DADA2.R: Runs DADA2 on paired-end amplicon sequencing reads.
- Usage:
Rscript DADA2.R
- Usage:
- Python
- R-package seqinr
- R-package DADA2
git clone https://github.com/yourusername/bioinformatics-tools.git
cd bioinformatics-tools