readMolPhenCoverageGct | R Documentation |
Read molecular phenotyping coverage file
readMolPhenCoverageGct(file)
file |
Character string, a coverage GCT file of a molecular phenotyping experiment. |
A list of two elements: coverage
, which represents the
coverage matrix, and genes
, which represents feature annotation.
mpsCov <- readMolPhenCoverageGct(system.file(file.path("extdata",
"AmpliSeq_files",
"MolPhen-coverage-example-20200115.gct"),
package="ribiosNGS"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.