Skip to content

DensCatt/FMIndex_package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FMIndex_package

For any FASTA file (containing a single DNA sequence) specified by the user, the R package will:

  1. Compute all necessary data structures of which the FM Index is composed
    • Suffix Array (SA)
    • Burrow-Wheeler Transform (BWT)
    • Character counts
    • Tally Matrix
  2. Write the individual FM data structures as individual .csv files into a user-specified folder. A compressed version of the tally matrix and the SA is saved.

See vignettes and manual for further information.

About

Creation of the FM index of a FASTA file. Read more: Ben Langmead: “Introduction to the Burrows-Wheeler Transform and FM Index”. https://www.cs.jhu.edu/~langmea/resources/bwt_fm.pdf

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages