xf78

Results 5 comments of xf78

I have also encountered this problem. Is there any corresponding solution?

I have the same problem,Bioconductor 3.8 may not support the this,but I didn't solve it

I had the same problem that “AssertionError: Species not found in resources”,while reading the detailed documentation:https://github.com/Teichlab/bracer/,i found that i set "bracer_path" parameter wrong,"bracer_path" should be the dirpath of bracer executable...

Thank you for your reply@phbradley, yes, those showing logos subcluster present actual clones ,so i want each showing logos subcluster's information,especially, which TCR ids included in each showing logos subcluster,can...

Trying to change the clustering method solves this problem,here is my code: ``` Heatmap(matrix =mat, # cluster_columns = T, # cluster_rows = T, cluster_rows = function(x){genieclust::gclust(x,distance="euclidean")}, cluster_columns = function(x){genieclust::gclust(x,distance="euclidean")} )...