Description Usage Arguments Details Value Note Author(s) See Also Examples
View source: R/as.profileCGH.R
Create an object of class profileCGH.
1 2 3 4 | as.profileCGH(object,...)
## S3 method for class 'data.frame'
as.profileCGH(object, infaction=c("value","empty"),
value=20, keepSmoothing=FALSE, ...)
|
object |
A data.frame to be convert into profileCGH. |
infaction |
If "value" then the LogRatio with infinite values
(-Inf, Inf) are replace by + or - |
value |
replace Inf by |
keepSmoothing |
if TRUE the smoothing value in object is kept |
... |
... |
The data.frame to be convert must at least contain the
following fields: LogRatio, PosOrder, and Chromosome. If the field
Chromosome is of mode character, it is automatically converted into a
numeric vector (see ChrNumeric
); a field ChromosomeChar
contains the character labels. The data.frame to be converted into a
profileCGH objet is split into two data.frame: profileValuesNA contains
the rows for which there is at least a missing value for either
LogRatio, PosOrder or Chromosome; profileValues contains the remaining rows.
|
A list with the following attributes |
profileValues |
A data.frame |
profileValuesNA |
A data.frame |
People interested in tools dealing with array CGH analysis can visit our web-page http://bioinfo.curie.fr.
Philippe Hupé, glad@curie.fr
1 2 3 4 5 6 | data(snijders)
### Creation of "profileCGH" object
profileCGH <- as.profileCGH(gm13330)
attributes(profileCGH)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.