Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mirrors
biopet.biopet
Commits
83dfaffe
Commit
83dfaffe
authored
Jul 13, 2016
by
Moustakas
Browse files
Improved phrasing
parent
4ca992a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/tools/FindRepeatsPacBio.md
View file @
83dfaffe
# FindRepeatsPacBio
## Introduction
This tool looks and annotates repeat regions inside a BAM file. It extracts the regions of interest from a bed file and then intersects
those regions with the BAM file. On those extracted regions the tool will perform a
Mpileup and counts all insertions/deletions etc. etc. for that specific location on a per read basis.
This tool searches for and annotates repeat regions inside a BAM file.
It intersect the regions provided in the bed file with the BAM file and extracts them.
On the extracted regions
*samtools mpileup*
will be run and all insertions, deletions or substitutions will be counted on a per read basis
## Example
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment