Description Usage Arguments Value
View source: R/report_helpers.R
Summarizing all libraries in experiment, make a table of proportion of read lengths.
1 | readLengthTable(df, output.dir = NULL, type = "ofst", BPPARAM = bpparam())
|
df |
an ORFik |
output.dir |
NULL or character path, default: NULL, plot not saved to disc. If defined saves plot to that directory with the name "./readLengths.csv". |
type |
character, default: "ofst". Type of library: either "default", usually bam format (the one you gave to experiment), "pshifted" pshifted reads, "ofst", "bed", "bedo" optimized bed, or "wig" |
BPPARAM |
how many cores/threads to use? default: bpparam().
To see number of threads used, do |
a data.table object of the the read length data with columns:
c("sample", "sample_id", "read length", "counts",
"counts_per_sample", "perc_of_counts_per_sample")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.