Commit fa9d7d44 authored by smorabit's avatar smorabit
Browse files

working on tutorials

parent e93d6c44
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -113,7 +113,9 @@ SelectNetworkGenes <- function(
#' SetupForWGCNA(pbmc)
SetupForWGCNA <- function(
  seurat_obj, wgcna_name,
  group=NULL, features = NULL,...){
  group=NULL, features = NULL,
  ...
){

  # set the active WGCNA variable
  seurat_obj <- SetActiveWGCNA(seurat_obj, wgcna_name)
+1 −1
Original line number Diff line number Diff line
@@ -98,7 +98,7 @@ GetWGCNAGenes <- function(seurat_obj, wgcna_name=NULL){
###########################


#' SetDatExpr
#' spr
#'
#' This function sets up the expression matrix from the metacell object.
#'
+1 −1
Original line number Diff line number Diff line

# scWGCNA <img src="man/figures/logo_v2.png" align="right" height="20%" width="20%" />
# scWGCNA <img src="man/figures/logo.png" align="right" height="20%" width="20%" />

scWGCNA is an R package for performing [weighted gene co-expression network analysis (WGCNA)](https://horvath.genetics.ucla.edu/html/CoexpressionNetwork/Rpackages/WGCNA/) in single-cell
RNA-seq data. scWGCNA constructs co-expression networks in a cell-type-specific manner,
+21 −0
Original line number Diff line number Diff line
@@ -19,6 +19,27 @@ articles:
    navbar: ~
    contents:
      - basic_tutorial
  - title: Network Visualization
    navbar: ~
    contents:
      - network_visualizations
  - title: Enrichment Analysis
    navbar: ~
    contents:
      - enrichment_analysis
  - title: Module Trait Correlation
    navbar: ~
    contents:
      - module_trait_correlation
  - title: Projecting Modules
    navbar: ~
    contents:
      - projecting_modules
  - title: Motif Analysis
    navbar: ~
    contents:
      - motif_analysis


reference:
  - title: Metacells

images/logo_v2.png

0 → 100644
+241 KiB
Loading image diff...
Loading