Skip to content

fjossinet/rna-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rna-js -- Produce and Analyse RNA Data with Node.js

To use rna-js in your node.js project, do the following:

var rna = require('rna-js/lib/rna.js');
var parser = new rna.parsers.StringParser();
parser.on('end', function(tertiaryStructures) {
	//...
});
parser.parsePDB(myPDBdata);
  • ./core/molecules.js: RNA and DNA concepts,
  • ./core/features.js: RNA 2D and 3D concepts,
  • ./core/utils.js: some utils functions,
  • ./io/computations.js: wrappers for algorithms (Blast, RNAfold,...),
  • ./io/db.js: wrappers for databases (RFAM, NCBI,...),
  • ./io/parsers.js: parsers for bioinformatics format (PDB, FASTA,...).

About

Produce and Analyse RNA Data with Node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published