-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not get right order when connect ggtree and stack barplot in scRNA analysis #25
Comments
should works |
|
Oh, Thank you!
On 5 Feb 2025, at 07.28, Guangchuang Yu ***@***.***> wrote:
insert_XXX() extracts x and y variable from aes() in ggplot().
—
Reply to this email directly, view it on GitHub<#25 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AETQLCA3RNJRTVQBWVYFEYL2OGVR5AVCNFSM6AAAAABWQGYYEKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMZVHAYDOMZQHE>.
You are receiving this because you commented.Message ID: ***@***.***>
…________________________________
STATENS SERUM INSTITUT
5 Artillerivej | DK-2300 Copenhagen S | T +45 3268 3268 | F +45 3268 3868 | E ***@***.******@***.***> | W ssi.dk<https://www.ssi.dk>
________________________________
This e-mail, inclusive of attachments, is intended for the person(s) or entity stated above and may contain confidential information. Unauthorised reading, disclosure, copying, distribution or use of this information may violate rights to proprietary information. If you are not an intended recipient, please return this e-mail to the sender and delete your copy. Thank you.
Read more about how SSI processes personal data (ENG)<https://en.ssi.dk/about-us/information-about-processing-of-personal-data>
Denne e-mail, inklusiv vedhæftede filer er tiltænkt den eller de personer, der er angivet ovenfor, og kan indeholde fortrolige oplysninger. Uautoriseret læsning, videregivelse, kopiering, distribution eller anden brug af disse oplysninger kan krænke rettighederne til beskyttede oplysninger. Hvis du ikke er en tiltænkt modtager, bedes du returnere denne e-mail til afsenderen og slette din kopi. Tak skal du have.
Læs mere om hvordan SSI behandler personoplysninger (DA)<https://www.ssi.dk/om-ssi/persondatapolitik>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you for developmenting the amazing aplot package, yet I have encountered some trouble when using it in scRNA-seq analysis. I intened to connect a ggtree, which is represent the cluster of the samples in data, and a sample-base cell ratio stack barplot. Howerer, no matter how hard I try, I can not get the right order of the samples between these two figure.
Here is my code:
Yet the order of the samples are not correct....:
![Rplot1](https://user-images.githubusercontent.com/25928982/230761907-01234a9d-47c0-4d37-93c8-0ff3ebc19dff.png)
![Rplot2](https://user-images.githubusercontent.com/25928982/230761911-2a0b25ad-f4ae-40aa-bf00-78a00a44b2ec.png)
I have also tried facet_plot function from ggtree package with no ideal result....
I completely don't know what's wrong and wish to get some help from you.
Thank you very much~
The text was updated successfully, but these errors were encountered: