DictToR

Last commit

convert a SAM dictionary from vcf,sam,bam,dict, etc.. to R code functions.

Usage

This program is now part of the main jvarkit tool. See jvarkit for compiling.

Usage: java -jar dist/jvarkit.jar dict2r  [options] Files

Usage: dict2r [options] Files
  Options:
    -h, --help
      print help and exit
    --helpFormat
      What kind of help. One of [usage,markdown,xml].
    -o, --out
      Output file. Optional . Default: stdout
    --prefix
      prefix name. If empty try to use build name, if it is available
      Default: <empty string>
    --regex
      keep chromosomes matching that regular expression
      Default: (chr)?[0-9XY]+
    --version
      print version and exit

Keywords

  • dict
  • bed
  • sam
  • bam
  • vcf
  • R

Creation Date

20241212

Source code

https://github.com/lindenb/jvarkit/tree/master/src/main/java/com/github/lindenb/jvarkit/tools/dict2R/DictToR.java

Contribute

License

The project is licensed under the MIT license.

Citing

Should you cite dict2r ? https://github.com/mr-c/shouldacite/blob/master/should-I-cite-this-software.md

The current reference is:

http://dx.doi.org/10.6084/m9.figshare.1425030

Lindenbaum, Pierre (2015): JVarkit: java-based utilities for Bioinformatics. figshare. http://dx.doi.org/10.6084/m9.figshare.1425030

Motivation