Description Usage Arguments Value Author(s) See Also Examples
Function to access (and/or assign) positional information for a MassArrayData object
1 2 |
object |
Object of class |
value |
Character string containing positional information of the form "chrXX:XXXX-XXXX" |
Returns a character string containing positional information of the form "chrXX:XXXX-XXXX" if accessing a MassArrayData
object. If updating a MassArrayData
object, function returns the object with updated positional information
Reid F. Thompson (rthompso@aecom.yu.edu), John M. Greally (jgreally@aecom.yu.edu)
See Also MassArrayData
1 2 3 4 | data(MassArray.example.data)
position(MassArray.example.data)
position(MassArray.example.data) <- "chrB:2001-2374"
position(MassArray.example.data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.