-
Notifications
You must be signed in to change notification settings - Fork 5
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
Major class #17
Comments
Hello there! Thanks for using mobileOG-db, and great question -- We have now added reproducible R code for producing element labels for mobileOGs using just the metadata (.csv) file. The resulting metadata can be accessed here. This metadata file can be used to provide classification to contigs, as in the on the mobileOG-pl usage guidance page. Please let me know if you have any other questions. |
Hey i have seen the R code and the metadata, i was wondering you have mentioned that it could be incorporated into the script, but has been done already? because i saw the same metadata file is being used in the script as well. so your r code taken the alignmnet.out as input along with the meta data for classification? |
Hi - thanks for the question - I realize now it is kind of confusing. The R code will take in the mobileOG metadata file and produce a new metadata file that has the element classifications. But, this only needs to be done once. Then, the element classification metadata file can be merged with a diamond output file by mobileOG header name and element classifications gathered that way. We will be addressing the element classification labels in the next major update. |
Hi all! I am conducting an analysis where I am trying to find MGE that are near my antibiotic resistance genes (looking for MGE <10 kbp away from from my genes). As a result, I'm using the alignment.out.csv files rather than simply using the summary files. I was wondering how I can know if the gene i'm looking at is a plasmid/phage/integrative element/etc. with the alignment file? I'm working with many samples so simply searching genbank for the accession number is not possible. The alignment file gives general info (will tell you major mobileOG type) but does not tell me if something is a plasmid, for example.
The text was updated successfully, but these errors were encountered: