This function generates a plot of reltionship between samples based on Hammering Distance computed as the number of bins thats differ between samples This function takes the path to the directory with CLONET output, as well as a tab separated file with sample info and generates a plot of celularity and ploidy levels in the samples
1 2 3 4 5 6 7 | plot_evolutionary_distance(
cn_call_data = "",
sample_data = "",
ref_bins = "",
output_dir = "",
threads = 3
)
|
cn_call_data |
Path to segment data with cn calls |
sample_data |
Path to file with sample info |
ref_bins |
Path to reference genome binned into 100kb/500kb bin |
output_dir |
Path to output directory. |
threads |
Number of threads to use. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.