Description Usage Arguments Details Value Note Examples
View source: R/convertMASTClassic.R
Convert a SingleCellAssay object created with the MASTClassic package to an object recognized by the new MAST package
1 | convertMASTClassicToSingleCellAssay(object = NULL)
|
object |
of class |
The function will extract the relevant information from the attributes of the old object and construct a new SingleCellAssay that is recognized by MAST. This function checks that the object is a MASTClassic SingleCellAssay object. It will stop if it is not a SingleCellAssay, return a converted SingleCellAssay if object was created by MASTClassic, and return the original object if the object is already compatible.
A MAST SingleCellAssay object.
Type checking for old object is not performed.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.