Description Usage Arguments Value See Also Examples
Checks if a BigWigFile or BigWigFileList is composed of readable files with the proper .bw extension.
1 2 3 4 5 6 7 |
object |
BigWigFile or BigWigFileList |
TRUE, if any tests fails an error is raised.
Other BigWig functions:
bwCommonGenome()
,
bwGenomeCompatibility()
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # Use the BigWig-files included with the package:
data('exampleDesign')
bw_plus <- system.file('extdata', exampleDesign$BigWigPlus,
package = 'CAGEfightR')
# Create a named BigWigFileList-object with names
bw_plus <- BigWigFileList(bw_plus)
names(bw_plus) <- exampleDesign$Name
# Check a single BigWigFile:
bwValid(bw_plus[[1]])
# Check the entire BigWigFileList:
bwValid(bw_plus)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.