Description Usage Arguments Value Examples
Return the results of a particular analyis that is stored in the SNPhood
object.
1 |
SNPhood.o |
Object of class |
type |
Character(1). Name of analyses one wants to retrieve the results for. Currently supported are "allelicBias", "clustering", "genotype" and "samplesCorrelation". |
elements |
Character. Default NULL. Which elements of the resulting list structure should be returned? If set to NULL, all elements will be returned. Otherwise, if names are provided, only the requested subset elements will be returned. If type equals "allelicBias", valid values are "pValue", "confIntervalMin", "confIntervalMax", "fractionEstimate", "background", "FDR_results", and "parameters". If type equals "clustering", valid values are the defined read groups in the object. If type equals "genotype", valid values are "strongGenotypes", "weakGenotypes", and "invariantGenotypes". If type equals "samplesCorrelation", valid values are "corTable", and "transl". |
A list with the results of the requested analysis and elements within.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.