IsCOV | R Documentation |
This function takes the path of a possible COV file and checks whether its format complies with that of the COV format defined by this package.
IsCOV(coverage_files)
coverage_files |
A vector containing the file names of files to be checked |
COV files are BGZF-compressed files. The first 4 bytes of the file must always be 'COV\1', distinguishing it from BAM or other files in BGZF format. This function checks whether the given file complies with this.
TRUE
if all files are valid COV files. FALSE
otherwise
IRFinder CollateData
se <- NxtIRF_example_NxtSE() cov_files <- covfile(se) IsCOV(cov_files) # returns true if these are true COV files
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.