Giter Club home page Giter Club logo

Comments (11)

caleblareau avatar caleblareau commented on August 16, 2024
  1. do you mean dependencies? If you get fastq files that look of reasonable length, then yu are probably okay
  2. by default we reverse complemented because the i5 (10x scATAC barcode) is reverse complemented in the next-seq and nova-seq chemistry; if you sequenced your protein libraries on a Hiseq or Miseq, you should throw this flag
  3. right so the idea is that you use the output of this python script as input to kallisto... the output here is to 'trick' the data into looking like scRNA-seq rather than the 3 fastqs in scatac

from asap_to_kite.

saramoein372 avatar saramoein372 commented on August 16, 2024

Thank you so much for your response!

We have used Nova for sequencing. Would you please help me with writing the format of the command, when I am using Nova?
Do you have experience about Nova and how to change the command when my sequences are from Nova?
I am not sure how to add or remove the reverse complementing part in the code. I appreciate your support.

Thank you,
Sara

Best,
Sara

from asap_to_kite.

caleblareau avatar caleblareau commented on August 16, 2024

You should just be able to run the script with the default parameters without the reverse complement if you did Nova-seq-- just follow the tutorial in the readme

from asap_to_kite.

saramoein372 avatar saramoein372 commented on August 16, 2024

Hello,

Thank you so much.
My fastq file names are:

ASAPSeq003_TSA_S1_L002_I1_001.fastq.gz
ASAPSeq003_TSA_S1_L002_R1_001.fastq.gz
ASAPSeq003_TSA_S1_L002_R2_001.fastq.gz
ASAPSeq003_TSA_S1_L002_R3_001.fastq.gz
ASAPSeq003_TSB_S1_L002_I1_001.fastq.gz
ASAPSeq003_TSB_S1_L002_R1_001.fastq.gz
ASAPSeq003_TSB_S1_L002_R2_001.fastq.gz
ASAPSeq003_TSB_S1_L002_R3_001.fastq.gz

So I have TSA and TSB. But I am not sure how I should change to command to generate the correct output file. Can I ask your help to provide me the correct command?

Thank you,
Sara

from asap_to_kite.

saramoein372 avatar saramoein372 commented on August 16, 2024

Sorry, about my previous message I wanted to add that all my barcodes (total TSA and TSB) are in one file (attached)

asapseq003_barcodes.csv

I think I am missing something when running the code, since my output results from kallisto has only few rows.

from asap_to_kite.

caleblareau avatar caleblareau commented on August 16, 2024

Run these two commands:

python asap_to_kite_v2.py -f FASTQ_FOLDER -s ASAPSeq003_TSA -o TSA_PROCESSED -j TotalSeqA

python asap_to_kite_v2.py -f FASTQ_FOLDER -s ASAPSeq003_TSB -o TSB_PROCESSED -j TotalSeqB

Then take the PROCESSED R1 and R2 files and run them through kallisto with your barcode index

from asap_to_kite.

saramoein372 avatar saramoein372 commented on August 16, 2024

from asap_to_kite.

caleblareau avatar caleblareau commented on August 16, 2024

from asap_to_kite.

saramoein372 avatar saramoein372 commented on August 16, 2024

Thank you so much!

Best,
Sara

from asap_to_kite.

saramoein372 avatar saramoein372 commented on August 16, 2024

Thanks again for all your supports. I have a question about using my asap-to-kite fastq files for kallisto|bus.
I know that akllisto|bus is not your code, however I thought maybe you have some suggestions about my new questions:

1- do you know what is the correct format for the features.tsv file in the kallisto|bus tool?
For me, my output results of kallisto is generating:
adata.obs.head()
Empty DataFrame
Columns: []
Index: [AACCAACAGATGTTCC, AACCAACCAAAGGCCA, AACCAACCACGATTAC, AACCAACCATAGCCAT, AACCAACTCGCAGATT]

and my barcodes are appearing as the index. But I expect them to be a column not index.

Do you have any idea or tutorial about this feature barcode file?

Thank you

from asap_to_kite.

caleblareau avatar caleblareau commented on August 16, 2024

I don't know for sure but my best guess is that it would follow this convention: https://github.com/pachterlab/kite

from asap_to_kite.

Related Issues (5)

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.