cal_M_step: cal_M_step

Description Usage Arguments Value Author(s)

View source: R/Oct15_complicated_w_prior_acc_met_logit_nonlinear_h1h0_no_rna_vtilde_all_link_simple_only_last_pst.R

Description

scAMACE expectation-maximization (EM) implementation, a model-based approach to the joint clustering of single-cell data on chromatin accessibility, gene expression and methylation.

Usage

1
cal_M_step(phi_atac,w_acc,qi,phi_rna,w_exp,pi_rna,phi_met,w_met,pi_met)

Arguments

phi_atac

the initialization of the probability for scCAS data belonging to cluster k (i.e. z[i,k]=1).

w_acc

the initialization of the probability for scCAS data that gene g is active in cluster k.

qi

the initialization of the probability that scCAS data has high gene score when gene g is active in cell i (i.e. pi_i1).

phi_rna

the initialization of the probability for scRNA-Seq data belonging to cluster k (i.e. z[l,k]=1).

w_exp

the initialization of the probability for scRNA-Seq data that gene g is active in cluster k.

pi_rna

the initialization of the probability for scRNA-Seq data that gene g is expressed in cell l.

phi_met

the initialization of the probability for sc-methylation data belonging to cluster k (i.e. z[d,k]=1).

w_met

the initialization of the probability for sc-methylation data that gene g is active in cluster k.

pi_met

the initialization of the probability for sc-methylation data that gene g is methylated in cell d.

Value

phi_atac

the probability for scCAS data belonging to cluster k (i.e. z[i,k]=1).

w_acc

the probability for scCAS data that gene g is active in cluster k.

qi

the probability that scCAS data has high gene score when gene g is active in cell i (i.e. pi_i1).

phi_rna

the probability for scRNA-Seq data belonging to cluster k (i.e. z[l,k]=1).

w_exp

the probability for scRNA-Seq data that gene g is active in cluster k.

pi_rna

the probability for scRNA-Seq data that gene g is expressed in cell l.

phi_met

the probability for sc-methylation data belonging to cluster k (i.e. z[d,k]=1).

w_met

the probability for sc-methylation data that gene g is active in cluster k.

pi_met

the probability for sc-methylation data that gene g is methylated in cell d.

Author(s)

Jiaxuan WANGWU


cuhklinlab/scAMACE documentation built on Dec. 19, 2021, 7:03 p.m.