Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Micro-array: Huex 1st v2

    Hello,

    This is first time I'm dealing with Micro-array data. I've affymetrix human exon arrays. Cases and control in total are 223.
    I tried few things but kind of lost in between.

    I perform rma at probe level and at core level. But the output matrix is same in both the cases is same.
    22,000 rows (one per probe) and column count is 223. I'm unable to understand why is that and how?

    Default:
    Code:
    celFiles <- list.celfiles("../CEL")
    rawData <- read.celfiles(celFiles)
    
    geneSummaries <- rma(rawData)
    PDmatrixRMA<-exprs(geneSummaries)
    getexpression_core<-as.data.frame(as.ffdf(PDmatrixRMA_core))
    write.table(getexpression_core, "PD_RMAnormalized.txt")
    Core level:
    Code:
    celFiles <- list.celfiles("../CEL")
    rawData <- read.celfiles(celFiles)
    
    geneSummaries <- rma(rawData, target="core")
    PDmatrixRMA_core<-exprs(geneSummaries)
    getexpression_core<-as.data.frame(as.ffdf(PDmatrixRMA_core))
    write.table(getexpression_core, "PD_RMAnormalized_core.txt")
    Dimensions for PD_RMAnormalized.txt and PD_RMAnormalized_core.txt are same.

    I'm assming that RMA by default normalizes at probe level.

    ?rma doesn't show me what's the default method it applies.

    other attached packages:
    [1] pd.huex.1.0.st.v2_3.14.1 DBI_0.8 RSQLite_2.1.0
    [4] ff_2.2-13 bit_1.1-12 oligo_1.42.0
    [7] Biostrings_2.46.0 XVector_0.18.0 IRanges_2.12.0
    [10] S4Vectors_0.16.0 Biobase_2.38.0 oligoClasses_1.40.0
    [13] BiocGenerics_0.24.0 dplyr_0.7.4 stringr_1.3.0

    loaded via a namespace (and not attached):
    [1] Rcpp_0.12.16 BiocInstaller_1.28.0
    [3] pillar_1.2.1 compiler_3.4.2
    [5] GenomeInfoDb_1.14.0 bindr_0.1.1
    [7] bitops_1.0-6 iterators_1.0.9
    [9] tools_3.4.2 zlibbioc_1.24.0
    [11] digest_0.6.15 memoise_1.1.0
    [13] preprocessCore_1.40.0 tibble_1.4.2
    [15] lattice_0.20-35 pkgconfig_2.0.1
    [17] rlang_0.2.0 Matrix_1.2-12
    [19] foreach_1.4.4 DelayedArray_0.4.1
    [21] bindrcpp_0.2.2 GenomeInfoDbData_1.0.0
    [23] affxparser_1.50.0 bit64_0.9-7
    [25] grid_3.4.2 glue_1.2.0
    [27] R6_2.2.2 blob_1.1.1
    [29] magrittr_1.5 splines_3.4.2
    [31] codetools_0.2-15 matrixStats_0.53.1
    [33] GenomicRanges_1.30.3 assertthat_0.2.0
    [35] SummarizedExperiment_1.8.1 stringi_1.1.7
    [37] RCurl_1.95-4.10 affyio_1.48.0
    Bioinformaticscally calm

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
10 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
57 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-10-2024, 09:21 AM
0 responses
53 views
0 likes
Last Post seqadmin  
Working...
X