Skip to content

transposon insertion site identified from raw fastq file and transposon sequences, using local alignment for identification.

Notifications You must be signed in to change notification settings

YiqiaoSun/Transposon-insertion-site-identification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Transposon-insertion-site-identification

Transposon mutagenesis is widely used for determining gene functions in molecular biology. Traditionally, after mutagenesis, laborious 2-step PCR processes (like nested PCR) are used for identifying which gene has been inserted in the mutated phenotype. This script takes in fastq sequencing file and transposon sequences and returns a list of reads that have been inserted by transposons, with transposon cut off. Users can then map these reads to the target genome and view it. Blast is also worth trying. Local alignment algoritm is used to search for insertion pattern. It is done without mapping raw reads to the genome. All the functions are written in base R, so no additional packages are needed. It is recommended to use Rsubread to do the mapping.

About

transposon insertion site identified from raw fastq file and transposon sequences, using local alignment for identification.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published