Select.HBGs {GTEs} | R Documentation |
Select highly batch-sensitive genes (HBGs) under a group variable.
Description
Select highly batch-sensitive genes (HBGs) under a group variable.
Usage
Select.HBGs(GTE, bins = 0.1, gte.ratio = 0.95)
Arguments
GTE |
GTE result. |
bins |
Bins. |
gte.ratio |
Ratio of selected HBGs to the total GTE. |
Value
Identified HBGs.
Examples
# GTE is the result of Run.GroupTechEffects function.
data_file <- system.file("extdata", "GTE_ct.rds", package = "GTEs")
GTE_ct <- readRDS(data_file)
HBGs <- Select.HBGs(GTE_ct)
[Package GTEs version 1.0.0 Index]