Description Usage Arguments Value Author(s) See Also Examples
View source: R/auxiliary_functions.R
Function to make data frame out of GRanges output of normalizing functions (dtcr(), slograt(), swinsor(), compdata()) for all or a set of chosen transcripts in the file.
1 | GR2norm_df(norm_GR, RNAid = "all", norm_methods = "all")
|
norm_GR |
GRanges object made by other normalization function (dtcr(), slograt(), swinsor(), compdata()) from which data is to be extracted |
RNAid |
Transcript identifiers of transcripts that are to be extracted |
norm_methods |
Names of the columns to be extracted. |
Data frame object with columns: RNAid, Pos and desired metadata columns (e.g. nt, dtcr)
Lukasz Jan Kielpinski, Nikos Sidiropoulos
norm_df2GR
, dtcr
,
swinsor
, slograt
, compdata
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.