miscGlobal | R Documentation |
This function discovers outlying subjects whose RNA-seq have abnormal shapes and provides the most outlying direction for each outlier.
miscGlobal( inputData, siglev = 1e-04, ADcutoff = 3, PCnum = NULL, maxPCnum = 10, reducedReturn = TRUE )
inputData |
precessed RNA-seq data from process_data |
siglev |
the significance level of the Chi-squared distribution. Default is 1e-10. |
ADcutoff |
a cutoff value for checking the normality based on Anderson-Darling test statistic |
PCnum |
the number of PCs to be used. If NULL (the default) the number of PCs will be estimated. |
maxPCnum |
the maximum number of PCs to be used. Default is 20. |
reducedReturn |
logical, whether to show less results and not to return large matrices. Default is TRUE. |
subt.mean |
logical, whether to subtract mean before SVD. Default is FALSE. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.