seqloc-0.6.1.1: Handle sequence locations for bioinformatics

Safe HaskellNone
LanguageHaskell2010

Bio.SeqLoc.ShiftedVector

Documentation

data ShiftedVector a #

Constructors

ShiftedVector 

Fields

Instances

singleton :: Monoid a => Int -> a -> ShiftedVector a #

replicate :: Monoid a => Int -> Int -> a -> ShiftedVector a #

(!?) :: ShiftedVector a -> Int -> a #

(//) :: ShiftedVector a -> [(Int, a)] -> ShiftedVector a #

modifySome :: ShiftedVector a -> [Int] -> (a -> a) -> ShiftedVector a #