1. Conduid
  2. Developer Tools
  3. Mmcp Counter
MCP server · Developer Tools

Mmcp Counter

Murine version of MCP-counter, a tool to estimate the immune and stromal composition of heterogeneous tissue, from transcriptomic data

Unclaimed GPL-3.0 last commit 4 years ago devtools
54Fair

Scored 2 days ago · breakdown

About Mmcp Counter

Mmcp Counter is an MCP server published by cit-bioinfo in the Developer Tools category: murine version of MCP-counter, a tool to estimate the immune and stromal composition of heterogeneous tissue, from transcriptomic data. It has been installed 0 times through Conduid.

The repository has 12 stars and 7 forks, with the last commit 4 years ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx mmcp-counter

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Mmcp Counter

Powered by Claude · Grounded in docs

I know everything about Mmcp Counter. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v1.1.0v1.1.0 · 3 Feb 2022Added support for GCRm39 by adding a new argument to the mMCPcounter.estimate() function, which specifies the genome version to bu used. Possible choices are GCRm38 (as in v1.0.0) and GRCm39 (new default).
v1.0.0-citablemMCP-counter v1.0.0 · 26 Aug 2021mMCP-counter allows to quantify immune and stromal cell populations from bulk transcriptomics of mouse samples. This is the mMCPcounter package v1.0.0, as described in the article (Petitprez F. et al., Genome Medicine, 2020).

README

DOI

mMCP-counter

Murine version of MCP-counter, a tool to estimate the immune and stromal composition of heterogeneous tissue, from transcriptomic data. It is distributed as a R package.

Installation

In a R session, install from the GitHub repository using devtools:

install.packages("devtools")
library(devtools)
devtools::install_github("cit-bioinfo/mMCP-counter")

Usage

The mMCP-counter package exports one function, mMCPcounter.estimate. To use it:

library("mMCPcounter")
mMCPcounter.estimate(expressionData, features = c("Gene.Symbol","ENSEMBL.ID","Probes")[1], genomeVersion = c("GCRm38","GCRm39")[2])

For more details, please refer to:

?mMCPcounter::mMCPcounter.estimate

Citation

If you use mMCP-counter in a scientific publication, please cite:

Petitprez, F., Lévy, S., Sun, C.-M., Meylan, M., Linhard, C., Becht, E., Elarouci, N., Tavel, D., Roumenina, L.T., Ayadi, M., Sautès-Fridman, C., Fridman, W.H. and de Reyniès, A. The murine Microenvironment Cell Population counter method to estimate abundance of tissue-infiltrating immune and stromal cell populations in murine samples using gene expression. Genome Med 12, 86 (2020). https://doi.org/10.1186/s13073-020-00783-w

Acknowledgement

The authors thank Lorenzo Merotto for his help with the support of the new genome version GCRm39.

License

mMCP-counter is a free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

README mirrored from the source repository 2 days ago. The original is authoritative.

Questions

About Mmcp Counter

How do I install Mmcp Counter?

Run npx mmcp-counter, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Mmcp Counter safe to use with an AI agent?

Its trust score is 54 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Mmcp Counter still maintained?

The last commit was 4 years ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.