Description Usage Arguments Value Author(s) Examples
Adds phenotype data from a file to a QDNAseqReadCounts or a QDNAseqCopyNumbers object.
1 | 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
1 2 3 4 5 6 | 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.