Description Slots See Also Examples
An S4 class containing the main information (Well ID, well Number, Bam file) of a well sample.
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.
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
#
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.