stringTest | R Documentation |
The input df
contains pVal fields.
stringTest(
df = NULL,
id = gene,
label_scheme_sub = NULL,
db_nms = NULL,
score_cutoff = 0.7,
scale_log2r = TRUE,
complete_cases = FALSE,
filepath = NULL,
filename = NULL,
...
)
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
|
id |
Character string; one of |
label_scheme_sub |
A data frame. Subset entries from |
db_nms |
Character string(s) to the name(s) of STRING database(s) with
prepended directory path. The |
score_cutoff |
Numeric; the threshold in the |
scale_log2r |
Logical; if TRUE, adjusts |
complete_cases |
Logical; if TRUE, only cases that are complete with no missing values will be used. The default is FALSE. |
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 |
... |
|
The argument scale_log2r
is not used in that both '_N' and '_Z'
columns from primary df
will be kept. The argument species
is
used for the generation of separate outputs by species
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.