Description Usage Arguments Details Value Examples
Update directory for BigMatrix objects in a collection to new location. Assumes files have already been moved on the filesystem. Assumes names of description and data files are the same. The collection can contain a mix of BigMatrix objects and other types. The other types will be not be touched and will be returned as they are.
1 |
x |
list, SimpleList, environment or something with names and [[ methods |
dir |
character, path to directory holding all BigMatrix files |
If you have renamed specific backing files, you will want to update the backingfile field of the relevant BigMatrix objects.
x param, with modified BigMatrix objects.
1 2 3 | ## Not run: list = updateBackingfiles(list, "/new/path/to/bigmat/dir")
## Not run: assays(se) = updateBackingfiles(assays(se), "/new/path/to/bigmat/dir")
## Not run: assayData(eset) = updateBackingfiles(assayData(eset), "/new/path/to/bigmat/dir")
|
Loading required package: bigmemory
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.