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

virtual 4C #123

Closed
robinweide opened this issue Sep 13, 2019 · 7 comments
Closed

virtual 4C #123

robinweide opened this issue Sep 13, 2019 · 7 comments
Labels

Comments

@robinweide
Copy link
Owner

Base this on the new APA-function

@robinweide
Copy link
Owner Author

update: main function works, visualise not: 7fac99c

@robinweide
Copy link
Owner Author

visualise.virtual4C_discovery now works 7cd990b

I still need to:

  • streamline both
  • enable list of exps

@robinweide
Copy link
Owner Author

392042b :
made everything neater and added man-entries

@robinweide
Copy link
Owner Author

robinweide commented Oct 3, 2019

virtual4C
This is the current stage:

  • anchor
  • option to add bed underneath (here: loop anchors called with HICCUPS)

@robinweide
Copy link
Owner Author

robinweide commented Oct 3, 2019

someday:

  • multiple Hi-C (both as input for virtual_4C and as bundle for vis)
  • multiple beds in vis

@robinweide robinweide changed the title virtual 4C overhaul virtual 4C Oct 3, 2019
teunbrand added a commit to teunbrand/GENOVA that referenced this issue Nov 4, 2019
@teunbrand
Copy link
Collaborator

You can now have multiple viewpoints in visualisation when bundling experiments. Also, multiple beds are an option.

bed1 <- data.frame("chr1", c(25e6, 125e6), c(50e6, 150e6))
bed2 <- data.frame("chr1", 75e6, 100e6)
bedlist <- list(bed1, bed2)

v4c1 <- virtual_4C(exp, data.frame("chr1", 25e6, 30e6))
v4c2 <- virtual_4C(exp, data.frame("chr1", 75e6, 80e6))

v4c <- bundle(v4c1, v4c2)

visualise(v4c, bedlist = bedlist, 
          bed_colours = c("dodgerblue", "limegreen"))

image

teunbrand added a commit to teunbrand/GENOVA that referenced this issue Nov 13, 2019
@teunbrand
Copy link
Collaborator

Closing this, as it is now able to do multiple experiments, multiple viewpoints can be bundles and multiple beds can be visualised.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants