yuifu / millefy

Millefy: Genome browser-like visualization of single-cell RNA-seq dataset
Other
27 stars 2 forks source link

tt <- c("sc", "add", "bed" "gene") #2

Closed Becky9sXqq closed 4 years ago

Becky9sXqq commented 5 years ago

Defining track properties

tt <- c("sc", "add", "bed" "gene") should be : tt <- c("sc", "add", "bed" , "gene")? adding one more comma in the end

Becky9sXqq commented 5 years ago

in Bulk NGS data track part:

Defining single cell track

bulkTrack1 <- list(path_bam_files = bamfiles_bulk, normFactor = nf_bulk, groups = groups_bulk, trackHeight = 1, log=FALSE, color_labels = color_labels_bulk) maybe

---- Defining bulk NGS track-----#?

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

yuifu commented 4 years ago

Thanks for your suggestions! I fixed the typo mentioned above https://github.com/yuifu/millefy/commit/92f67abf79853d27009dded0e569e595fc5ae23b