Nothing
# subcell_dists is generated in the main_CellTypeAnalysis_Preperation.r file
subcell.list.dist <- function(hitGenes,sct_data){
ValidGenes = rownames(sct_data$subcell_dists)[rownames(sct_data$subcell_dists) %in% hitGenes]
temp = sct_data$subcell_dists[ValidGenes,]
return(apply(temp,2,sum))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.