ARCHS4
Ma'ayan Lab
ARCHS4 क्या है?
ARCHS4 maayanlabapps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ma'ayan Lab"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ARCHS4 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
All RNA-seq and CHIP-seq Sample Search Space (ARCHS4) is a browser extension that adds content to the landing pages of RNA-seq datasets available on the Gene Expression Omnibus (GEO). The extension adds links to download files that contain the aligned reads mapped to genes with counts, as well as a heatmap visualization summary of the expression data from the processed samples using Clustergrammer.
एक्सटेंशन की मूल जानकारी
नाम | ARCHS4 |
ID | ognafeffndmmiliegaamoockceneedea |
आधिकारिक URL | https://chromewebstore.google.com/detail/archs4/ognafeffndmmiliegaamoockceneedea |
विवरण | Ma'ayan Lab |
फ़ाइल का आकार | 45.67 KB |
स्थापना संख्या | 867 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2017-07-28 |
प्रकाशन तिथि | 2017-07-27 |
रेटिंग | 5.00/5 कुल 7 रेटिंग्स |
डेवलपर | maayanlabapps |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://amp.pharm.mssm.edu/archs4 |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ARCHS4", "description": "Ma'ayan Lab", "version": "1.0.1", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/www.ncbi.nlm.nih.gov\/geo\/*" ], "js": [ "archs.js" ], "css": [ "style.css" ] } ], "permissions": [ "http:\/\/amp.pharm.mssm.edu\/awsscheduler\/getGSEmatrix.php*" ], "browser_action": { "default_icon": "icons\/icon_720.png" }, "icons": { "128": "icons\/icon_128.png", "720": "icons\/icon_720.png" }, "web_accessible_resources": [ "icons\/icon_128.png", "icons\/icon_720.png", "icons\/help.png" ] } |