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

Plotting information #9

Closed
5 tasks done
horaciobam opened this issue Oct 16, 2019 · 2 comments
Closed
5 tasks done

Plotting information #9

horaciobam opened this issue Oct 16, 2019 · 2 comments

Comments

@horaciobam
Copy link
Contributor

horaciobam commented Oct 16, 2019

  • Calculate the total number of nucleotides involved in an overlap per each genome
  • Calculate average overlap length using number of genes as denominator
  • Instead of families as pie charts, plot them as stacked bar plots. Group them by Baltimore classification.
  • Plot the number of overlaps as ridgeplot (using ggrich from ggfree)
  • For the visualization of overlap length, compare genomes between families using earth mover's distance.
@horaciobam
Copy link
Contributor Author

Error when trying to install devtools::install_github("ArtPoon/ggfree")

Installation failed: unable to load shared object '/usr/local/lib/R/site-library/curl/libs/curl.so':
  /usr/lib/x86_64-linux-gnu/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by /usr/local/lib/R/site-library/curl/libs/curl.so)

@ArtPoon
Copy link
Collaborator

ArtPoon commented Oct 23, 2019

I think this is a devtools issue - there's a conflict between curl versions 3 and 4 that affects other programs. Based on the error message it looks like you have libcurl version 4 installed on your system, and unfortunately it can't coexist with version 3.

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