-
Notifications
You must be signed in to change notification settings - Fork 0
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 it be used for mobile of LncRNA #1
Comments
is there any attention? |
@zhangwenda0518 Sorry for the delayed response, yes theoretically this should work for lncRNAseq in grafting experiments. Feel free to send me an email if you would like to discuss further :) Best, |
Thank you for your reply. I am currently testing and have a few questions that I would like to consult further
It should be:
The package provides compressed format files
mobileRNA/R/invisible.functions.mobileRNA.R Line 129 in 72ccf12
Should be added, analysisType="core", running it directly will result in an error. Afterwards, I successfully ran with sample file But when I was running on my data, I got stuck in the first step how to motify the name of genome |
To answer you concerns, thank you for spotting the errors in the README file, this will be correct.
To install these changes, please re-install mobileRNA. In terms of its utilisation for lncRNAseq, you may want to change your approach to choose more appropriate alignment and clustering tools to suit lncRNAseq and implement the merged genome. Hopefully these address all your concerns :) |
the coding hisat2 is mistake in L208 and L898 mobileRNA/R/invisible.functions.mobileRNA.R Line 208 in aef9f44
|
I carefully looked at the parameters of RNAimport, and found that there were parameters of idattr, and it was Name by default. I think this is the cause of the error.
I successfully got the result after modification, thank you! |
How are you getting on? All sorted now? Katie |
@KJeynesCupper For example, the scion is genome-A, gffA, and the rootstock is genome-B, gffB, And will the change in the input order of my intermediate files affect the order of transfer. Should genome-A be kept as a scion or rootstock, and genome_B is scion or rootstock 。
So, if we want to identify the genes transferred from the rootstock to the scion, are the controls from the scion? Does the genome.ID come from rootstock (B)? I have a bit confusing , Can you further explain or annotate in the flowchart (https://github.com/KJeynesCupper/mobileRNA/blob/main/man/figures/mobileRNA_graphic_1.png). |
It is routine in plant grafting experiments to utilise a self-graft as your control. So in the instance where you are looking at root-to-shoot movement, you will likely have tissue samples from your shoots (ie. leaf) taken from heterografts and self-grafts. In your control samples you should no contain RNAs that are aligned to the distant genome (ie. the genotype associated with the mobile molecules). Therefore, in the downstream functions after importing your data into R, any RNAs found in the controls which aligned to your distant genome are discarded. The order of the input files will not affect the directionality you are looking to investigate.
Best, |
So in your experiment, you are have exposed heterografted plants to a stress, and you are comparing scion tissue from the heterograft to root tissue from the heterograft - have I understood this correctly? What are you aiming to detect or identify in your experiement? Ie. changes in RNAs or mobile molecules Katie |
Yes, I only sequenced the transcriptome of the scions and rootstocks of (Dry) and (CK) heterografted plants, without sequenced the self-grafts plants. Can I use mobileRNA directly! |
Hi @zhangwenda0518 , Yes To address this further, i refer to the breakdown of how For you, if you are comparing two heterograft conditions without their respective self-graft conditions, and want to locate mobile RNAs (ie, shared or unique to drought or non-drought conditions), mobileRNA will still be an effective method but you may need to include your own code to further analyse the data. This is because both your two conditions are heterografts, so you are expecting to find RNAs from both genotypes (tissue genotype and distant genotype) in all of your sample replicates. As a result, make sure to set "chimeric" to FALSE in necessary functions. Additionally, the function With that said in my opinion, i think it would be highly beneficial to your analysis to include self-grafted controls to help eliminate additional data noise. Please consider that as a practice, grafting has been shown to alter the gene expression in the scion. ie. gene expression changes occur in the scion of self-grafted plants in comparison to the scion of non-grafted plants. Best, Katie |
I would also like to recommend trying out the command-line mobileRNA preprocessing package |
I am studying a grafting species and I want to further explore the mobile of LncRNA between rootstock and scion.
Can I use it to analyze lncRNA ? How to use it .
Thank you!
The text was updated successfully, but these errors were encountered: