-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
jamesdalg
authored
Jul 20, 2019
1 parent
3d5d022
commit 8635b3e
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# CNVScope_public_data | ||
This package is intended to work alongside the CNVScope package in allowing the user to run the server hosted at cnvscope.nci.nih.gov locally. | ||
installation is as follows: | ||
remotes::install_github("jamesdalg/CNVScope_public_data") | ||
|
||
If there are bandwidth issues, there are NO bandwidth caps for downloading a release, | ||
so simply downloading the .tar.gz file may be another option in case the demand for the data is high on a particular day. | ||
To do so, please download the file and install by doing the following in the R command line: | ||
install.packages("CNVScopePublicData_0.0.3.tar.gz",type="source",repos=NULL). | ||
Alternatively, the .tar.gz archive can be installed using RStudio (Tools->Install Packages and change the "Install From" field to Package Archive File (.zip, .tar.gz). | ||
Please post any problems you may have and I will attempt to get to them quickly to ensure you have a great experience exploring the Copy Number Interactome. |