Description Usage Arguments Value See Also Examples
View source: R/cluster.doubt.R
Sample specific user curated Clone / Sub-clone decomposition of DNA sequencing data
1 | cluster.doubt(CD.obj, sample, vaf, sample.name, cluster.num)
|
CD.obj |
A |
sample |
Collumn number of the predicted.data from the |
vaf |
Collumn number of the predicted.data from the |
sample.name |
a vector of sample IDs |
cluster.num |
a numeric vetor of clone/sub-clonal split of respective sample |
A list of 3 objects
fitted.cluster
includes the clustering results from the final fit with user input
predicted.data
A dataframe shows the changed clustering results due to the user defined
clone / sub-clone smear for the selected samples
1 2 | #cd.res<-cluster.doc(test.dat)
#cd.new<-cluster.doubt(cd.res,sample,vaf,c("Sample_1","Sample_3"),c(2,2,3,2))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.