Description Usage Arguments Value Note Author(s) See Also
Parsing output from the BSmooth alignment suite.
1 2 3 |
dirs |
Input directories. Usually each sample is in a different directory, or perhaps each (sample, lane) is a different directory. |
sampleNames |
sample names, based on the order of |
seqnames |
The default is to read all BSmooth output files in
|
returnRaw |
Should the function return the complete information in the output files? |
qualityCutoff |
Only use evidence (methylated and unmethylated evidence) for a given methylation loci, if the base in the read has a quality greater than this cutoff. |
rmZeroCov |
Should methylation loci that have zero coverage in all samples be removed. This will result in a much smaller object if the data originates from (targeted) capture bisulfite sequencing. |
verbose |
Make the function verbose. |
Either an object of class BSseq
(if returnRaw = FALSE
)
or a list of GRanges
which each component coming from a
directory.
Input files can either be gzipped or not. Gzipping the input files results in much greater speed of reading (and saves space), so it is recommended.
We are working on making this function faster and less memory hungry.
Kasper Daniel Hansen khansen@jhsph.edu
read.umtab
for parsing legacy (old) formats from the
BSmooth alignment suite. collapseBSseq
for collapse
(merging or summing) the data in two different directories.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.