Description Usage Arguments Value
Compresses the NGS file specified by the path variable of Data
objects.
read_sample
samples N
number of sequences from the compressed environment M times.
resample
resamples Data objects without re-compressing.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | compress(x, N, M, unique, force)
## S3 method for class 'session'
compress(x, N = 500, M = 10, unique = F,
force = F)
## S3 method for class 'Data'
compress(x, N = 500, M = 10, unique = F, force = F)
## Default S3 method:
compress(x, N, M, unique, force)
read_sample(x, N, M)
resample(x, N, M)
## S3 method for class 'session'
resample(x, N = 500, M = 10)
## S3 method for class 'Data'
resample(x, N = 500, M = 10)
|
x |
Data object or session object containing Data objects to compress. |
N |
Integer expected number of reads. |
M |
Integer number of random samples to select from dataset for read averaging. |
unique |
A logical value specifying whether the NGS data file contains unique sequences. If |
force |
A logical value specifying if previously imported file should be overwritten and re-imported. |
Compresses Data objects by populating the object's compressed
environment with (sequence: abundance) key:value pairs.
read_sample
samples N
number of sequences from the compressed evironment M times and stores the average result in the Data object's sample
environment.
resample
resamples Data objects by overwriting the object's sample
environment with (sequence: abundance) key:value pairs without re-compressing.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.