Description Usage Arguments Details Value Examples
The function is used to obtain a new truth set for different data types via a combination of certain variables.
1 | truthset_de(N, n, sam, datatype)
|
N |
integer. The number of iterations for resampling the original truth set. |
n |
integer. The number of samples in the new truth set. |
sam |
matrix obtained from first-step resampling. |
datatype |
character. "luad", "brca" or "sarc". |
This function imports a matrix attained from the first-step resampling, compares the DESeq results with that of the original truth set and exports a group of new truth sets(gene lists). Note that N should be equal to the number of rows of matrix sam, n should be equal to the 2 times the number of columns of matrix sam("luad", "brca") and 1 time the number columns of matrix sam("sarc").
a list which is composed of N new truth sets for N iterations, respectively.
1 | truthset_de(100, 170, sam, datatype="brca")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.