readSequence {ChIPsim} | R Documentation |
Given a read position, a reference sequence, a strand and a read length this function returns the read sequence.
readSequence(readPos, sequence, strand, readLen = 36)
readPos |
Numeric value indicating the start position on the chromosome. |
sequence |
Chromosome sequence (a |
strand |
Strand indicator (+1 / -1) |
readLen |
Length of read. |
Read sequence.
Peter Humburg