WellSample: The WellSample class

Description Slots See Also Examples

Description

An S4 class containing the main information (Well ID, well Number, Bam file) of a well sample.

Slots

Well_ID

Object of class character representing the ID or the name assigned to the well

Well_Number

Object of class numeric representing the number of the well

Bamfilename

Object of class character representing the file name of the well bam file.

See Also

initsWellSamples

Examples

1
2
3
4
5
6
7
8
9
 #Creating an instance of the class
 myWell = WellSample(Well_ID='W384',Well_Number=384,BAMfilename='extdata/P009.bam')
 print(myWell)
 # An S4 object of class WellSample
 #
 # Well_ID :  W384
 # Well_Number :  384
 # BAMfilename :  extdata/P009.bam
 #

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