Replies: 7 comments
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
Hi Iain, for single-end libraries, there should not be any difference between STAR's GeneCounts and featureCounts. As to the large difference in DE genes, I think it's because you have a very large number of DE genes, 12k - that's probably more than half of all expressed genes. If look only at the top DE genes (say, ranked by p-value), the differences will hopefully be small. Cheers |
Beta Was this translation helpful? Give feedback.
-
Dear Alex, Thanks for your help xxx Amy |
Beta Was this translation helpful? Give feedback.
-
Hi Amy, (1) 30% is on the high side for unmapped reads. I would start by BLASTing the unmapped reads to see if they map to some other species which would point to contamination. Another test is to map Read1 and Read2 separately to see if this improves the alignments significantly. Cheers |
Beta Was this translation helpful? Give feedback.
-
Hi Alex,
Thank you for your reply, which is very helpful.
Kind regards ... Amy
From: Alexander Dobin <[email protected]>
Sent: 08 March 2021 03:25
To: alexdobin/STAR <[email protected]>
Cc: Butler, Wai-Ling <[email protected]>; Comment <[email protected]>
Subject: Re: [alexdobin/STAR] Welcome to STAR Discussions! (#1097)
Hi Amy,
(1) 30% is on the high side for unmapped reads. I would start by BLASTing the unmapped reads to see if they map to some other species which would point to contamination. Another test is to map Read1 and Read2 separately to see if this improves the alignments significantly.
(2) It still uses the UMI terminology, but what it means here is "deduplicated reads" - since you used "Exact" as the first --soloUMIdedup option.
(3) The 4 columns are
col 1 = gene index
col 2 = cell index (these should be 1 and 2 only since you have 2 cells)
col 3 = read count with start/end deduplication ("Exact")
col 4 = read count without deduplication ("NoDedup")
I would recommend switching to release 2.7.8a where the two dedup options are output in sepate matrices with 3 columns each.
Such 3 column matrices can be loaded into standard scRNA-seq analysis software such as Seurat or scanpy.
Cheers
Alex
-
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Falexdobin%2FSTAR%2Fdiscussions%2F1097%23discussioncomment-443798&data=04%7C01%7Cwai-ling.butler%40kcl.ac.uk%7C4fbfa29b656742b988b308d8e1e1bb4f%7C8370cf1416f34c16b83c724071654356%7C0%7C0%7C637507706924384043%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=bLZtVg9NFfEnwjbVcdCThPp7ZKlErMW6nVVrok0UAx0%3D&reserved=0>, or unsubscribe<https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FATDFZ6GCDTKEPQ7V4TBP553TCQ7QBANCNFSM4UUCCVGA&data=04%7C01%7Cwai-ling.butler%40kcl.ac.uk%7C4fbfa29b656742b988b308d8e1e1bb4f%7C8370cf1416f34c16b83c724071654356%7C0%7C0%7C637507706924394037%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=Q%2FJ7tx2EcbXYS1gwoI5Xhmm1QROe%2BTxPkA7CBiqiDiA%3D&reserved=0>.
|
Beta Was this translation helpful? Give feedback.
-
Hi, Alex and the team, Thanks for the STAR and STARSolo. I am a huge fan of your tools. I am wondering whether you are planning to implement any function to demultiplex HTO/&ADT oligo barcodes to assign samples/cell surface markers. It is like the -multi option with relevant feature files in CellRanger. Many thanks, |
Beta Was this translation helpful? Give feedback.
-
Hi @dincaslan this has been on my radar for a few years now, but I do not have bandwidth to do it in the near future, unfortunately. |
Beta Was this translation helpful? Give feedback.
-
Welcome to STAR discussions!
Please use Discussions if you have a question rather than an issue.
We’re using Discussions as a place to connect with other members of our community. We hope that you:
Beta Was this translation helpful? Give feedback.
All reactions