Code Monkey home page Code Monkey logo

dna's Introduction

Discourse Network Analyzer (DNA)

The Java software Discourse Network Analyzer (DNA) is a qualitative content analysis tool with network export facilities. You import text files and annotate statements that persons or organizations make, and the program will return network matrices of actors connected by shared concepts.

  • Download the latest release of the software.

  • Check out the detailed manual for more information, including installation instructions and information on network methods and rDNA.

  • If you have questions or want to report bugs, please create an issue in the issue tracker.


rDNA. A Package to Control DNA from R

This is the companion package to DNA. It integrates the Java software with the statistical computing environment R.

You can install the most recent release using:

# install.packages("remotes")
remotes::install_github("leifeld/dna/rDNA@*release", INSTALL_opts = "--no-multiarch")

This is the recommended version for most users. Note that the package relies on rJava, which needs to be installed first. For details on the installation process on different operating systems, consult the chapter "Installation of DNA and rDNA" in the manual.

To update rDNA, you can use:

# install.packages("remotes")
remotes::install_github("leifeld/dna/rDNA@*release", INSTALL_opts = "--no-multiarch")
library("rDNA")
dna_downloadJar() # update DNA as well to have matching versions

Please note that if you prefer to use the very latest version, you are required to compile the current jar file from the sources on GitHub, for example using the provided make file. Then you can install rDNA from source using:

# install.packages("remotes")
remotes::install_github("leifeld/dna/rDNA", INSTALL_opts = "--no-multiarch")

R-CMD-check Coverage status

Contribute to the project

Please consider contributing to the project by telling other people about the software; citing our underlying research in your publications; fixing issues or adding features via pull requests; or funding the development financially:

Donate using Liberapay

dna's People

Contributors

leifeld avatar jbgruber avatar rakandirbas avatar elebarreras avatar brandenberger avatar shrakulkarni avatar timhenrichsen avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.