Login

STAR index : genome indexing

Mar 7, 2024

Introduction


STAR, an acronym for "Spliced Transcripts Alignment to a Reference," is a powerful and widely used bioinformatics tool for genome indexing and alignment. With its ability to handle both fasta and gtf files. STAR facilitates efficient and accurate mapping of high-throughput sequencing data to a reference genome.


It requires both a Fasta file containing the nucleotide sequences of the genome and GTF file providing information about gene annotation and genomic features. By combining these files, STAR constructs an index that allows for rapid identification of potential alignments between the sequencing reads and the reference genome.


Main functions of STAR index


STAR index using STAR permits to build a comprehensive index that enables efficient alignment of RNA-seq and scRNA-seq


reads to the reference genome. This indexing process greatly enhances the speed and accuracy of read alignment.


In this context STAR index is also used by STAR solo to generate raw matrix from scRNA-seq fastq files.


Steps to follow



  1. Ensure that the version 0.1.2 of gws_scomix brick is loaded
    1. So first, upload your fastqc folder , FASTA and GTF files to the Databox.
      1. Then, create a new experiment.
        1. Import your resource
          1. Link it to the task "Building a genome index" available in the brick gws_scomix.
            1. Specify number of threads
              1. Run your experiment
                1. A folder containing the indexed genome will be generated.



                  Introduction Main functions of STAR index Steps to follow