To download and use the (Spliced Transcripts Alignment to a Reference) binaries to generate a report, follow the steps below. This report is commonly used in bioinformatics to align RNA-seq reads to a reference genome. 1. Download STAR Binaries
If you use Anaconda or Miniconda, you can install it through the Bioconda channel : conda install -c bioconda star Use code with caution. 2. Generate a Genome Index
For visualizing multiple STAR reports at once, many researchers use MultiQC , which can aggregate these .final.out files into a single, interactive HTML report. alexdobin/STAR: RNA-seq aligner - GitHub


