Description Usage Arguments Value See Also Examples
Retrieves the fraction of the whole genomes covered by the Long fragments Reads making the LFRset
1 | getBreadthGenomeCoverage(object)
|
x |
an object of class |
If a single well, a numeric value representing the breadth coverage of its LFRs. If multiple wells, the methods output a data.frame
containing the breadth coverage per wells.
getN50
, getLFRStats
, getLFRStatsPerWell
, summary.LFRset
1 2 3 4 5 6 7 8 9 10 11 12 | #Loading an object of class (LFRset)
data(FiveWellsLFRset)
P009_LFR=getWellLFRset(FiveWellsLFRset,'P009')
print(getBreadthGenomeCoverage(P009_LFR))
# 4.63
print(getBreadthGenomeCoverage(FiveWellsLFRset))
# Wells BreadthCoverage
# 1 A005 7.22
# 2 A016 1.91
# 3 L006 3.69
# 4 L024 2.76
# 5 P009 4.63
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.