getWellLFRset-methods: Retrieves all the LFRs oiginating from a given well

Description Usage Arguments Value See Also Examples

Description

Retrieves all the LFRs oiginating from a given well

Retrieves all the LFRs oiginating from a given well

Usage

1
2
3
4
getWellLFRset(object, well)

## S4 method for signature 'LFRset'
getWellLFRset(object, well)

Arguments

well

either an object of class numeric representing the well number or an object of class character repreenting the well nanme.

x

an object of class LFRset

Value

An object of class LFRset containing the Long Fragments Reads in x located in the well well

See Also

getLFRset, getLFRStats, getLFRStatsPerWell, summary.LFRset

Examples

 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

chedonat/DigitalPicoTools documentation built on May 13, 2019, 3:39 p.m.