Description Usage Arguments Value
Accessors for serp_data
objects
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | ## S3 method for class 'serp_data'
get_data(data)
experiments(data)
samples(data)
## S3 method for class 'serp_data'
get_reference(data)
## S3 method for class 'serp_data'
get_total_counts(data, as_df = FALSE)
## S3 method for class 'serp_data'
get_defaults(data)
## S3 method for class 'serp_data'
is_normalized(data)
is_downsampled(data)
## S3 method for class 'serp_data'
excluded(data)
get_background_model(data)
get_binding_pvalues(data)
|
data |
A |
Nested named list, with first level representing the experiment, second level the replicate, third level the sample type, and fourth level the binning. Count tables are sparse matrices with each row corresponding to an ORF.
Character vector containing names of experiments in the data set.
Character vector containing names of all samples present in the data set.
Reference data frame. Guaranteed to contain at least the following columns:
Gene/ORF name. Must match the names given in the read count tables.
ORF length in nucleotides.
ORF length in codons.
Nested named list containing toal read counts for each sample. If as_df
is TRUE
, returns a tibble
instead.
Named list of default parameters for this data set.
Background model estimated by fit_background_model
.
Binding p-values calculated by test_binding
.
A logical value indicating whether the data object contains raw or normalized read counts.
is_downsampled |
A logical value indicating whether the data object has been downsampled to
the lowest total read counts by |
excluded |
Character vector of genes excluded from analyses. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.