logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mason_methylation - Methylation Level Simulation

Description

       Simulate methylation levels for IN.fa and write them to OUT.fa.

Name

       mason_methylation - Methylation Level Simulation

Options

-h, --help
              Display the help message.

       --version
              Display version information.

       -q, --quiet
              Low verbosity.

       -v, --verbose
              Higher verbosity.

       -vv, --very-verbose
              Highest verbosity.

       --seedINTEGER
              Seed for RNG. Default: 0.

       -i, --inINPUT_FILE
              Input  FASTA  file  with  genome.  Valid  filetypes  are:  .sam[.*], .raw[.*], .gbk[.*], .frn[.*],
              .fq[.*], .fna[.*], .ffn[.*], .fastq[.*], .fasta[.*], .faa[.*], .fa[.*], .embl[.*], and .bam, where
              * is any of the following extensions: gz, bz2, and bgzf for transparent (de)compression.

       -o, --outINPUT_FILE
              Input FASTA file  with  genome.  Valid  filetypes  are:  .sam[.*],  .raw[.*],  .frn[.*],  .fq[.*],
              .fna[.*],  .ffn[.*],  .fastq[.*],  .fasta[.*],  .faa[.*], .fa[.*], and .bam, where * is any of the
              following extensions: gz, bz2, and bgzf for transparent (de)compression.

   MethylationLevelSimulation:--methylation-levels
              Enable methylation level simulation.

       --meth-cg-muDOUBLE
              Median of beta distribution for methylation level of CpG loci. In range [0..1]. Default: 0.6.

       --meth-cg-sigmaDOUBLE
              Standard deviation of beta distribution for methylation  level  of  CpG  loci.  In  range  [0..1].
              Default: 0.03.

       --meth-chg-muDOUBLE
              Median of beta distribution for methylation level of CHG loci. In range [0..1]. Default: 0.08.

       --meth-chg-sigmaDOUBLE
              Standard  deviation  of  beta  distribution  for  methylation  level of CHG loci. In range [0..1].
              Default: 0.008.

       --meth-chh-muDOUBLE
              Median of beta distribution for methylation level of CHH loci. In range [0..1]. Default: 0.05.

       --meth-chh-sigmaDOUBLE
              Standard deviation of beta distribution for methylation  level  of  CHH  loci.  In  range  [0..1].
              Default: 0.005.

mason_methylation 2.0.9 [tarball]                                                           MASON_METHYLATION(1)

Synopsis

mason_methylation [OPTIONS] -iIN.fa-oOUT.fa

See Also