Description Usage Arguments Value See Also Examples
Retrieves all the LFRs oiginating from a given well
Retrieves all the LFRs oiginating from a given well
1 2 3 4 | getWellLFRset(object, well)
## S4 method for signature 'LFRset'
getWellLFRset(object, well)
|
well |
either an object of class |
x |
an object of class |
An object of class LFRset
containing the Long Fragments Reads in x located in the well well
getLFRset
, getLFRStats
, getLFRStatsPerWell
, summary.LFRset
1 2 3 4 5 6 7 8 9 10 11 12 13 | #Loading an object of class (LFRset)
data(FiveWellsLFRset)
print(getWells(FiveWellsLFRset))
#A005 A016 L006 L024 P009
#43755 15192 23448 21892 24397
well1_LFR=getWellLFRset(FiveWellsLFRset,1)
print(getWells(well1_LFR))
#A005
#43755
P009_LFR=getWellLFRset(FiveWellsLFRset,'P009')
print(getWells(P009_LFR))
#P009
#24397
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.