Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • CummeRbund: csHeatmap - How to extract the ordered list of gene Ids?

    Hello all,

    I was wondering if someone could direct me to where the ordered list of geneIDs for the ggplot object (heatmap) produced by csHeatmap() is located? I'm a newbie to R and I can't find the variable storing the list of geneIDs. I made a heatmap of ~600 sig. genes but the text labels for the gene IDs are all mashed together and unreadable. I'd like to extract this ordered list (the rows of genes have been clustered) and make a new axis label myself in another program (can't find a way to do it in R).

    Does anyone have any ideas? When I use head(object) I see this:
    > head(h)
    $data
    rowInd colInd variable value
    1 1 1 norm 1.088128998
    2 2 1 norm 0.936610242
    ....


    $layers
    $layers[[1]]
    mapping: xmin = colInd - 1, xmax = colInd, ymin = rowInd - 1, ymax = rowInd, fill = value
    geom_rect:
    stat_identity:
    position_identity: (width = NULL, height = NULL)


    $scales
    Reference class object of class "Scales"
    Field "scales":
    [[1]]
    continuous_scale(aesthetics = c("x", "xmin", "xmax", "xend",
    "xintercept"), scale_name = "position_c", palette = identity,
    breaks = ..1, labels = ..2, expand = expand, guide = "none")

    [[2]]
    continuous_scale(aesthetics = c("y", "ymin", "ymax", "yend",
    "yintercept", "ymin_final", "ymax_final"), scale_name = "position_c",
    palette = identity, breaks = ..1, labels = ..2, expand = expand,
    guide = "none")

    [[3]]
    continuous_scale(aesthetics = "fill", scale_name = "gradient2",
    palette = div_gradient_pal(low, mid, high, space), name = ..1,
    rescaler = mid_rescaler(mid = midpoint), na.value = na.value,
    guide = guide)


    $mapping
    list()

    $theme
    List of 5
    $ axis.ticks : list()
    ..- attr(*, "class")= chr [1:2] "element_blank" "element"
    $ panel.grid.minor:List of 4
    ..$ colour : logi NA
    ..$ size : num 0.25
    ..$ linetype: NULL
    ..$ lineend : NULL
    ..- attr(*, "class")= chr [1:2] "element_line" "element"
    $ panel.grid.major:List of 4
    ..$ colour : logi NA
    ..$ size : NULL
    ..$ linetype: NULL
    ..$ lineend : NULL
    ..- attr(*, "class")= chr [1:2] "element_line" "element"
    $ panel.background:List of 4
    ..$ fill : logi NA
    ..$ colour : logi NA
    ..$ size : NULL
    ..$ linetype: NULL
    ..- attr(*, "class")= chr [1:2] "element_rect" "element"
    $ axis.text.x :List of 8
    ..$ family : NULL
    ..$ face : NULL
    ..$ colour : NULL
    ..$ size : NULL
    ..$ hjust : num 0
    ..$ vjust : num 1
    ..$ angle : num -90
    ..$ lineheight: NULL
    ..- attr(*, "class")= chr [1:2] "element_text" "element"
    - attr(*, "class")= chr [1:2] "theme" "gg"
    - attr(*, "complete")= logi FALSE

    $coordinates
    $limits
    $limits$x
    NULL

    $limits$y
    NULL


    attr(,"class")
    [1] "cartesian" "coord


    The gene ids are not stored in h$data. Is anyone familiar enough with ggplot objects that they can lend me a hand?

    Many thanks!

Latest Articles

Collapse

  • seqadmin
    Essential Discoveries and Tools in Epitranscriptomics
    by seqadmin


    The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist on Modified Bases...
    Yesterday, 07:01 AM
  • seqadmin
    Current Approaches to Protein Sequencing
    by seqadmin


    Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
    04-04-2024, 04:25 PM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by seqadmin, 04-11-2024, 12:08 PM
0 responses
39 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-10-2024, 10:19 PM
0 responses
41 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-10-2024, 09:21 AM
0 responses
35 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-04-2024, 09:00 AM
0 responses
55 views
0 likes
Last Post seqadmin  
Working...
X