- MarvelObject
Marvel object. S3 object generated from TransformExpValues function.
- cell.group.column
Character string. The name of the sample metadata column in which the variables will be used to label the cell groups on the PCA.
- cell.group.order
Character string. The order of the variables under the sample metadata column specified in cell.group.column to appear in the PCA cell group legend.
- cell.group.colors
Character string. Vector of colors for the cell groups specified for PCA analysis using cell.type.columns and cell.group.order. If not specified, default ggplot2 colors will be used.
- sample.ids
Character strings. Specific cells to plot.
- min.cells
Numeric value. The minimum no. of cells expressing the splicing event or gene for the event or gene, respectively, to be included for analysis.
- features
Character string. Vector of tran_id or gene_id for analysis. Should match tran_id or gene_id column of MarvelObject$ValidatedSpliceFeature or MarvelObject$GeneFeature when level set to "splicing" or "gene", respectively.
- point.size
Numeric value. Size of data points on reduced dimension space.
- point.alpha
Numeric value. Transparency of the data points on reduced dimension space. Take any values between 0 to 1. The smaller the value, the more transparent the data points will be.
- point.stroke
Numeric value. The thickness of the outline of the data points. The larger the value, the thicker the outline of the data points.
- seed
Numeric value. Only applicable when level set to "splicing". Ensures imputed values for NA PSIs are reproducible.
- method.impute
Character string. Only applicable when level set to "splicing". Indicate the method for imputing missing PSI values (low coverage). "random" method randomly assigns any values between 0-1. "population.mean" method uses the mean PSI value for each cell population. Default option is "population.mean".
- cell.group.column.impute
Character string. Only applicable when method.impute set to "population.mean". The name of the sample metadata column in which the variables will be used to impute missing values.
- level
Character string. Indicate "splicing" or "gene" for splicing or gene expression analysis, respectively