write_profiling_data: Write profiling library list to file.

Description Usage Arguments Details Note Author(s) See Also Examples

Description

save the profiling library to file as and Rdata object

Usage

1

Arguments

data

Rlist to be written

name

name of the file ".Rdata" will be pasted to the file name.

Details

this is a one line function for convenience. It's intended function is to ease movement of data between different computers. The resulting Rdata object is several orders of magnitude smaller than the .bam files.

Note

I need to make this a profiling specific function.

Author(s)

Alper Celik

See Also

load_profiling_data, read_profiling_data

Examples

1
2
3
4
5
6
7
8
9
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (data, name)
{
    list.save(x = data, file = paste(name, "rdata", sep = "."))
  }

celalp/ribofootprintR documentation built on May 12, 2019, 12:04 p.m.