Queries biomaRt
for gene_attributes
and then regresses them out of xmat
.
regress_gene_info(xmat, attributes = c("size"), correction_method = "BH")
xmat | gene x sample matrix. |
---|---|
attributes | Gene attributes to extract from |
correction_method | Multiple-testing correction method to be passed to |
#>#> #>#> #>#>#> #>#>#> #>xmat <- MAGMA.Celltyping::ctd_DRONC_human[[1]]$mean_exp[1:100, ] adjusted_df <- regress_gene_info(xmat)#> Error in regress_gene_info(xmat): could not find function "regress_gene_info"