Description Usage Arguments Value Author(s) See Also Examples
View source: R/auxiliary_functions.R
Function to convert norm_df data frame (product of GR2norm_df()) to GRanges.
1 | norm_df2GR(norm_df)
|
norm_df |
norm_df data frame needs to have columns: RNAid (equivalent to seqnames in GRanges) and Pos (equivalent to start in GRanges) and metadata |
GRanges compatible with objects created by normalizing functions (dtcr(), slograt(), swinsor(), compdata())
Lukasz Jan Kielpinski
dtcr
, slograt
, swinsor
,
compdata
, GR2norm_df
, norm2bedgraph
1 2 3 | dummy_norm_df <- data.frame(RNAid="dummyRNA", Pos=1:100,
my_data1=runif(1:100))
norm_df2GR(dummy_norm_df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.