getSequencesFromGenome {rTRM} | R Documentation |
This is just a wrapper to getSeq() in package Biostrings that facilitates adding a label to each sequence.
getSequencesFromGenome(BED, genome, append.id)
BED |
file with peak locations in BED format. |
genome |
a BSgenome object (e.g. Mmusculus) |
append.id |
optional label to append to each sequence id. |
Diego Diez