View source: R/MODULE_3_QC_PCA.R
row_center | R Documentation |
Function to center a selected block of a data frame on its row means.
row_center(x, columns)
x |
Input data frame containing RNA-seq or Ribo-seq data. Rows are genes/transcripts and columns are samples. The data frame may contain additional columns for gene/transcript ID or other metadata. |
columns |
A vector specifying the columns to be included for row-centering. |
A data frame where the specified columns from the input are row-centered and the rest is intact.
te_LMCN.v2.cent <- row_center(te_LMCN.v2, columns = c(2:9))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.