pneuvial / c3co

Inferring cancer cell clonality from copy-number data
5 stars 1 forks source link

Wrapper for facets data #7

Closed pneuvial closed 7 years ago

pneuvial commented 7 years ago

facets (https://github.com/mskcc/facets) seems to be an interesting method for producing PSCN estimates from WGS or WXS data. It would be nice to have a wrapper so that their PSCN estimates can be used by the package.

There is an example file in the facets package (see the package vignette)

datafile = system.file("extdata", "stomach.csv.gz", package="facets"); read.csv(datafile, nr=5)

mpierrejean commented 7 years ago

In R/FacetsWrapper.R.