View source: R/normalize_shared.R
hpgl_norm | R Documentation |
There are many possible options to this function. Refer to normalize_expt() for a more complete list.
hpgl_norm(data, ...)
data |
Some data as a df/expt/whatever. |
... |
I should put all those other options here |
edgeR's DGEList expression of a count table. This seems to me to be the easiest to deal with.
[edgeR] [DESeq2] [edgeR::cpm()] [filter_counts()] [batch_counts()] [convert_counts()] [transform_counts()]
## Not run:
df_raw = hpgl_norm(expt = expt) ## Only performs low-count filtering
df_raw = hpgl_norm(df = a_df, design = a_design) ## Same, but using a df
df_ql2rpkm = hpgl_norm(expt = expt, norm='quant', transform='log2',
convert='rpkm') ## Quantile, log2, rpkm
count_table = df_ql2rpkm$counts
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.