View source: R/Script_DROPLET_06_DE_PSEUDOBULK_1_SJ.R
CompareValues.SJ.DonorLevel.10x | R Documentation |
Performs differential splice junction analysis between two groups of cells by aggregating cells by their corresponding donor IDs. Statistical test used here is the permutation test.
CompareValues.SJ.DonorLevel.10x(
MarvelObject,
cell.group.list,
min.pct.cells.gene.expr = 10,
min.n.cells.gene.expr = 10,
min.gene.counts.total = 3,
min.sj.count = 1,
min.donor.gene.expr = 3,
min.donor.sj.expr = 3
)
MarvelObject |
cell.group.list List of character strings. List defining the two cell groups and their respective donor IDs and their corresponding cells IDs. |
min.pct.cells.gene.expr |
Numeric value. Mininum percentage of cells across a donor expressing a given gene for that gene to be considered expressed. Genes below this threshold will be considered not expressed. Default is |
min.n.cells.gene.expr |
Numeric value. Mininum number of cells across a donor expressing a given gene for that gene to be considered expressed. Genes below this threshold will be considered not expressed. Default is |
min.gene.counts.total |
Numeric value. Mininum number of UMI counts across a donor for that gene to be considered expressed. Genes below this threshold will be considered not expressed. Default is |
min.sj.count |
Numeric value. Mininum number of UMI counts across a donor for that splice junction to be considered expressed. Splice junctions below this threshold will be considered not expressed. Default is |
min.donor.gene.expr |
Numeric value. Minimum number of donors expressing a given gene based on |
min.donor.sj.expr |
Numeric value. Minimum number of donors expressing a given splice junction based on |
An object of class S3 with a new slots MarvelObject$DE$Pseudobulk$SJ$Table
and MarvelObject$DE$Pseudobulk$SJ$cell.group.list
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.