bighead: big head

View source: R/bighead.R

bigheadR Documentation

big head

Description

Extract from a DGE object genes associated with a GO term of interest, e.g. from GSEA testing. Requires GOsource() output.

Usage

bighead(.df, n = 6)

Arguments

.df

A data frame or matrix

n

number of rows and columns to print (square output, starting from row1, col1)

Value

A data_frame (aka tibble) to the console. EG.GO and entrez_joinTable are exported to R_GlobalEnv.

Examples

mtc_mat <- as.matrix(mtcars)
mtc_mat |> bighead(8)

bansell/tidyExt documentation built on July 12, 2024, 12:58 p.m.