Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • putting samples in order on plots

    Hi all,

    I am importing in the files produced from the bismark methylation extractor tool (bedgraphs and cov files) and producing plots to look at the quality of the data. I have 48 samples and would like to order the samples in a particular order along the x-axis of the plots I have created. I first read in the files using read.bismark from a folder. To try and solve this I then created a csv file with the samples in the order I would like them to be in and imported this into R - but when I then used later code to apply names I got the following error (which did not happen with the files I imported using read.bismark):

    HTML Code:
    Error in as.character.default(x) : 
      no method for coercing this S4 class to a vector
    So I resorted back to read.bismark to import the files. So my question is how can I reorder the samples along the x-axis in R? Can I add this information to the code I already have for creating the plots? Eg. code for one of the plots:

    HTML Code:
    pdf("meth_by_region.pdf",w=10,h=6);
    par(mai=c(2,.8,.8,.4)); 
    ur <- unique(bfu$Region)
    for(i in 1:length(ur)) {
      k <- bfu$Region==ur[i]
      boxplot( as.data.frame(meth[k,]), las=2, main=ur[i]);
    }
    dev.off()
    Thanks in advance for your help!

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...
    04-22-2024, 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, Today, 08:47 AM
0 responses
12 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-11-2024, 12:08 PM
0 responses
60 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-10-2024, 10:19 PM
0 responses
59 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-10-2024, 09:21 AM
0 responses
54 views
0 likes
Last Post seqadmin  
Working...
X