Name Mode Size
R 040000
build 040000
data 040000
inst 040000
man 040000
src 040000
vignettes 040000
DESCRIPTION 100644 1 kb
Discordant_vignette.pdf 100644 105 kb
NAMESPACE 100644 0 kb
README.md 100644 1 kb
discordant_0.99.0.tar.gz 100755 304 kb
README.md
**Install Discordant** Download tarball `discordant_0.99.0.tar.gz`. In the same directory containing the tar ball, type ``` R CMD INSTALL discordant_0.99.0.tar.gz ``` Discordant has now been loaded into R. You can access discordant functions by using the `library()` function. ``` library(discordant) ``` Now all functions should be loaded into R for use. **More Information** Please refer to <a href = "http://bioinformatics.oxfordjournals.org/content/32/5/690">the paper in Bioinformatics</a> or the vignette Discordant_vignette.pdf.