'misha' package is intended to help users to efficiently analyze genomic data achieved from various experiments.

Details

For a complete list of help resources, use library(help = "misha").

The following options are available for the package. Use 'options' function to alter the value of the options.

NAMEDEFAULTDESCRIPTION
gmax.data.size10000000Maximal number of data (intervals, ...) in large data sets stored
in memory. Prevents excessive memory usage by various functions
such as 'gextract', 'gscreen', etc.
gbig.intervals.size1000000Minimal number of intervals in a big intervals set format
gmax.mem.usage10000000Maximal memory consumption of all child processes in KB before the limiting algorithm is invoked.
gmax.processes16Maximal number of processes for multitasking
gmax.processes2core2Maximal number of processes per CPU core for multitasking
gmin.scope4process10000Minimal scope range (for 2D: surface) assigned to a
process in multitasking mode.
gbuf.size1000Size of track expression values buffer.
gtrack.chunk.size100000Chunk size in bytes of a 2D track. If '0' chunk size is unlimited.
gtrack.num.chunks0Maximal number of 2D track chunks simultaneously stored in
memory.

More information about the options can be found in 'User manual' of the package.