View source: R/Script_PLATE_08_PCA_5_ComputeHighlyVariable_PSI.R
IdentifyVariableEvents | R Documentation |
Identify highly variable splicing events by fitting spline model. The vector splicing events returned may be used for downstream dimension reduction analysis with the RunPCA
function.
IdentifyVariableEvents(
MarvelObject,
sample.ids = NULL,
cell.group.column,
cell.group.order,
min.cells = 25
)
MarvelObject |
Marvel object. S3 object generated from |
sample.ids |
Character strings. Specific cells to plot. |
cell.group.column |
Character string. The name of the sample metadata column in which the variables will be used included for analysis |
cell.group.order |
Character string. The the variables under the sample metadata column specified in |
min.cells |
Numeric value. The minimum no. of cells expressing the splicing event, above which, the splicing event will be retained for analysis. |
An object of class S3 containing with new slots MarvelObject$VariableSplicing$tran_ids
and MarvelObject$VariableSplicing$plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.