RunLTMG {scapGNN}R Documentation

Run Left-truncated mixed Gaussian

Description

Functional implementation of Left-truncated mixed Gaussian. The internal functions of the scapGNN package.

Usage

.RunLTMG(object, Gene_use = NULL, k = 5, verbose, seed = 123)

RunLTMG(object, Gene_use = NULL, k = 5, verbose, seed = 123)

## S4 method for signature 'LTMG'
RunLTMG(object, Gene_use = NULL, k = 5, verbose, seed = 123)

Arguments

object

A LTMG object

Gene_use

using X numebr of top variant gene. input a number, recommend 2000.

k

Constant, defaults 5.

verbose

Gives information about each step.

seed

Random number generator seed.

Details

RunLTMG

For more information, please refer to: DOI: 10.1093/nar/gkz655 and https://github.com/zy26/LTMGSCA.

Value

A list contains raw input data and LTMG results.


[Package scapGNN version 0.1.4 Index]