Description Usage Arguments Value See Also Examples
The number of Long Fragments reads in the set
The N50 of the LFR set
The Sum of LFR lengths greater or equal to the N50
The L50 of the set of LFR
Percentage of LFR having a length greater or equal to the N50
Maximum LFR length in the set
Minimum LFR length in the set
TThe mean of the LFR lengths
The median of the LFR length
1 | getLFRStatsPerWell(object)
|
x |
an object of class |
A data frame containing for each well having an LFR in the LFR set the following statistics :N, N50_value,N50_totallength,L50_value,L50_percent,Max,Min,Mean,Median .
getN50
, getLFRStats
, getBreadthGenomeCoverage
, plotLFRDistribution
, summary.LFRset
, getLFRset
, plot.LFRset
1 2 3 | data(FiveWellsLFRset)
P009_LFR=getWellLFRset(FiveWellsLFRset,'P009')
print(getLFRStatsPerWell(FiveWellsLFRset))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.