bighead | R Documentation |
Extract from a DGE object genes associated with a GO term of interest, e.g. from GSEA testing. Requires GOsource() output.
bighead(.df, n = 6)
.df |
A data frame or matrix |
n |
number of rows and columns to print (square output, starting from row1, col1) |
A data_frame (aka tibble) to the console. EG.GO and entrez_joinTable are exported to R_GlobalEnv.
mtc_mat <- as.matrix(mtcars)
mtc_mat |> bighead(8)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.