Closed Becky9sXqq closed 4 years ago
in Bulk NGS data track part:
bulkTrack1 <- list(path_bam_files = bamfiles_bulk, normFactor = nf_bulk, groups = groups_bulk, trackHeight = 1, log=FALSE, color_labels = color_labels_bulk) maybe
bulkTrack1 <- list(path_bam_files = bamfiles_bulk, normFactor = nf_bulk, groups = groups_bulk, trackHeight = 1, log=FALSE, color_labels = color_labels_bulk)
all above are from the tutorial demo
Thanks for your suggestions! I fixed the typo mentioned above https://github.com/yuifu/millefy/commit/92f67abf79853d27009dded0e569e595fc5ae23b
Defining track properties
tt <- c("sc", "add", "bed" "gene") should be : tt <- c("sc", "add", "bed" , "gene")? adding one more comma in the end