InSilicoDNA
Note: This package is still in a planning phase and is not intended for external usage
Why create synthetic molecular data when there is an ever-growing body of real data to use? Simply stated, control. For the Engineer or Data Engineer, it is critical to have data when building pipelines. For the Scientist, Data Scientist, or Machine Learning Engineer, it is critical to have data when modeling and testing assumptions. While there are now many sets of real molecular data to select from, there are few cases where all types of data exist for a population of individuals in an unrestricted manner.
Getting Started
From CLI
Review options with --help
% insilicodna --help
Print common usage
% insilicodna
Create .fasta and .gff3 synthetic data for 50 genes
% insilicodna --gene-count 50 --fasta --gff3
From python
import insilicodna
insilicodna.generate_contig(
output_prefix="MySyntheticData",
n_genes=50,
fasta_file=True,
gff3_file=True)
Release files for insilicodna 0.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| insilicodna-0.0.3.tar.gz | 6.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| insilicodna-0.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 15.3 kB
Release files / insilicodna-0.0.3.tar.gz
| Download URL | insilicodna-0.0.3.tar.gz |
|---|---|
| Size | 6.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5cdb5b98d01f257dcfbc0cf01b613abe5dc6117a09bd3c70f8bf1269ea23380e
|
|
BLAKE2b-256 checksum How to use checksums |
3a6cb168c1094a5140dd27a9626e342e4733408fd61661232447dd36f64bb36e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.7.3
|
Release files / insilicodna-0.0.3-py3-none-any.whl
| Download URL | insilicodna-0.0.3-py3-none-any.whl |
|---|---|
| Size | 8.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3d36281826deb03f6ddfc65a583cb6e88d6fb06ed980b8e585c0c0852a29ce4c
|
|
BLAKE2b-256 checksum How to use checksums |
d1f53e49263de42c62e325e846ee40a53978505ac68d9ec8fa51716a45010ca2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.7.3
|