decoderModel_train_decoder {scAlign}R Documentation

decoder for scAlign

Description

Projects cells from joint cell state space into one condition.

Usage

decoderModel_train_decoder(
  FLAGS,
  config,
  mode,
  data_full,
  data_emb,
  all_data_emb
)

Arguments

FLAGS

Tensorflow run arguments.

config

Hardware configuration options.

data_full

High dimensional data used for reconstruction error

data_emb

Low dimensional data from scAlign encoder post alignment

all_data_emb

Low dimensional cells from all conditions to project

CV

Model that is being run.

Value

final interpolation results


[Package scAlign version 1.6.0 Index]