AppendPerCellSaturation | R Documentation |
Calculate and Append Per-cell Saturation to a Seurat Object
AppendPerCellSaturation(
seuratObj,
molInfoFile,
cellbarcodePrefix = NULL,
assayName = NULL,
doPlot = TRUE
)
seuratObj |
The seurat object |
molInfoFile |
The 10x molecule_info.h5 file |
cellbarcodePrefix |
An optional string appended to the barcodes parsed from the molecule_info.h5 file. This is necessary if the seurat object has a prefix applied to cell barcodes. This value is directly concatenated and must include any delimiter. Note: if this is absent, but the seuratObj has the columns DatasetId or BarcodePrefix, the latter will be used. |
assayName |
An optional string indicating the assay these data are associated with. If null, they will use the DefaultAssay |
doPlot |
If true, plots summarizing saturation will be generated. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.