ezMethodSubsampleReads | R Documentation |
The subsampled reads are equally distributed across the original files
ezMethodSubsampleReads(input = NA, output = NA, param = NA)
param |
a list of parameters where the following entries are used
|
inputDatasetFile = system.file(package = "ezRun", "extdata/yeast_10k/dataset.tsv")
param = ezParam(list(dataRoot=system.file(package = "ezRun"), nReads=100))
input = EzDataset(file=inputDatasetFile, dataRoot=param$dataRoot)
xSubsampled = ezMethodSubsampleReads(input=input, param=param)
file.remove(xSubsampled$getFullPaths("Read1"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.