Giter VIP home page Giter VIP logo

Comments (3)

mizraelson avatar mizraelson commented on July 19, 2024

Do you use the data set from the publication?

from mixcr.

alexell22 avatar alexell22 commented on July 19, 2024

I managed to get the Han et al 2014 preset work on un-demultiplexed Undetermined_S0_L001_RN_001.fastq samples, but still got some uncertainties:

  1. We have 20*96 well plates coming from different samples and among the plate conditions are different. I am wondering if just mixcr analyze han-et-al-2014 --species hsa R1.fastq R2.fastq result would be enough to determine the precise location on the plate?
  2. I have also tried to add --sample-sheet samplesheet.tsv to have a more precise outcome, but I get Unmatched argument at index 8: 'output/' and the same with the result function (discussed in MIXCR Input file name expansion section).

the sample sheet is in tsv and has the structure
SAMPLE CELL3PLATE CELL1ROW CELL2COLUMN
sample1_A1 GCAGA TAAGC GTTCA
sample2_B1 GCAGA TGCAC GTTCA
sample3_C1 GCAGA CTCAG GTTCA
sample4_D1 GCAGA GGAAT GTTCA
...
(same structure for ~2000 rows)

from mixcr.

mizraelson avatar mizraelson commented on July 19, 2024

Hi, so as I understand different plates are different samples?
Then you can indeed use the --sample-sheet, but there is no need to specify all othe barcodes, just the one that defines a sample (CELL3PLATE). I attach an example of the samplesheet.

The command should be:

mixcr analyze han-et-al-2014 \
--sample-sheet han-sample-table.txt \
--species hsa \
input_R1.fastq.gz \
input_R2.fastq.gz \
output

han-sample-table.txt

That way you will have different output files for each sample. If you have multiple plates per sample just use the same barcode twice in the samplesheet.

Sincerely,
Mark

from mixcr.

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.