Skip to content
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

Update README.md #34

Merged
merged 1 commit into from
Jan 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,17 @@ scmp.ob <- sc.filter(scmp.ob, vars = "all")
plotTrend(scmp.ob, "Gene10")
```

For detailed instructions and additional steps, please refer to the quick start vignette included in the package, which contains comprehensive guidance and explanations for each step in the analysis process.
For detailed instructions and additional steps, please refer to the following vignettes.

- [Basic Workflow](https://www.metapriyansh.com/scMaSigPro/package_vignette/Basic-Workflow.html)
- [maSigPro Analysis](https://www.metapriyansh.com/scMaSigPro/package_vignette/scMaSigPro-maSigPro.html)
- [scMaSigPro Class](https://www.metapriyansh.com/scMaSigPro/package_vignette/scMaSigPro-Class.html)

## Contributing
Contributions, including bug reports, suggestions, and pull requests, are welcome.

## License
This project is licensed under the MIT - see the LICENSE.md file for details.
This project is licensed under GPL>=2 - see the LICENSE.md file for details.

## Funding Information
This project has received funding from the European Union’s Framework Programme for Research and Innovation Horizon 2020 (2014-2020) under the Marie Skłodowska-Curie Grant Agreement No 953407.
Expand Down
Loading