diff --git a/articles/CellMembrane-Tutorial.html b/articles/CellMembrane-Tutorial.html index 75507d6a..1cad3064 100644 --- a/articles/CellMembrane-Tutorial.html +++ b/articles/CellMembrane-Tutorial.html @@ -81,7 +81,7 @@
vignettes/CellMembrane-Tutorial.Rmd
CellMembrane-Tutorial.Rmd
vignettes/Pseudobulking-and-Filtered-Contrasts.Rmd
Pseudobulking-and-Filtered-Contrasts.Rmd
This will plot the results of decoupleR as a heatmap
+PlotTfData(
+ seuratObj,
+ assayName = "tfsulm",
+ groupField = Seurat::Idents(seuratObj)
+)
The pheatmap plot object
+This will run decoupleR to infer TF
+RunDecoupleR(
+ seuratObj,
+ sourceAssay = "RNA",
+ targetAssay = "tfsulm",
+ organism = "human"
+)
The seurat object
+PlotSeuratVariables()
Plot Seurat Variables
Plot TF Data
RunCsCore()
Run CS-CORE
Run decoupleR