Replies: 8 comments 2 replies
-
Hi,
|
Beta Was this translation helpful? Give feedback.
-
I can run any export command for one file at a time. |
Beta Was this translation helpful? Give feedback.
-
Thank you. I will try but later on. Now I want to go through the whole process to see if I can get everything I need using mixcr (in the past I used vdjtools and was happy with its functionality). Please help me with the following. |
Beta Was this translation helpful? Give feedback.
-
Unfortunately, this type of filtering is not currently possible in MiXCR. However, it will be available soon in the upcoming update. |
Beta Was this translation helpful? Give feedback.
-
Dear,
Thank you for your reply.
But is it possible to convert tables back to.cnls files or use tsv files to
produce.json file to use in mixcr postsnalysis?
If not I would be interested to use vdjtools. Do you know how to make
current mixcr files compatible with vdjtools? Or can you suggest me other
postanalysis software compatible with current mixcr?
Also, I asked about rarefaction curves. Would you be so kind to answer me?
Thank you,
Julia
…On Mon, Aug 14, 2023 at 11:34 mizraelson ***@***.***> wrote:
Unfortunately, this type of filtering is not currently possible in MiXCR.
However, it will be available soon in the upcoming update.
—
Reply to this email directly, view it on GitHub
<#1300 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFUQAKO7LYD75YEV5KXZEJTXVHWKTANCNFSM6AAAAAA3MX3EIA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Dear Julia,
Let me know if this helps and if you have any other questions! Sincerely, |
Beta Was this translation helpful? Give feedback.
-
Thank you, Marc, for your prompt response.
How does this command exactly work?
mixcr postanalysis overlap \
--default-weight-function read \
--criteria "VDJRegion|AA" \
--metadata metadata.tsv \
./downsample_min/clns_TRA ./overlap_by_VDJ_aa/TRA/result.json
Does it consider the number of reads for similar clones in all samples, in
both KO and WT groups together, and ignores all other clones that are not
shared among all samples? But then the number of overlapping clones between
ko and wt is very small in comparison to those that are not shared.
How that dissimilarity can be explored in mixcr postanalysis?
Thank you,
Julia
…On Mon, Aug 14, 2023 at 3:11 PM mizraelson ***@***.***> wrote:
Dear Julia,
1.
It's not possible to convert tables back to .clns files, as this is a
binary format that holds extensive information on every clone. It's also
not possible to use table files as input for mixcr postanalysis.
2.
To use the new MiXCR export tables with vdjtools, you should rename
the following columns:
- readCount to cloneCount
- readFraction to cloneFraction
I recommend renaming columns using a notebook or another text editor,
but not Excel, as Excel may convert numbers (e.g., 0.0000983 ->
9.83E-04).
Also, sometimes new MiXCR tables have cells with 'region not covered.'
We used to leave these columns blank (if the region was not covered), but
that confused some of our users, so we added this note. This might cause an
issue for VDJtools if present. As a bypass, you can run the following
command for the files:
sed -i 's/region_not_covered//g' input.clones_TRB.tsv
This will remove "region_not_covered" from the file, and it should
work.
3.
Currently, we don't have rarefaction curves in MiXCR, but they will be
added soon with an upcoming update.
Let me know if this helps and if you have any other questions!
Sincerely,
Mark
—
Reply to this email directly, view it on GitHub
<#1300 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFUQAKJI2ELWBIDRMD55HKLXVIPWXANCNFSM6AAAAAA3MX3EIA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi Julia, The command above calculates pairwise Distance metrics. In other words, it will compare the repertoires of each pair of samples. According to Also, I guess you use pre-downsampled data for the function. You can actually use the full
This will generate a set of tables with different comparison metrics. You can see an example here and read about the available metrics here. Most of the metrics (except for Relative diversity) are weighted by the number of reads (in the case of If I understand your question correctly, you are looking for a way to isolate clones that are present in one group (e.g. As a workaround at the moment, you can perform Let me know if you have any other questions! Best Regards, |
Beta Was this translation helpful? Give feedback.
-
Dear mixcr people,
After running
mixcr analyze takara-mouse-tcr-cdr3
I have only .clns files, which I link to the folder ./clns
I'd like to obtain normalized read counts for clonotypes.
I am trying to run
mixcr downsample \ --chains TRA,TRB \ --downsampling count-reads-auto \ --only-productive \ --summary summary.tsv \ ./clns
and get an error
Require clnx file type, got ./clns
Thanks,
Julia
Beta Was this translation helpful? Give feedback.
All reactions