Select.HBGs | R Documentation |
Select highly batch-sensitive genes (HBGs) under a group variable.
Select.HBGs(GTE, bins = 0.1, gte.ratio = 0.95)
GTE |
GTE result. |
bins |
Bins. |
gte.ratio |
Ratio of selected HBGs to the total GTE. |
Identified HBGs.
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.