Stripchart to show expression of individual miRNA
I have a variable X with four levels
x
levels: A B C D E How can I create a stripchart for levels that I prefer. For e.g between B and C. How editing command below will work ?
stripchart(v$E["376",]~x[, "B", "C"])
How to put all stripcharts between different levels into one big figure for publication ?
• 1,433 views
•
link
0 answers
No answers yet.
Log in to answer this question.