precellar.aligners.STAR#

class precellar.aligners.STAR(index_path)#

The STAR aligner.

STAR aligner is a fast and accurate RNA-seq aligner. It is used to align RNA-seq reads to a reference genome.

Parameters:

index_path (str) – The path to the STAR index directory.

Methods