You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for making this great tool available in R.
I wonder if I can add a histogram (normalized expression data) through your tool. I'm not sure what type of data should I supply, I tried to transform bed to GRanges type then added it like this, but nothing happened.
ideogRam(organism = "human", assembly = 'GRCh37', chrHeight = 500) %>% add_track(GRanges(exp_dataframe))
I saw your example of adding genes to the main ideogram plot, but could you give me some examples to add a histogram as well?
Thanks in advance.
Siwen
The text was updated successfully, but these errors were encountered:
Hi,
Thank you for making this great tool available in R.
I wonder if I can add a histogram (normalized expression data) through your tool. I'm not sure what type of data should I supply, I tried to transform bed to GRanges type then added it like this, but nothing happened.
ideogRam(organism = "human", assembly = 'GRCh37', chrHeight = 500) %>% add_track(GRanges(exp_dataframe))
I saw your example of adding genes to the main ideogram plot, but could you give me some examples to add a histogram as well?
Thanks in advance.
Siwen
The text was updated successfully, but these errors were encountered: