| fml_gsea | R Documentation | 
Protein GSEA by formula(s) in 'pepSig' or 'prnSig'
fml_gsea(
  fml,
  fml_nm,
  var_cutoff,
  pval_cutoff,
  logFC_cutoff,
  gspval_cutoff,
  gslogFC_cutoff,
  min_size,
  max_size,
  df,
  col_ind,
  id,
  gsets,
  label_scheme_sub,
  complete_cases,
  scale_log2r,
  filepath,
  filename,
  ...
)
| fml | A character string; the formula used in prnSig. | 
| fml_nm | A character string; the name of  | 
| var_cutoff | Numeric; the cut-off in the variances of protein log2FC. Entries with variances smaller than the threshold will be removed from GSVA. The default is 0.5. | 
| pval_cutoff | Numeric value or vector; the cut-off in protein
significance  | 
| logFC_cutoff | Numeric value or vector; the cut-off in protein
 | 
| gspval_cutoff | Numeric value or vector; the cut-off in gene-set
significance  | 
| gslogFC_cutoff | Numeric value or vector; the cut-off in gene-set
enrichment fold change. Only enrichment terms with absolute fold change
greater than the threshold will be reported. The default magnitude is
 | 
| min_size | Numeric value or vector; minimum number of protein entries for
consideration in gene set tests. The number is after data filtration by
 | 
| max_size | Numeric value or vector; maximum number of protein entries for
consideration in gene set tests. The number is after data filtration by
 | 
| df | The name of a primary data file. By default, it will be determined
automatically after matching the types of data and analysis with an
 | 
| col_ind | Numeric vector; the indexes of columns for the ascribed  | 
| id | Character string; one of  | 
| gsets | The gene sets. | 
| label_scheme_sub | A data frame. Subset entries from  | 
| complete_cases | Logical; if TRUE, only cases that are complete with no missing values will be used. The default is FALSE. | 
| scale_log2r | Logical; if TRUE, adjusts  | 
| filepath | A file path to output results. By default, it will be
determined automatically by the name of the calling function and the value
of  | 
| filename | A representative file name to outputs. By default, the
name(s) will be determined automatically. For text files, a typical file
extension is  | 
| ... | 
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.