addPhenodata | R Documentation |
Adds phenotype data from a file to a QDNAseqReadCounts or a QDNAseqCopyNumbers object.
addPhenodata(object, phenofile)
object |
A |
phenofile |
A file name with phenotypic data for samples in
|
Returns a QDNAseqReadCounts
or QDNAseqCopyNumbers
object
with phenotype data added.
Ilari Scheinin
data(LGG150)
readCounts <- LGG150
## Not run:
readCounts <- addPhenodata(readCounts, "phenodata.txt")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.