Learn R Programming

sciClone (version 1.1.0)

writeClusterTable: writeClusterTable

Description

creates a tab-delimted file of variants and clusters

Usage

writeClusterTable(sco, outputFile)

Arguments

sco
an scObject object created by the sciClone() function
outputFile
path/name of tab-delimted file to create

Details

creates a tab-delimted file that combines variants, allele frequencies, cluster assignments and probabilities.

Examples

Run this code
  # writeClusterTable(sc, "/path/to/outputFile.tsv")

Run the code above in your browser using DataLab