Giter VIP home page Giter VIP logo

Comments (3)

perishky avatar perishky commented on July 30, 2024 1

Note that this is a warning, not an error. The function uses the 'array name' to construct sample names. However, because you have already defined samples names (see Sample_Name column), sample names don't need to be generated so there is no error. You can proceed without making any changes.

In case you are curious, the function was looking for a column named ArrayID or Sentrix_Position to provide the position of the sample on the slide, e.g. "R04C02" indicating that the sample is on row 4 column 2. The function generates a unique sample name for each sample by combining the slide identifier and this position, e.g. "203952880001_R04C02".

from meffil.

perishky avatar perishky commented on July 30, 2024

I'm not sure what you mean by "input genotypes derived from another source"? The microarrays have probes that measure signal for just over 60 SNPs. These signals can be retreived from the QC objects using the meffil.snp.betas() function:
snp.betas <- meffil.snp.betas(qc.objects)
You could then use our internal function to estimate genotypes from those signals:
genotypes <- meffil:::calculate.beta.genotypes(snp.betas)
Is this what you are looking for?

from meffil.

CornelisB avatar CornelisB commented on July 30, 2024

Yes!!! this is awesome thanks!

samplesheet <- meffil.read.samplesheet("/path/to/folder/[read.450k.sheet] Found the following CSV files:
[1] "/path/to/folder/sheet_meffil.csv"
Warning message:
In FUN(X[[i]], ...) :
  Could not infer array name for file: /path/to/folder/METH/sheet_meffil.csv

Any idea what Im doing wrong here? I have EPIC data, so perhaps I need to specify this?

Header of sheet_meffil.csv looks like this:

Sample_Name,Sex,Slide,sentrix_col,Basename
SAMPLE1,M,203952880001,01,/path/to/folder/203952880001//203952880001_R01C01
SAMPLE2,M,203952880001,01,/path/to/folder/203952880001//203952880001_R02C01

from meffil.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.