Description Creating Objects Slots Methods Author(s) See Also Examples
Container for parameters used during the analysis of an ICA decomposition obtained on genomics data.
new("MineICAParams")
new("MineICAParams",
resPath="",
genesPath="ProjByComp",
pvalCutoff=0.05,
selCutoff=3)
SfileA txt file containing the Source matrix S.
AfileA txt file containing the Mixing matrix A.
datfileA txt file containing the data (typically expression data) on which the decomposition was calculated.
annotfileEither a RData or txt file containing the annotation data for the samples (must be of dimensions samples*annotations).
resPathThe path where the outputs of the analysis will be written.
genesPathThe path _within_ the resPath where the gene projections will be written. If missing, will be automatically attributed as resPath/gene2components/.
annot2col A vector of colors indexed by annotation levels. If missing, will be automatically attributed using function annot2Color.
pvalCutoffThe cutoff used to consider a p-value significant, default is 0.05.
selCutoffThe cutoff applied on the absolute feature/gene projection values to consider gene as contributing to a component, default is 3. Must be either of length 1 and the same treshold is applied to all components, or of length equal to the number of components in order to use a specific threshold for each component.
For any slot:
slotName(MineICAParams) and
slotName(MineICAParams)<-:Accessing and setting any slot
of name slotName contained in an MineICAParams object.
MineICAParams["slotName"] and
MineICAParams["slotName"]<-:Accessing and setting any
slot of name slotName contained in an MineICAParams object.
Anne Biton
1 2 | # create an instance of LocSet
new("MineICAParams")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.