Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
Becky9sXqq opened this issue Apr 22, 2019 · 2 comments
Closed

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

Becky9sXqq opened this issue Apr 22, 2019 · 2 comments

Comments

@Becky9sXqq
Copy link

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
Copy link
Author

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
Copy link
Owner

yuifu commented Dec 23, 2019

Thanks for your suggestions!
I fixed the typo mentioned above 92f67ab

@yuifu yuifu closed this as completed Dec 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants