User: ecl75
ecl75 • 0
- Reputation:
- 0
- Status:
- New User
- Last seen:
- 3 months, 2 weeks ago
- Joined:
- 3 months, 3 weeks ago
- Email:
- e****@scarletmail.rutgers.edu
Profile information, website and location are not shown for new users.
This helps us discourage the inappropriate use of our site.
Posts by ecl75
<prev
• 2 results •
page 1 of 1 •
next >
0
votes
0
answers
169
views
0
answers
... Hello! I have identified in my seurat object the top 10 clonotypes based on frequency. I used this code to find them
top10_clonotype <- table(Object$clonotype_id)
top10_clonotype <- as.data.frame(top10_clonotype)
top10_clonotype <- slice_max(top10_clonotype, order_by = top10$Fr ...
written 3 months ago by
ecl75 • 0
0
votes
0
answers
244
views
0
answers
... Hello! I have identified in my seurat object the top 10 clonotypes based on frequency. I used this code to find them
top10_clonotype <- table(Object$clonotype_id)
top10_clonotype <- as.data.frame(top10_clonotype)
top10_clonotype <- slice_max(top10_clonotype, order_by = top10$F ...
written 3 months ago by
ecl75 • 0
Latest awards to ecl75
No awards yet. Soon to come :-)
Use of this site constitutes acceptance of our User
Agreement
and Privacy
Policy.
Powered by Biostar
version 2.3.0
Traffic: 2401 users visited in the last hour