Description Usage Arguments Details Value Author(s) Examples
View source: R/General_Utils.R
get the insert size (i.e. number of bases) of a fastq or fastq.gz file
1 | get.insertSize(file_path = NA)
|
file_path |
the full file path to the file |
submitting sequence to a database of the Nucleotide Sequence Database Consortium typically requires to give the insert size of the sequences. This function gets the length of the first sequence in a file, assuming all sequences are of the same length.
a numeric value
Maxime Sweetlove
1 2 3 4 | ## Not run:
get.insertSize("/user/path/to/sequenceFileFolder")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.