preprocessNetCon: Preprocess the connecitivty matrix based on mean connectivity...

View source: R/network_utils.R

preprocessNetConR Documentation

Preprocess the connecitivty matrix based on mean connectivity and binary switch

Description

1. First try to remove columns (rows) that have median expression 75
2. Convert the matrix into binary based on quantile connectivity'

Usage

preprocessNetCon(sub_jaccard_dist, rmv.filter = 0.5,
  binary.filter = 0.75, plot = F)

Arguments

data

Input expression data

tao

threshold for hard transformation

beta

parameter for soft power transformation

num_features

Number of top high connective genes to be used

Examples

preprocessNetCon(sub_jaccard_dist, rmv.filter=0.5, binary.filter=0.75, plot=F)

naikai/sake documentation built on Feb. 15, 2023, 11 p.m.