Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
@datagrok/bio
Advanced tools
Bioinformatics support (import/export of sequences, conversion, visualization, analysis). [See more](https://github.com/datagrok-ai/public/blob/master/packages/Bio/README.md) for details.
Bio is a bioinformatics support package for the Datagrok platform with an extensive toolset supporting SAR analisys for small molecules and antibodies.
@datagrok/bio can ingest data in multiple file formats (such as fasta or csv) and multiple notations for natural and modified residues, aligned and non-aligned forms, nucleotide and amino acid sequences. The sequences are automatically detected and classified, while preserving their initial notation. Datagrok allows you to convert sequences between different notations as well.
See:
For linear sequences, the linear form (see the illustration below) of molecules is reproduced. This is useful for better visual inspection of sequence and duplex comparison. Structure at atomic level could be saved in available notations.
You can easily run this feature for any sequence data using the Bio package and accessing it from the top menu.
See:
For multiple-sequence alignment, Datagrok uses the “kalign” that relies on Wu-Manber string-matching algorithm Lassmann, Timo. Kalign 3: multiple sequence alignment of large data sets. Bioinformatics (2019).pdf. “kalign“ is suited for sequences containing only natural monomers. Sequences of a particular column can be analyzed using MSA algorithm available at the top menu. Aligned sequences can be inspected for base composition at the position of MSA result. User is also able to specify custom gap open, gap extend and terminal gap penalties for alignment.
See:
Splitting to monomers allows splitting aligned sequences in separate monomers.
See:
Web Logo visualizes a graphical representation of multiple sequence alignment (amino acids or nucleotides or modified residues with multi-char labels). Each logo consists of stacks of symbols, one for each position in the sequence. The overall height of the stack indicates the sequence conservation at that position, and the symbol height within the stack indicates the relative frequency of each residue at that position. In general, a sequence logo provides a more detailed and precise description of, for example, a binding site than would a consensus sequence. The most helpful feature for exploration analysis with WebLogo in Datagrok is its ability to control selection on a dataset. Mouse click on a particular residue in a specific position will select rows of the dataset with sequences containing that residue at that position.
You must specify the tag semType
with value Macromolecule
and tag alphabet
of choice ('PT', 'DNA', 'RNA')
for the data column with multiple alignment sequences, it is mandatory to select the palette for monomers' colors.
You can customize the look of the viewer with properties. Properties startPosition
and endPosition
)
allow to display multiple alignment partially. If property startPosition
(endPosition
)
is not specified, then the Logo will be plotted from the first (till the last) position of sequences.
Right click | Context menu |
Property name | Default | Description |
---|---|---|
positionWidth | 16 | Width of one position stack [px] |
minHeight | 50 | Minimum height of Logo [px] |
maxHeight | 100 | Maximum height of Logo [px] |
considerNullSequence | false | Should logo consider null seqences of data |
sequenceColumnName | null | source of multiple alignment sequences (column name) |
startPositionName | null | name of the first position to display Logo partially |
endPositionName | null | name of the last position to display Logo partially |
fixWidth | false | Plot takes full width required for sequence length |
verticalAlignment | 'middle' | choices: ['top', 'middle', 'bottom'] |
horizontalAlignment | 'center' | choices: ['left', 'center', 'right'] |
fitArea | true | Should control to be scaled to fit available area for viewer |
shrinkEmptyTail | true | Shrink sequences' tails empty in filtered sequences |
skipEmptyPositions | false | Skip positions containing only gap symbols in all sequences |
positionMarginState | 'auto' | choices: ['auto', 'enable', 'off'] Margin between positions. auto - enables margins for sequences of multichar monomers |
positionMargin | 0 or 4 | 4 - for sequences of multichar monomers, 0 - single char |
positionHeight | '100%' | choices: ['100%', 'Entropy'] The way to calculate overall monomers stack height at position |
See also:
Datagrok allows visualizing multidimensional sequence space using a dimensionality reduction approach. Several distance-based dimensionality reduction algorithms are available, such as UMAP or t-SNE. The sequences are projected to 2D space closer if they correspond to similar structures, and farther otherwise. The tool for analyzing molecule collections is called 'Sequence space' and exists in the Bio package. Depending on the sequence type, different distance functions will be used, like Levenstein for DNA/RNA, Needleman-Wunsch for Proteins and Hamming for already aligned sequences. The process is conducted in web-workers and is parallelized, which yields very fast and non interupting computing.
To launch the analysis from the top menu, select Bio | Structure | Sequence space.
See:
Activity cliffs tool finds pairs of sequences where small changes in the sequence yield significant changes in activity or any other numerical property. open the tool from a top menu by selecting. Similarity cutoff and similarity metric are configurable. As in Sequence space, you can select from different dimensionality reduction algorithms. A custom scatter plot with cliffs will be added to the right side of the grid. User has an option to show only cliffs and also to inspect them and highligh differences between simmilar sequences.
To launch the analysis from the top menu, select Bio | SAR | Sequence Activity Cliffs.
See:
Similarity Search tool allows user to find sequences that are most similar to target sequence. The tool can be accessed from the top menu of bio. It first constructs the distance matrix for all sequences, and then uses it to find most similar ones to the selection. Upon selecting similar sequences from the docked grid bellow, detailed difference will be shown in the context panel.
To launch the searcg from the top menu, select Bio | Search | Similarity Search
Diversity Search tool allows user to find sequences that are most diverse in given dataset. The tool can be accessed from the top menu of bio. By default, number of diverse sequneces will be 10.
To launch the search from the top menu, select Bio | Search | Diversity Search
FAQs
Bioinformatics support (import/export of sequences, conversion, visualization, analysis). [See more](https://github.com/datagrok-ai/public/blob/master/packages/Bio/README.md) for details.
The npm package @datagrok/bio receives a total of 595 weekly downloads. As such, @datagrok/bio popularity was classified as not popular.
We found that @datagrok/bio demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.