Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bedtools2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
R3
legacy
bedtools2
Commits
9b178932
Commit
9b178932
authored
10 years ago
by
Aaron Quinlan
Browse files
Options
Downloads
Plain Diff
Merge pull request #110 from dhoeric/patch-1
Update the format on code block
parents
aa6dcea1
2f6f6cfe
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/content/tools/coverage.rst
+8
-1
8 additions, 1 deletion
docs/content/tools/coverage.rst
with
8 additions
and
1 deletion
docs/content/tools/coverage.rst
+
8
−
1
View file @
9b178932
...
...
@@ -10,13 +10,15 @@ offers is that it not only *counts* the number of features that overlap an inter
computes the fraction of bases in B interval that were overlapped by one or more features. Thus,
**coverageBed** also computes the *breadth* of coverage for each interval in B.
==========================================================================
Usage and option summary
==========================================================================
Usage:
::
coverageBed [OPTIONS] -a <BED/GFF/VCF> -b <BED/GFF/VCF>
coverageBed [OPTIONS] -a <BED/GFF/VCF> -b <BED/GFF/VCF>
=========================== ===============================================================================================================================================================================================================
Option Description
...
...
@@ -56,6 +58,7 @@ After each interval in B, **coverageBed** will report:
Below are the number of features in A (N=...) overlapping B and fraction of bases in B with coverage.
::
Chromosome ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BED FILE B *************** *************** ****** **************
...
...
@@ -69,6 +72,7 @@ Below are the number of features in A (N=...) overlapping B and fraction of base
For example:
::
cat A.bed
chr1 10 20
chr1 20 30
...
...
@@ -96,6 +100,7 @@ feature / window in B. This is especially useful for RNA-seq experiments.
For example (note the difference in coverage with and without **-s**:
::
cat A.bed
chr1 10 20 a1 1 -
chr1 20 30 a2 1 -
...
...
@@ -128,6 +133,7 @@ bases at that depth, the size of the feature, and the fraction covered. After al
been reported, a histogram summarizing the coverage among all features in B will be reported.
::
cat A.bed
chr1 10 20 a1 1 -
chr1 20 30 a2 1 -
...
...
@@ -159,6 +165,7 @@ The output will consist of a line for each one-based position in each B feature,
detected at that position.
::
cat A.bed
chr1 0 5
chr1 3 8
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment