Jump to content
Toggle sidebar
Neurobiology.Dev
Search
Create account
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Talk
Contributions
Navigation
Main page
Records
Recent changes
Random page
Tools
What links here
Related changes
Special pages
Page information
Editing
Nanopore RNA Sequencing Protocol
(section)
Page
Discussion
English
Read
Edit
View history
More
Read
Edit
View history
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
====m6ANet==== '''m6ANet''' is a new m6A detection method that uses the variance in electrical signal across multiple transcript reads to determine if a base modification is present at a given locus. It requires much fewer pre-requisite software packages than other methods (such as ''EpiNano''), does not require a specific basecaller version, and is much more accurate than other contemporarily available detection methods (such as ''Tombo''). To install, we want to first make a ''Conda'' environment that is specific to ''m6ANet''. When you install it, it will automatically install a few ''Conda'' packages (like ''pytorch'') and you donβt want any conflicts with your existing packages. <code>Bash</code> <syntaxhighlight lang="Bash"> conda create --name m6anet conda activate --stack m6anet </syntaxhighlight> Next, move into the default directory where you want to store the ''m6ANet'' folder. Then, pull ''m6ANet'' from GitHub and install via the following (alternatively, you can do this using <code>pip</code> by executing <code>pip install m6anet</code>): <code>Bash</code> <syntaxhighlight lang="Bash"> git clone "https://github.com/GoekeLab/m6anet.git" cd m6anet python setup.py install </syntaxhighlight> You should now have ''m6ANet'' installed and ready to go. As with all of the other installations, '''''make sure you pay close attention''''' to the console to see if it throws an error during the installation. You may need to manually install or update other packages, like <code>openssl</code>, if it returns an error.
Summary:
Please note that all contributions to Neurobiology.Dev may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Neurobiology.Dev:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)