View source: R/report_helpers.R
readLengthTable | R Documentation |
Summarizing all libraries in experiment, make a table of proportion of read lengths.
readLengthTable(
df,
output.dir = NULL,
type = "ofst",
force = TRUE,
library.names = bamVarName(df),
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" |
force |
logical, default TRUE If TRUE, reload library files even if
matching named variables are found in environment used by experiment
(see |
library.names |
character vector, names of libraries, default: name_decider(df, naming) |
BPPARAM |
a core param, default: single thread: |
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.