Description Usage Arguments Value See Also Examples
This is a generic function to compute the common summary statistic on the Length, Average coverage and the numbe rof reads of an LFR set object
1 | summary.LFRset(object)
|
x |
an |
The five statistics summary (Min, Max, Mean, Median, 1st Quart, 3rd Quart) for the Length, the Average Coverage and the Number of Reads of the LFRs.
getBreadthGenomeCoverage
, getLFRStats
, getLFRset
, getLFRStatsPerWell
, getN50
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | LFR_11152Tissue_10k_file<-system.file('extdata',
'D1000_10k_allfragments.tsv.gz',package = 'DigitalPicoTools')
D1000_10k_11152Tissue_LFR=read.table(file=LFR_11152Tissue_10k_file)
D1000_10k_11152Tissue_LFRset=LFRset(Table=D1000_10k_11152Tissue_LFR)
summary(D1000_10k_11152Tissue_LFRset)
# Summary on the LFRset object
#
# Fragments Length
# Min. 1st Qu. Median Mean 3rd Qu. Max.
# 10000 12340 15800 18700 21920 150200
#
# Fragments Average Coverage
# Min. 1st Qu. Median Mean 3rd Qu. Max.
# 0.2747 0.9621 1.3730 1.7560 2.1050 28.9100
#
# Fragments Nbreads
# Min. 1st Qu. Median Mean 3rd Qu. Max.
# 12.0 53.0 90.0 154.4 174.0 5240.0
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.